https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6353
mouss <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #4 from mouss <[email protected]> 2010-02-28 17:48:58 UTC --- (In reply to comment #2) > >Wouldn't this be more appropriate/accurate: > >header FH_FROMEML_NOTLD From:addr !~ /\.[a-z]+$/ > > Thanks, it's a good idea! > But it has to be case-insentive: > > header FH_FROMEML_NOTLD From:addr !~ /\.[a-z]+$/i this will miss From: john.the.ripper header FH_FROMEML_NOTLD From:addr !~ /\...@.*+\./ or something like /\...@[-\.0-9a-z]+\./ it would be nice if SA provided someehting like From:domain, which would be empty if there is no '@'. we could then simply use -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
