procmail
[Top] [All Lists]

Simple Auto-Responder

2001-05-24 14:55:20
I have been using the following simple auto-response routine in .procmailrc
for some time.  I usually just copy a file I keep called procmailrc
(including the routine below) to .procmailrc when I go out of town, and
change the XXXXXX you see in the routine to the specific date I'll be back.

Suddenly, it doesn't work.  There have been no configuration changes to the
server and I am just at a loss.  I deleted it and wrote it over again to
make sure it wasn't anything that happened to the file accidentally and
still have zero response from it.  Can anyone here see anything wrong with
what's below?  Perhaps I created a typo at some point editing it, though it
still looks fine according to my procmailex man page.  If the routine looks
fine, can anyone recommend a test to find out what's failing or where?
.forward files still work, so I know procmail is functional.

Any help would be greatly appreciated.  Thanks!

Gordon

=================

:0 h c
* !^FROM_DAEMON
* !^X-Loop: gordon(_at_)netlinkrg(_dot_)com
| (formail -r -I"Precedence: junk" \
-A"X-Loop: gordon(_at_)netlinkrg(_dot_)com" ; \
echo "This is an automated response."; \
echo ""; \
echo "I will be out of town until XXXXXX.  If you need"; \
echo "immediate assistance, please call the office.  Otherwise,"; \
echo "I will respond to your message as soon as I can."; \
echo ""; \
echo "Gordon Vivace"; \
echo "NetLink Resource Group, Inc.") | $SENDMAIL -t

_______________________________________________
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>
  • Simple Auto-Responder, Gordon Vivace <=