SA Bugzilla – Bug 7440
parse_dkim_uris breaks __HAS_ANY_URI
Last modified: 2017-08-06 18:15:51 UTC
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+:\/\//
Marking as duplicate of slightly later filed bug 7446 due to comments there. *** This bug has been marked as a duplicate of bug 7446 ***