https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6087
--- Comment #9 from Mark Martinec <[email protected]> 2009-04-09 10:07:03 PST --- (In reply to comment #6) > NOTVALID_PAYPAL and NOTVALID_EBAY look fantastic! > the other two I guess would make good meta-rule fodder at least. > > +1 for checking those rules in (if you like). One step closer to the above goal: DKIM plugin: add eval rule __DKIM_DEPENDABLE, which can be consulted to prevent false positives on large but truncated messages with poor man's implementation of ADSP by hand-crafted rules. Sending lib/Mail/SpamAssassin/Plugin/DKIM.pm Committed revision 763733 ( https://svn.apache.org/viewcvs.cgi?view=rev&rev=763733 ). >From the POD: full __DKIM_DEPENDABLE eval:check_dkim_dependable() describe __DKIM_DEPENDABLE A validation failure not attributable to truncation The __DKIM_DEPENDABLE eval rule deserves an explanation. The rule yields true when signatures are supplied by a caller, OR ELSE when signatures are obtained by this plugin AND either there are no signatures OR a rule __TRUNCATED was false. In other words: __DKIM_DEPENDABLE is true when failed signatures can not be attributed to message truncation when feeding a message to SpamAssassin. It can be consulted to prevent false positives on large but truncated messages with poor man's implementation of ADSP by hand-crafted rules. -- Configure bugmail: https://issues.apache.org/SpamAssassin/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
