Something like this before SA is called?
 
# If subject contains the phrase "Oranges" then skip SA and send thru
:0:
* ^Subject: .*Oranges
! [EMAIL PROTECTED]
 
# If header contains the List-Id "FruitLoops" then skip SA and send thru
:0:
* ^List-Id:.*FruitLoops
! [EMAIL PROTECTED]
 
# If email sent to  "MonkeyChow" then skip SA and send thru
:0:
* ^To: MonkeyChow
! [EMAIL PROTECTED]
 
Then call SA.
 
--Chris
 
-----Original Message-----
From: Sao31113 [mailto:[EMAIL PROTECTED]
Sent: Monday, July 12, 2004 3:20 PM
To: [EMAIL PROTECTED]
Subject: *** How to add such a rule?

Hi:

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./

Reply via email to