11 messages in net.sourceforge.lists.courier-usersRe: [courier-users] mailbot useage
FromSent OnAttachments
Kyle JohnsonJun 27, 2006 6:04 pm 
Kyle JohnsonJun 28, 2006 11:39 am 
Bowie BaileyJun 28, 2006 12:11 pm 
Bowie BaileyJun 28, 2006 12:31 pm 
Kyle JohnsonJun 28, 2006 12:49 pm 
Bowie BaileyJun 28, 2006 1:31 pm 
Kyle JohnsonJun 28, 2006 5:22 pm 
Kyle JohnsonJun 29, 2006 6:01 am 
Bowie BaileyJun 29, 2006 6:14 am 
Kyle JohnsonJun 29, 2006 6:22 am 
Bowie BaileyJun 29, 2006 7:49 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [courier-users] mailbot useageActions...
From:Bowie Bailey (Bowi@BUC.com)
Date:Jun 28, 2006 12:31:52 pm
List:net.sourceforge.lists.courier-users

Stefan Hornburg (Racke) wrote:

Bowie Bailey wrote:

I use this for my vacation messages:

------------------------------------------------------ import RECIPIENT if (! (/^X-Spam-Flag: YES/ || /^List-id:/) ) { `/usr/lib/courier/bin/mailbot -A "From: $RECIPIENT" -d "./autoreplydb" -m "./autoreply" /usr/lib/courier/bin/sendmail -f "$RECIPIENT"` }

------------------------------------------------------

Note that the mailbot command is one long line.

This will send one reply per day per recipient. It only sends replies to messages that do not look like mailing lists and are not marked as spam.

Mailbot should really adhere List-ID.

Mailbot doesn't care about List-ID headers. From the man page:

The default behavior is to send an autoresponse unless the original message has the "Precedence: junk" or the "Precedence: bulk" header, or if it's MIME content type is "multipart/report" (this is the MIME content type for delivery status notifications).

Please keep list traffic on the list.