http://bugzilla.spamassassin.org/show_bug.cgi?id=3828
------- Additional Comments From [EMAIL PROTECTED] 2004-11-18 07:29 -------
So Sebastian Hagedorn, would this work?
Change...
$SIG{'ALRM'} = sub { die (" tcp timeout ") };
To...
$SIG{'SIGALRM'} = sub { die (" tcp timeout ") };
Change...
$SIG{'ALRM'} = sub { die (" child processing timeout ") };
To...
$SIG{'SIGALRM'} = sub { die (" child processing timeout ") };
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.