https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6353
--- Comment #5 from mouss <[email protected]> 2010-02-28 17:49:52 UTC --- (In reply to comment #4) > (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 (argh. TAB doesn't work on the web:) ... we could simply use From:domain !~ /\./ -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
