From: "Erez Lirov" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Date: Thu, 22 Feb 2001 18:31:33 -0500
I see. Does the deliver program form RFC822 content from a plain text file?
As in:
deliver -m user.test < mymessage.txt
When I try this, it doesn't give me any errors, but it doesn't put anything
in the user.test mailbox.
When you say no errors, are you including the exit code? The
important error that deliver gives is the exit code --- 0 is success,
and all others are a la /usr/include/sysexits.h.
That's the only important measure of whether deliver thinks it's
succeeding or failing.
Larry