[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vps-mail] procmailrc and includerc question
- Subject: Re: [vps-mail] procmailrc and includerc question
- From: Scott Wiersdorf <scott@xxxxxxxxxxxx>
- Date: Wed, 7 Mar 2007 08:56:25 -0700
On Wed, Mar 07, 2007 at 09:26:27AM -0500, Jim Smith wrote:
> For that longwinded reason <grin>, I'd prefer to use procmail rather than SA
> (plus it uses a lot less resources for that). That is also the reason I'd
> rather have it in the header of the email rather than using Scott's
> suggestion of looking through a variety of log files (verbose ones at
> that!).
Then you were on the right track. Perhaps something like this:
## remove any pre-existing headers of this kind for safety
:0 hfi
| formail -I "X-Spam-Reason:"
:0
* some condition
* other condtion
{
:0 hfi
|formail -I "X-Spam-Reason: some condition"
}
:0
* another condition
{
:0 hfi
|formail -I "X-Spam-Reason: another condition"
}
## any emails with our spam header get canned
:0:
* 1^0 H ?? ^X-Spam-Reason:
$HOME/Spam
This hasn't been tested, btw, but should be pretty close.
Scott
--
Scott Wiersdorf
<scott@xxxxxxxxxxxx>
========================================================================
This is <vps-mail@xxxxxxxxxxxxx> <http://groupmail.org/lists/vps-mail/>
Before posting a question, please search the archives (see above URL).
Main Index |
Thread Index