https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6353
--- Comment #9 from a16x <[email protected]> 2010-03-01 09:49:51 UTC --- I tested Per Jessen's code: header FH_FROMEML_NOTLD From:addr !~ /\...@.+\.[a-z]+$/i It's working perfectly! >From address should have a "@" followed by a part before the dot, and a part after the dot. This code checks it all. It also handles UPPERcase and lowercase chars, because test is case-insensitive. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
