|
Majordomo-Users (January 1995) |
I discovered (and fixed) a bug in resend (v1.93) when it tries to bounce a
message that is too long. The function resend_sendmail() opens a pipe but
never closes it. That caused resend to crash on my system. I added a
close(MAIL)
just before the return:
EOM
close(MAIL)
return;
}
Perhaps someone else can send a patch for others to use. And fix the masters.
--
---------------
Jay Nitikman
jay@armory.com My PGP Public key is available by upon request
---------------
Follow-Ups:
|