I am trying to pre-filter a bit in .promailrc, to catch some addressed names 
within my domain and totally get rid of them (for test purposes I'm sending 
them to a file, but really want them to go to /dev/null).

However, I'm seeing them go to the files, and then get handed off to Spam 
Assassin, too.

How can I modify my .procmailrc to catch these names, and not pass the emails 
farther along? I'm sure it's a simple hack, but I need a pointer from someone 
more experienced than I!

Here is the .procmailrc:

PATH=/usr/bin:/usr/local/bin    # Path Variables for the procmail session
MAILDIR=$HOME/mail              # could be either $HOME/mail or $HOME/Mail
LOGFILE=$MAILDIR/procmail.log   # Keep a log of what comes in and where it 
goes
VERBOSE=yes                     # No error Reporting --values (no|off yes|on)
COMSAT=no                       # set to no|off
SENDMAIL=/usr/bin/sendmail      # sendmail location

:0
* ^To: [EMAIL PROTECTED]
djtaz01

:0
* ^To: [EMAIL PROTECTED]
jimbo


:0fw
| /usr/bin/spamassassin
:0:
* ^X-Spam-Status: Yes
caughtspam




-- 

R o b   T o w

[EMAIL PROTECTED]
www.tauzero.com/Rob_Tow
(408)-829-7407
*
*ronin in the glade
*swift katas slice the still air
*...his own opponent




-------------------------------------------------------
This SF.net email sponsored by: Enterprise Linux Forum Conference & Expo
The Event For Linux Datacenter Solutions & Strategies in The Enterprise 
Linux in the Boardroom; in the Front Office; & in the Server Room 
http://www.enterpriselinuxforum.com
_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to