procmail
[Top] [All Lists]

Re: No message collected.

2000-10-23 08:24:44
"Geoff Mulligan" <geoff(_at_)mulligan(_dot_)com> writes:
I disagree.  I believe that it is sendmail putting this in.  I think that
when the "data" part of the smtp exchange times out sendmail insterts this
text.

That's an easy check:

grep -l "No Message Collected" /path/to/sendmail/sources/*/*.c

That nicely reveals that sendmail's sendmail/deliver.c file contains
that message.  It apparently will be generated if the body file in the
queue doesn't exist or cannot be opened, so I think your guess of why
that would happen is correct.


Philip Guenther

_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail