Fritz Borgstedt wrote:
> Questions and Answers for users of ASSP Anti-Spam SMTP Proxy
> <[email protected]> schreibt:
>> So you see them too?
>>
>>  Excellent, I have been thinking I'm all alone in my assp questions.
>>
>> Thanks for the response.
>>
>> btw, I've tried downgrading my netdns and it didn't make a difference 
>> and I'm on FreeBSD.
> 
> 
> These are the conditions when helocheck will not happen:
> 
>   return 1 if $DoInvalidFormatHelo==0;
>   return 1 if ($this->{relayok});
>   return 1 if ($heloBlacklistIgnore && $helo =~ $HBIRE); 
>   return 1 if $this->{ispip}==1;
>   return 1 if $this->{nodelay}==1;
>   return 1 if $this->{acceptall}==1;
>   return 1 if $this->{contentonly};
>   return 1 if $this->{whitelisted};
>   return 1 if $this->{noprocessing}==1;
> 
> If you want to test it, you may insert a  mlog after
> sub invalidHeloOK {
> my $ignore=($heloBlacklistIgnore && $helo =~ $HBIRE); 
> mlog($fh,"HELO: '$helo'",relay=$this->{relayok},ignore=$ignore,....
> 

Um.. just asking..

If you have greylisting enabled.. when the triplet becomes a tuple and 
is valid.. isn't that the first time you would actually check anything?

And isn't it already 'whitelisted' and the helo check pointless?
  >   return 1 if $this->{whitelisted};

So is that why the check isn't catching that url as helo?

Just a thought..


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Assp-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to