procmail
[Top] [All Lists]

Re: Autoresponse based on email address

2003-01-03 18:24:14
Ashley Kirchner is using this code recommended by Scott Wiersdorf,

| >>>   :0 h c
| >>>   * ^TO_webmaster(_at_)pcraft(_dot_)com
| >>>   * !^FROM_DAEMON
| >>>   * !^X-Loop: webmaster(_at_)pcraft(_dot_)com
| >>>   | (formail -r -I"Precedence: junk" \
| >>>       -A"X-Loop: webmaster(_at_)pcraft(_dot_)com" ; \
| >>>
| >>>
| >          cat /path/to/message) | $SENDMAIL -t

|     Thank you Scott.  I've added this to the top of my current recipe
| (which just adds subject tags) but it's not working.  My subject tagging
| still works, but messages send to webmaster(_at_)pcraft(_dot_)com don't 
generate
| the autoresponder.  (Yes, I changes the /path/to/message :) )  Is there
| some way of debugging this to see if it's causing an error or something?

You sent your test message from "root," so it matched ^FROM_DAEMON, which
means it didn't match ! ^FROM_DAEMON.


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

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