spamassassin-dev February 2010 archive
Main Archive Page > Month Archives  > spamassassin-dev archives
spamassassin-dev: [Bug 6353] rule FH_FROMEML_NOTLD is wrong

[Bug 6353] rule FH_FROMEML_NOTLD is wrong

From: <bugzilla-daemon_at_nospam>
Date: Sun Feb 28 2010 - 17:48:59 GMT
To: dev@spamassassin.apache.org


https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6353

mouss <mouss@netoyen.net> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |mouss@netoyen.net

  • Comment #4 from mouss <mouss@netoyen.net> 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.