procmail
[Top] [All Lists]

Re: Avoiding Autoresponse on re:

1997-07-10 07:37:00

      I have procmail set up to autorespond with my resume in pdf format
when someone sends me a message "send pdf resume."
      As I also save the message and read it, a dialogue could start if
someone has other questions with messages going back saying "re:send pdf
resume".
      How do I set up the recipe to avoid this problem?

 My automail recipes look like this:

:0 h
* ^Subject:(.*\<)?send foo bar\>
* !^Subject:.* Re:
* !^FROM_DAEMON
* !^X--Loop: me(_at_)my(_dot_)domain
| (formail -r -A"Precedence: junk" \
 -A"X-Loop: me(_at_)my(_dot_)domain" ; \
 cat ${HOME}/var/foobar.uu ) | $SENDMAIL -t

Maybe the "!^Subject" condition would better be

* !^Subject:[    ]+Re:

 (the old tab+space thing) 


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