http://bugzilla.spamassassin.org/show_bug.cgi?id=3625
------- Additional Comments From [EMAIL PROTECTED] 2004-08-25 15:17 -------
The sigpipe message was from when we were trying to poke around to see what
was going on. The diff from that version and release is as follows:
< #!/usr/bin/perl -T -w
---
> #!/usr/bin/perl -w
1682c1682
< local $SIG{'PIPE'} = sub { $main::SIGPIPE_RECEIVED++ };
---
> local $SIG{'PIPE'} = sub { system("echo 'got sigpipe' >> /tmp/log");
$main::SIGPIPE_RECEIVED++ };
1687a1688
> system("echo 'got sigpipe' >> /tmp/log");
1709a1711
> system("echo 'didn\'t get? sigpipe' >> /tmp/log");
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.