Dears,

the __AOL_FROM rule in the 20_ratware.cf file from the spamassassin ruleset
looks for forged AOL From: addresses.

I'm getting some messages from @aol.co.uk which score pretty high while
looking legit.

I see the rule is a:

        From:addr =~ /\@(?:aol|cs)\.com$/i

which, whenever I was in right, should probably be instead something like:

        From:addr =~ /\@(?:aol|cs)\.(?:it|fr|co\.uk|com)$/i

and maybe even more "internationaly":

        From:addr =~ /\@(?:aol|cs)\.(?:[a-z]{2}|co\.uk|com)$/i

Do I have to "file" a bug request? Which list is regarding the ruleset
borrowed with spamassassin?

Thanks,

        Giampaolo

Reply via email to