The other day I mentioned how much spam I was still getting via Spamassassin, 
Razor, and 'physical' blocking from entering them into /etc/mail/access.  I was still 
seeing a pretty good flow of spam, and they were still going into user mailboxes. 

    Well, I'm not sure *exectly* what has changed, but I've got it worked out.

    The path is now Sendmail->/etc/procmailrc->spamassassin->user-mail-box.  
Spamassassin checks the Razor database, marks'em based on Razor and other things, and 
my /etc/procmail is told to toss'em into a big trashcan that I check every once in a 
while:

#  Procmail setup
VERBOSE=off
PMDIR=/nfshomes/brian/.procmail
LOGFILE=/nfshomes/brian/.procmail/logs/procmail-log-`date +%Y%m`
#
# Pass it through Spamassassin
#
:0fw
| /usr/bin/spamassassin

:0:
* ^X-Spam-Status: Yes
{
  # Report it with Razor:
  :0 Wc
  | razor-check -d -debuglevel=9

  :0 W
  /nfshomes/brian/razor-caught
}

    Now, I have almost *no* idea what the difference is between ":0:" and :0 e" and 
the like, but this works, and works well.  I've not seen a spam INSIDE the mailbox in 
at least two days, and the big trashcan almost needs to fit on it's own managed 
partition.  :)

    I report all this because it's a way that one can really install these parts, and 
they really provide relief, and I'm hoping this finds it's way into google.com so that 
others can get this lil' fix to work for them, too.

    I would, though, like to auto-report the mail marked as spam to Razor, but if I 
can't, I'll get by.  

    Thanks, everyone!
  
------------------------------------------------------------------------
Brian Fahrländer              Linux Zealot, Conservative, and Technomad
Evansville, IN                    My Voyage: http://www.CounterMoon.com
ICQ  5119262
------------------------------------------------------------------------
Gekommen auf Schlangehüften sein es ganz rüber jetzt. Bügel in der 
festen Ursache ist es eine lange süsse Fahrt. 


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Razor-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/razor-users

Reply via email to