Victor Duchovni wrote:
> On Tue, Nov 10, 2009 at 01:22:47PM -0500, Angus March wrote:
>
>
>> And finally, what was sent to the standard error:
>> sendmail: warning: -f option specified malformed sender: angus uducat.com
>> sendmail: fatal: No recipient addresses found in message header
>>
>
> This exits with EX_USAGE. Either you are not processing the exit status
> correctly, or your build is broken.
>
Well, do I ever feel like the north end of a southbound horse. It
just occurred to me, after all this time, that these problems could be
explained by a second call to sendmail. Indeed, when I migrated from
popen() to pipe()/fork()/execv() I forgot to remove the original
popen(). Now I'm pretty sure my problems are more manageable.
Thanks for your input.