[Bug 4901] [review] fix 'dns: sendto() failed:' error

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4901 --- Additional Comments From [EMAIL PROTECTED] 2006-05-22 08:47 --- theo _did_ change the summary line to include [review], so probably meant to vote +1. still, better to get that explicitly ;) --- You are receiving

[Bug 4901] [review] fix 'dns: sendto() failed:' error

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4901 --- Additional Comments From [EMAIL PROTECTED] 2006-05-22 14:41 --- (In reply to comment #4) theo _did_ change the summary line to include [review], so probably meant to vote +1. still, better to get that explicitly ;)

[Bug 4879] Add in documentation about standard debug channels

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4879 [EMAIL PROTECTED] changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 3838] [review] allow_user_rules causes 'Insecure dependency in eval while running setuid' - caused by Perl taint bug

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3838 --- Additional Comments From [EMAIL PROTECTED] 2006-05-22 22:55 --- I've been running about 45 minutes without sign of recurrence of this error, and I've been seeing 2-3 per hour before this. --- You are receiving this

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

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4906 Summary: Uninitialized $score in PerMsgStatus::_handle_hit Product: Spamassassin Version: 3.1.1 Platform: Other OS/Version: other Status: NEW Severity: normal

[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

[Bug 3838] [review] allow_user_rules causes 'Insecure dependency in eval while running setuid' - caused by Perl taint bug

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=3838 --- Additional Comments From [EMAIL PROTECTED] 2006-05-23 04:24 --- (In reply to comment #56) I've been running about 45 minutes without sign of recurrence of this error, and I've been seeing 2-3 per hour before this.

[Bug 4901] [review] fix 'dns: sendto() failed:' error

2006-05-22 Thread bugzilla-daemon
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4901 --- Additional Comments From [EMAIL PROTECTED] 2006-05-23 05:29 --- (In reply to comment #5) The patch generally looks good, but is there a reason to use $! and not $resolver-errorstring ? Something similar to the code