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 2005/02/18 22:56:18 UTC

[Bug 4121] Score for user defined rules become ignored

http://bugzilla.spamassassin.org/show_bug.cgi?id=4121


vlb@cfcl.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |vlb@cfcl.com




------- Additional Comments From vlb@cfcl.com  2005-02-18 13:56 -------
I've been seeing the same thing (can't prove the first time worked but certainly
now getting 1 for all user-defined scores). This was happening in 3.0.1 as well,
so I upgraded in hopes that the problem would vanish.

The following are in my .spamassassin/user_prefs
 header CF_SUB_UID               Subject =~ /vlb|Vicki/i
 score CF_SUB_UID                4.0
 describe CF_SUB_UID             Subject: contains my ID
 header CF_NOT_FOR_ME            ToCc !~ /vlb\@cfcl/
 score CF_NOT_FOR_ME             3.0
 describe CF_NOT_FOR_ME          Neither To nor Cc me

Here are the headers from a piece of spam

X-Spam-Flag: YES
X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on cfcl.com
X-Spam-Level: *****
X-Spam-Status: Yes, score=5.0 required=0.5 tests=CF_NOT_FOR_ME,CF_SUB_UID,
	FORGED_RCVD_HELO autolearn=no version=3.0.2
X-Spam-Report:
	*  1.0 CF_SUB_UID Subject: contains my ID
	*  1.0 CF_NOT_FOR_ME Neither To nor Cc me
	*  3.0 FORGED_RCVD_HELO Received: contains a forged HELO

We startspamd as
    spamd -d -c --pidfile=/tmp/spamd.pid

I haven't tried the -m 0 workaround



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