>>>>> "JMH" == John M Harres <harres@UWYO.EDU> writes:
JMH> I'm new to this list, so appologies if this has been answered
JMH> before. I am using majordomo 1.94.4 with Perl 5.004_01. majordomo has
JMH> been dying on different 'print REPLY' statements with a return code of
JMH> 141.
141 = 128 + 13; 13 is SIGPIPE. Figure out why sendmail (or whatever your
mailer is) is dying out from under Majordomo. The error happens because
Majordomo prints to a program which has exited. Unfortunately it hasn't
been told to exit yet.
- J<
Follow-Ups:
References:
|
|