procmail
[Top] [All Lists]

Re: Need your help to set Auto-respond function in procmail

2000-09-29 09:44:08
Charles Yang wrote,

| I am first time to try procmail in RedHat Linux 6.1, I want to create one
| autorespond function for 1 specific account,
| my recipe as below. After many try, but it still not work. Please help me
| to check whick I make mistake.

| :0 hc
| * !^FROM_DAEMON
| * !^X-Loop: bobcats(_at_)localhost(_dot_)localdomain
|   | (formail -r -I"Precedence: junk" \
|      -I"From:<charles(_at_)localhost(_dot_)localdomain>       
|      -A"X-Loop: bobcats(_at_)localhost(_dot_)localdomain"; \
|      echo "Mail received.") | $SENDMAIL -t

You have a stray tab, no closing quote, and no continuation backslash on
the line with '-I"From:'.  That's the syntax problem that's leading to
skipping.


_______________________________________________
procmail mailing list
procmail(_at_)lists(_dot_)RWTH-Aachen(_dot_)DE
http://MailMan.RWTH-Aachen.DE/mailman/listinfo/procmail