http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906
------- Additional Comments From [EMAIL PROTECTED] 2006-05-23 18:40 -------
Ok, here's a clue. In /etc/mail/spamassassin/locals.cf I have "allow_user_rules
1". In my userprefs I have this rule:
header __MIME_VERSION exists:MIME-Version
header __SARE_HEAD_MIME_VALID Mime-Version =~ m'^\s*1.0\b'
meta SARE_HEAD_MIME_INVALID !__SARE_HEAD_MIME_VALID && __MIME_VERSION
describe SARE_HEAD_MIME_INVALID Invalid mime version
score SARE_HEAD_MIME_INVALID 1.666
If I run spamc on a test message (not the one above, which isn't triggering
today), I get the error running as a different user (who has no custom rules)
but I don't get it running it from my account. The debug "printf" indicates this
rule as lacking the score.
if (!defined $score) { warn "HELP undef score for rule $rule"; }
Theory: Does spamd handle user rules inconsistently, loading "other" users'
personal rules but not scores? How are per-user rules handled by the daemon?
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.