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

           Summary: rule FH_FROMEML_NOTLD is wrong
           Product: Spamassassin
           Version: 3.3.0
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P5
         Component: Rules
        AssignedTo: [email protected]
        ReportedBy: [email protected]


Rule "FH_FROMEML_NOTLD" is wrong in "72_active.cf".

Current is:

header   FH_FROMEML_NOTLD       From:addr !~ /\./

This rule checks the "." in the whole address, not in the
part after the "@".
This rule can be bypassed easily.
We got lot of spam from ab...@ru

I suggest this version: 

header   FH_FROMEML_NOTLD      From:addr !~ /(.*)@(.*)\.(.*)/

-- 
Configure bugmail: 
https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to