Re: Child Exited 127 Error
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Monday, June 26 at 04:43 PM, quoth Bill:
>Kyle:
>
>Thanks for your response.
>
>I'm using Mutt, Fetchmail, Postfix & Procmail.
>
>#1. What, pray tell, is:
>
>"killed by signal" - which could be a segfault"
Since your mail IS getting sent, it sounds like your sendmail command
is succeeding and then failing and returning this error code. If, your
$sendmail command is actually a shell script, it could be returning
this result because whatever program it uses may be doing something
unfortunate (like crashing). If your $sendmail command is NOT a shell
script, then I have no idea what's up.
>#2. I tried your suggestion:
>
>echo "foo" > | /whatever/program/you/use
>
>But it only returned:
>
>"No recipients were specified."
>
>I assumed (perhaps erroneously) that 'foo' was a valid email address.
>
>I must be missing something ...
HEH. Nono, "foo" would be the arbitrary content of an email message.
And you put an extra > in there. It should be:
echo "foo" | /whatever/program/you/use
Or rather:
echo "foo" | /whatever/program/you/use whatever args you use -f
recipient@xxxxxxx
~Kyle
- --
To brand a book as unsuitable is an important step toward making it
required reading.
-- Marvin Kaye
-----BEGIN PGP SIGNATURE-----
Comment: Thank you for using encryption!
iD8DBQFEoSn9BkIOoMqOI14RApNyAJsHQ5aK7fF8Om22QIQ8g8NlBy30kwCfUpwy
sZ0KTNGJ1OyiKGp0tlZyRfY=
=/uij
-----END PGP SIGNATURE-----