Something
like this before SA is called?
# If subject
contains the phrase "Oranges" then skip SA and send thru
:0:
* ^Subject: .*Oranges
! [EMAIL PROTECTED]
:0:
* ^Subject: .*Oranges
! [EMAIL PROTECTED]
# If header
contains the List-Id "FruitLoops" then skip SA and send thru
:0:
* ^List-Id:.*FruitLoops
:0:
* ^List-Id:.*FruitLoops
# If email
sent to "MonkeyChow" then skip SA and send thru
:0:
* ^To: MonkeyChow
:0:
* ^To: MonkeyChow
Then call SA.
--Chris
-----Original Message-----Hi:
From: Sao31113 [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 3:20 PM
To: [EMAIL PROTECTED]
Subject: *** How to add such a rule?
Well, as I am a novice with it, how could I write a rule to bypass verification if the email comes from an specific domain (for instance, insurance.com)? My procmail is this one below. When the email is flagged as Spam it is sent to a mailbox called spam and just discarded. Here it is:
DROPPRIVS=yes
LOGFILE=/var/log/procmail
VERBOSE=ON
:0fw
* < 256000
| spamc
:0e
{
EXITCODE=$?
}
:0:
* ^X-Spam-Flag: YES
/var/spool/mail/spam
Thanks a lot.
Mario./
Thanks a lot.
Mario./
