spf-discuss
[Top] [All Lists]

Re: spf-milter blocking emails to sourceforge

2004-03-20 04:41:13
Graham Murray wrote:
Sorry to reply to my own post, but more information. I have sniffed
the packets and the following is the conversation. Note the RSET
command. It is rather a nuisance not being able to send mail to
sourceforge lists.

I saw that sendmail-milter-spf-1.30.pl try to keep some value (line 398) but Milter.pm (in Sendmail-Milter-0.18.tar.gz, line 793) delete the content:

sub my_abort_callback{
  my $ctx = shift;

  $ctx->setpriv(undef);

  return SMFIS_CONTINUE;
}


Commenting out the "setpriv" line may help in this situation.


z2


<Prev in Thread] Current Thread [Next in Thread>