* [EMAIL PROTECTED] <[EMAIL PROTECTED]> [2004-05-03 19:35]:
> Hello, and thank you for your email.
>
> I shall be out of the office until Tuesday 4th May. Should your email
> require urgent attention, the please contact David Adams or email
> [EMAIL PROTECTED]
For dealing with Mr. Hargrove's vacation responder, I wrote the
following script, which might be useful to procmail users:
SPC="[ ]"
FROM_="(From${SPC}|(Old-|X-)?(Resent-)?\
(From|Reply-To|Sender):)(.*\<)?"
SENDER_ML=(owner-(\
[EMAIL PROTECTED]
|[EMAIL PROTECTED]
|[EMAIL PROTECTED](lne|ssz).com\
|[EMAIL PROTECTED]))
# Sender is owner mailing lists
#
:0
*$ ^Sender:.*$SENDER_ML
* ^Sender:.*owner-\/[a-z0-9.-]+@
* MATCH ?? ()\/[EMAIL PROTECTED]
{
LISTNAME=$MATCH
:0 :
*$ [EMAIL PROTECTED]
* B ?? out.of.the.office
/dev/null
:0 E:
mailing_lists/${LISTNAME}
}
I have not tested this with the Hargrove auto-responder code, but the
code is pretty simple and should work.