You should download or use an online Regular Expression testing tool so 
you can begin to learn how these match.

B. Cook wrote:
> These two I do not think should have been flagged as invalid as they are 
> quite valid.
>
> Dec-11-06 15:21:59 64.72.87.254 <[EMAIL PROTECTED]> to: [EMAIL PROTECTED] 
> Sender Validation:logging: Invalid HELO: 'c.mx.poklib.org'
>   

This is due to a match via line (2) of InvalidFormatHeloRe.txt.  My 
Regular Expression on this line may require some work, but I do not 
believe hostnames comprised of a single character are valid.

> Dec-11-06 15:22:02 205.162.40.134 <[EMAIL PROTECTED]> to: 
> [EMAIL PROTECTED] Sender Validation:logging: Invalid HELO: 
> '0.134.omessage.com'
>   

This is due to a match via line (3) of InvalidFormatHeloRe.txt.  You can 
adjust the Regular Expression, or added that HELO to your 
heloBlacklistIgnore.

> And while I do not see the |http://www.oldblahblah:8889 thing going on.. 
> I do see see these getting caught in exim:
>
> 2006-12-11 15:23:08 rejected HELO from [127.0.0.1]: syntactically 
> invalid argument(s): vit13-1-82-235-169-7.fbx.proxad.netÜ;w´µ\002
> 006-12-11 15:25:26 rejected HELO from [127.0.0.1]: syntactically invalid 
> argument(s): ÊÀÒß
>
> Any ideas on those?

I do not know how to interpret exim logs.



-------------------------------------------------------------------------
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
Assp-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/assp-user

Reply via email to