https://issues.apache.org/SpamAssassin/show_bug.cgi?id=7087
--- Comment #13 from Rafal Ramocki <[email protected]> --- Created attachment 5245 --> https://issues.apache.org/SpamAssassin/attachment.cgi?id=5245&action=edit patch adding optional re-enabling searching dkim headers for uris. AXB: It is not about hacking URIBL plugin as it's code will remain intact. Changing this will make uris available not only for URIDNSBL but also for other rules (like "uri * /pattern/") Kevin: I think about the same approach as You described. Please find an attachment for adding option. I don't now if this name for it is acceptable. I didn't found in code documentation pointed ind bug #6700 and available: http://wiki.apache.org/spamassassin/WritingRules So patch doesn't contain changes in this text. I suppose that this is rather part of site than doc's. Below is change proposal; URI rules URI rules are very simple, normaly they only match text in the URI's contained in plain text and HTML sections of mail. This is very handy for searching for links containing spam advertised sites. For example This rule will look for web links to www.example.com/OrderViagra/ uri LOCAL_URI_EXAMPLE /www\.example\.com\/OrderViagra\// score LOCAL_URI_EXAMPLE 0.1 Setting parse_dkim_uris to 1 (disabled by default) will additionaly try to match pattern against domain in DKIM header if it exists. I'm open for feedback and Your opinions. best regards Rafal Ramocki -- You are receiving this mail because: You are the assignee for the bug.
