You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@spamassassin.apache.org by bu...@bugzilla.spamassassin.org on 2007/08/19 03:15:32 UTC

[Bug 5614] New: score MY_TEST the_same_as_the_score_of SOME_OTHER_TEST

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5614

           Summary: score MY_TEST the_same_as_the_score_of SOME_OTHER_TEST
           Product: Spamassassin
           Version: 3.2.3
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: enhancement
          Priority: P5
         Component: Documentation
        AssignedTo: dev@spamassassin.apache.org
        ReportedBy: jidanni@jidanni.org


In Mail::SpamAssassin::Conf at
       score SYMBOLIC_TEST_NAME n.nn [ n.nn n.nn n.nn ]
mention how to (or and implement) make
       score MY_TEST the_same_as_the_score_of SOME_OTHER_TEST
without needing to hardwire the current values of OTHER_TEST's score
into the (user_prefs) file.

P.S., on Debian that man page looks like
  Mail::SpamAssassin::CoUserpContributed Perl DocumMail::SpamAssassin::Conf(3pm)
at its first line...



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

[Bug 5614] score MY_TEST the_same_as_the_score_of SOME_OTHER_TEST

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5614


matt@nightrealms.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |matt@nightrealms.com






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

[Bug 5614] score MY_TEST the_same_as_the_score_of SOME_OTHER_TEST

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5614





------- Additional Comments From matt@nightrealms.com  2007-09-27 02:43 -------
Created an attachment (id=4135)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4135&action=view)
meta_score patch (vs svn)

This patch adds the new configuration setting "meta_score", which is used like:


meta_score TEST_A (TEST_B + TEST_C)

This is overkill for the requested feature, but with the ARITH_EXPRESSION_LEXER
regexp already defined for meta test lexing, doing it this way isn't that hard.



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

[Bug 5614] score MY_TEST the_same_as_the_score_of SOME_OTHER_TEST

Posted by bu...@bugzilla.spamassassin.org.
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5614


matt@nightrealms.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
Attachment #4135 is|0                           |1
           obsolete|                            |




------- Additional Comments From matt@nightrealms.com  2007-09-27 03:03 -------
Created an attachment (id=4136)
 --> (http://issues.apache.org/SpamAssassin/attachment.cgi?id=4136&action=view)
meta_score patch (vs svn)

Oops, was using ".." instead of "." for the string catenation operator;
uploaded fixed patch.



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