Hello, I'm running sendmail with this procmail recipe. It works fine, but I'd like to have it addressed from something other than root, maybe postmaster...
#Recipe 5
:0 Whc: me.lock
* $^To:.*me
* !^FROM_DAEMON
* !^X-Loop: me@myisp.provider
| formail -rD 8192 me.cache
:0 ehc
| (formail -rI"Precedence: junk" -A"X-Loop: me@myisp.provider " ; echo "I received your mail,"; echo "Thanks very much."; echo "-- "; cat $HOME/.signature ) | $SENDMAIL -oi -t
Yu all will recognize this as a pretty standard auto-responder recipe. But I can't decipher the man pages to figure out how to overide the "from". Thanks in advance.
Keith
#Recipe 5
:0 Whc: me.lock
* $^To:.*me
* !^FROM_DAEMON
* !^X-Loop: me@myisp.provider
| formail -rD 8192 me.cache
:0 ehc
| (formail -rI"Precedence: junk" -A"X-Loop: me@myisp.provider " ; echo "I received your mail,"; echo "Thanks very much."; echo "-- "; cat $HOME/.signature ) | $SENDMAIL -oi -t
Yu all will recognize this as a pretty standard auto-responder recipe. But I can't decipher the man pages to figure out how to overide the "from". Thanks in advance.
Keith