procmail
[Top] [All Lists]

Re: Problem with autoresponse

1999-04-23 22:29:26

On Fri, 23 Apr 1999, James Kelty wrote:

:0ch
* ^To*
*!^FROM_DAEMON
*!^X-Loop: james1(_at_)testmail\(_dot_)m0\(_dot_)net
| (formail -r -A "Precedence: junk" \
  -I"From: james1(_at_)testmail\(_dot_)m0\(_dot_)net"\
  -I"Subject: Not home, sorry"\
  -A"X-Loop: james1(_at_)testmail\(_dot_)m0\(_dot_)net"\
echo "";\
cat $FILEDIR/auto.txt) | $SENDMAIL -t

 Try following:

 | formail -r -A "Precedence: junk" \
    -I"From: james1(_at_)testmail\(_dot_)m0\(_dot_)net"\
    -I"Subject: Not home, sorry"\
    -A"X-Loop: james1(_at_)testmail\(_dot_)m0\(_dot_)net" \
    | cat $FILEDIR/auto.txt \
    | $SENDMAIL -t


 Zhiliang

<Prev in Thread] Current Thread [Next in Thread>