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

            Bug ID: 7440
           Summary: parse_dkim_uris   breaks __HAS_ANY_URI
           Product: Spamassassin
           Version: unspecified
          Hardware: PC
                OS: FreeBSD
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Rules
          Assignee: [email protected]
          Reporter: [email protected]
  Target Milestone: Undefined

As discussed in the user list thread "body_uri with empty body"
"parse_dkim_uris 1" causes the domain from a DKIM signature to appear in the
list of URIs causing __HAS_ANY_URI to fire even if there is no domain or URI in
the body.

Domains parsed out of the body are prepended with http://, so in 72_active.cf, 

uri __HAS_ANY_URI   /./

can be replaced with 

uri __HAS_ANY_URI  /^\w+:\/\//

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

Reply via email to