http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3109
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #3426 is|0 |1
obsolete| |
Attachment #3428 is|0 |1
obsolete| |
------- Additional Comments From [EMAIL PROTECTED] 2006-03-24 05:16 -------
Created an attachment (id=3431)
--> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3431&action=view)
updated patch against svn
attached is an updated patch. is does the following
1) adds the following TEMPLATE TAGS: SC, SCTYPE, and SCRULE. this will allow
for the add_header necessary for X-Spam-Short-Circuit if needed.
2) updates 10_default_prefs.cf to include shortcircuit=_SCTYPE_ in the
X-Spam-Status header (for masscheck purposes).
3) resets test_names_hit, score to 0, and tag_data before applying the
shortcircuit. this will prevent multiple rules from showing hit when you have
a shortcircuited meta test.
4) alters dns harvest priority to -800 to allow dns tests to be prioritized
properly.
5) alters meta harvest priority to -500 to allow meta tests to be prioritized.
Conf/Parser.pm still sets meta priorities to 500 by default.
6) supports a shortcircuit 'off' value so you can override a shortcircuited
default test via your local config.
7) alters report template to include _SCTYPE_ on the Content analysis details
line.
8) adds 60_shortcircuit.cf with some default shortcircuits, and some other
examples that are commented.
so, that takes care of most of the major issues i hope.
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.