[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2007-04-16 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-07-12 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-07-12 15:26 --- I think this may be fixed in svn trunk. --- You are receiving this mail because: --- You are the assignee for the bug, or are watching the

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-25 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-26 00:55 --- I'm not completely clear about how often, or under what exact circumstances and config, you're seeing this but you're probably seeing bug 4179. The last

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-24 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-24 18:36 --- My suspicion is that spamd is not clearing the config completely between users when allow_user_rules is set, and the rules, but not the scores, are surviving

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-23 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-23 13:29 --- Stock RPM built from the tarball. No special plugins. A couple of custom system rules for the float obfuscation spam but they have scores. What's the Perl

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-23 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-23 14:20 --- if (!defined $score) { warn HELP undef score; } that's what you're after. curious! --- You are receiving this mail because: --- You are the

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-23 Thread bugzilla-daemon
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

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-23 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-23 18:44 --- Correction, the original test case works, just not when I test as root. Testing as a mortal other than me elicits the bug. --- You are receiving this

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-22 23:06 --- Created an attachment (id=3519) -- (http://issues.apache.org/SpamAssassin/attachment.cgi?id=3519action=view) Sample spam for triggering the error message

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-22 23:13 --- This is one of those can't ever happen (without something crazy going on) issues. But it looks like this is probably the same as bug 4699. Can you try

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-23 00:54 --- No joy. I applied the patch to Timeout.pm and spamd and restarted the daemon and still get the same error messages. --- You are receiving this mail

[Bug 4906] Uninitialized $score in PerMsgStatus::_handle_hit

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 --- Additional Comments From [EMAIL PROTECTED] 2006-05-23 01:41 --- (In reply to comment #3) No joy. I applied the patch to Timeout.pm and spamd and restarted the daemon and still get the same error messages. hrm. can