Spamassasin
    Bob Gorman 
    bob at rsi.com
       
    Fri Oct 15 12:48:01 EDT 2004
    
    
  
At 12:23 PM 10/15/2004, markw at mohawksoft.com wrote:
>So, if you have a Linux mail server and can edit your .procmail.rc file,
>this is what you want to do:
>
># send mail through spamassassin
>:0fw
>| /usr/bin/spamassassin
># Move spam to a different file
>:0:
>* ^X-Spam-Status: Yes
>mail/spam
My smtp server is underpowered.  To speed things up I switched to spamc which is faster, and I don't filter messages over 64K.  This helped quit a bit.
## Identify Spam with spamassassin email filter
:0fw
* < 65536
| /usr/bin/spamc
    
    
More information about the Discuss
mailing list