To Whom,
I'd first like to thank everyone for the assistance that they rendered
with my Procmail project. It works well and without any hitches. By the
way, I did take advantage of the macros, which resulted in less
coding... thanks!
I've come up with an idea that I'd like to create from some recipes
below that I found in procmailex man page. I want to create a recipe
that sends recipients a message by responding with a denial to their
request to get a receipt. I need details, because I'm new at this and I
want to cover all the bases.
Recipes:
SHELL=/bin/sh # for other shells, this might need adjustment
:0 Whc: vacation.lock
* $^To:.*\<$\LOGNAME\>
* !^FROM_DAEMON
* !^X-Loop: [EMAIL PROTECTED]
| formail -rD 8192 vacation.cache
:0 ehc
| (formail -rA"Precedence: junk" \
-A"X-Loop: [EMAIL PROTECTED]" ; \
echo "I received your mail,"; \
echo "but I won't be back until Monday."; \
echo "-- "; cat $HOME/.signature \
) | $SENDMAIL -oi -t
----------------------------------------------
:0 h c
* !^FROM_DAEMON
* !^X-Loop: [EMAIL PROTECTED]
| (formail -r -A"Precedence: junk" \
-A"X-Loop: [EMAIL PROTECTED]" ; \
echo "Mail received.") | $SENDMAIL -t
*************************************************************************
Signed,
Inquisitive and Concerned
P.'S. Detailed Documentation(s) and Sample(s) are more than welcome!
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]