From: "Christopher X. Candreva" <[EMAIL PROTECTED]>
To: users@spamassassin.apache.org
Date: Tue, 13 Mar 2007 14:31:56 -0400 (EDT)
Subject: Re: sendmail's vacation(1) & "Precedence: junk" headers
On Tue, 13 Mar 2007, Damon McMahon wrote:
> Greetings,
>
> I'd like to integrate SpamAssassin with the sendmail vacation(1)
> autoresponder program. According to sendmail's vacation(1) man page:
I posted this a while ago - I have developed a procmail include file that
does a good amount of filtering pre vacation. You just need to set a
variable $VACATIONOPT to whatever is passed to vacation, and include this:
# Vacation Rule
#
# Vacation already skips lines with Precedence: (list|bulk|junk)
#
:0 c
* !^Return-Path:
<(www|nobody|webuser|apache|httpd|(email.?)?(bounce|remov(e|als?)|SenderApp)|newslet|reservations|no-?reply|devnul|root|notify|owner-|[EMAIL
PROTECTED](mailer@|@primebroker.citigroup.com))
* !^List-
* !^X-Spam-Status: Yes
* !^X-Mailer: (Accucast|Highwire Mailer|iEntrymailer|UnityMail)
* !^X-(Roving|Campaignid:|Habeas-SWE-|AMAZON)
|/usr/local/bin/vacation $VACATIONOPT
==========================================================
Chris Candreva -- [EMAIL PROTECTED] -- (914) 948-3162
WestNet Internet Services of Westchester
http://www.westnet.com/
Thanks, Christopher - works a treat.
Regards,
Damon