http://bugzilla.spamassassin.org/show_bug.cgi?id=3482
[EMAIL PROTECTED] changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #2009 is|0 |1
obsolete| |
------- Additional Comments From [EMAIL PROTECTED] 2004-06-07 22:32 -------
Created an attachment (id=2011)
--> (http://bugzilla.spamassassin.org/attachment.cgi?id=2011&action=view)
correct fix
oops -- the previous one didn't actually fix anything ;) this is better.
the bug was:
foreach (keys %SIG) {
$SIG{$_} = 'DEFAULT';
}
this, unsurprisingly, kills $SIG{__WARN__} at the same time ;)
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.