procmail
[Top] [All Lists]

Re: Not replying

1996-01-19 21:24:28
etlmcrt(_at_)etlxdmx(_dot_)ericsson(_dot_)se ("Marc Rackett (ETLMCRT XB/VAC)") 
writes:
...
BUT the message never gets to etlnlbn.  If I run the command from the
shell, with the VARIABLES set then it does, i.e.:

cat testnl | ( formail -r ; cat $SENDFILE ) | $SENDMAIL -oi -t

where testnl was a copy of the above mail.


Is formail in the default path that your procmailrc is executed with?
If not, or you aren't sure, give the fully qualified formail path in
the recipe.  If that doesn't help, change the action to

| set -xe ; ( formail -r ; cat $SENDFILE ) | $SENDMAIL -oi -t

That will turn make the shell 'log' the commands it is trying to execute,
and die if one fails.


Philip Guenther

<Prev in Thread] Current Thread [Next in Thread>
  • Not replying, "Marc Rackett (ETLMCRT XB/VAC)"
    • Re: Not replying, Philip Guenther <=