https://bz.apache.org/SpamAssassin/show_bug.cgi?id=7923

            Bug ID: 7923
           Summary: Making HashBL email_whitelist a configurable feature
           Product: Spamassassin
           Version: unspecified
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Plugins
          Assignee: dev@spamassassin.apache.org
          Reporter: lars.einar...@ntnu.no
  Target Milestone: Undefined

The HashBL plugin email_whitelist regex is hitting common address patterns used
in phish emails. Making the email_whitelist an configurable option would be
appreciated.

>From the plugin:

my $VERSION = 0.101;
[...]
$self->{email_whitelist} = qr/
    ^(?:
        abuse|support|sales|info|helpdesk|contact|kontakt
      | (?:post|host|domain)master
      | undisclosed.*                     # yahoo.com etc(?)
      | request-[a-f0-9]{16}              # live.com
      | bounced?-                         # yahoo.com etc
      |
[a-f0-9]{8}(?:\.[a-f0-9]{8}|-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{12})
# gmail msgids?
      | .+=.+=.+                          # gmail forward
    )\@
  /xi;

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to