[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [vps-mail] procmail recipe with ******
- Subject: Re: [vps-mail] procmail recipe with ******
- From: NM Public <agorae@xxxxxxxxxxxxxxxx>
- Date: Tue, 30 Nov 2004 14:50:38 +0000 (GMT)
On 30 Nov 2004 tim (email@xxxxxxxxxxxxxxxx) wrote:
##### Kill Spam #####
:0 c
* ^X-Spam-Level:.*\*\*\*\*\*\*\*\*
$HOME/.Mail/spam
Try replacing the 2nd line with this
* ^X-Spam-Level: \*\*\*\*\*\*\*\*
^
this is a single space, which is what SA uses here
Also there is no need to continue (c) processing messages that
match here so change the first line to
:0
Finally, do you set the MAILDIR variable in your procmailrc? If
so, use it! I.e., change the last line to
spam
(that's assumuing that MAILDIR= $HOME/.Mail)
##### Reject Spam #####
:0 c
* ^X-Spam-Status:.*Yes,
/dev/null
You probably don't need the 'c' in this recipe either. I have
lots of info about Procmail, including how to use it with SA in
my Procmail Quick Start.
Hope this helps,
NM
--
Infinite Ink: <http://www.ii.com/>
Reverse Spam Filtering: <http://www.ii.com/internet/messaging/spam/>
Procmail Quick Start: <http://www.ii.com/internet/robots/procmail/qs/>
IMAP Service Providers: <http://www.ii.com/internet/messaging/imap/isps/>
======================================================================
This is <vps-mail@xxxxxxxxxxxx> <http://www.perlcode.org/lists/>
Before posting a question, please search the archives (see above URL).
Main Index |
Thread Index