On Sunday 08 April 2007, John D. Hardin wrote:
>On Sun, 8 Apr 2007, Gene Heskett wrote:
>> Greetings;
>>
>> trigger phrases of the ip address, presented in the form of
>>
>> * ^X-Originating-IP: "from \[xxx\.xxx\.xxx\.xxx\]"
>>
>> don't seem to be working.
>>
>> Is my syntax for the use of the '\'
On Sun, 8 Apr 2007, Gene Heskett wrote:
> Greetings;
>
> trigger phrases of the ip address, presented in the form of
>
> * ^X-Originating-IP: "from \[xxx\.xxx\.xxx\.xxx\]"
>
> don't seem to be working.
>
> Is my syntax for the use of the '\' escape wrong?
No, but I question the quotes - are t
Gene Heskett wrote:
> Subject: Re: procmailrc question
Procmail questions are offtopic for the spamassassin list. You should
ask those in a procmail users forum. However I can't resist...
> trigger phrases of the ip address, presented in the form of
>
> * ^X-Originating-IP:
Systemwide I use this so everything get scanned:
[EMAIL PROTECTED]:~> cat /etc/procmailrc
VERBOSE=on
ORGMAIL=Mailbox
MAILDIR=$HOME
#LOGFILE=procmail-log
DROPPRIVS=yes
:0fw
* < 128000
| spamc
:f:lock-file
*
| /usr/bin/formail -a "Status: O"
INCLUDERC=.procmailrc
:0:lockfile
* ^TO*
Mailbox
Each
On Wednesday, Jan 10th 2007 at 17:43 -0800, quoth jdow:
=>From: "D Ivago" <[EMAIL PROTECTED]>
=>
=>
=>> Hi all,
=>>
=>> i''ve been using spamassassin for over a year now and I'm really happy with
=>> this solution.
=>>
=>> At he moment my maximum SA score is 3.0 and this seems to stop 99% of spa
From: "D Ivago" <[EMAIL PROTECTED]>
Hi all,
i''ve been using spamassassin for over a year now and I'm really happy
with
this solution.
At he moment my maximum SA score is 3.0 and this seems to stop 99% of spam
without marking wanted mail as spam.
Now I get like +200 mails in my spam folder
On 1/10/07, D Ivago <[EMAIL PROTECTED]> wrote:
:0:
* ^Subject:.*\<[SPAM]\>
/dev/null
Square brackets have special meaning: [SPAM] is a character class
matching one of any of the characters S, P, A, or M. What you need
is:
:0
* ^Subject:.*\<\[SPAM\]
/dev/null
However, I'd not recommend that.
On Wed, 10 Jan 2007, D Ivago wrote:
> I just added the 3 last lines as seen on a webpage but it doesn't
> work, any suggestions what I exactely need to put in there?
Take a look at the spamassassin procmail file in
http://www.impsec.org/~jhardin/antispam/
Note that you *do* have to edit it to f