Note: This web page was automatically created from a PalmOS "pedit32" memo.

HSSOE spam filtering


Here's the NACS URL on spam filtering:

http://www.nacs.uci.edu/email/spam/

This page will most likely only discuss the @uci.edu headers that are
added, but if you examine the .procmailrc below, you'll see the
additional headers you can filter on when using eecs.uci.edu,
ece.uci.edu and eng.uci.edu.

Thanks!

> Below is an example ~/.procmailrc that you may find helpful.  It assumes
> that you are using unix-standard mbox folders, but could be adjusted to
> work with Maildir folders or whatever if needed.
> 
> This should take effect no matter which mail client program you use.
> 
> # Set to yes when debugging
> VERBOSE=yes
> # Remove ## when debugging; set to no if you want minimal logging
> ## LOGABSTRACT=all
> 
> # Replace $HOME/Msgs with your message directory
> MAILDIR=$HOME/mail
> PMDIR=$HOME/.procmail
> LOGFILE=$PMDIR/log
> 
> # This makes sure you don't loose any mail from zotmail :)  Be sure
to replace "username"
> # with -your- username!  IOW, we're skipping antispam processing
for this mail.
> :0:
> * ^From:.*zotmail
> /var/mail/username
> 
> # these eliminate spam
> :0 H:
> * ^X-HSSOE-SpamCheck: SpamAssassin
> spam
> 
> :0 H:
> * ^X-HSSOE-SpamScore: sssss
> spam
> 
> :0 H:
> * ^X-.*-SpamCheck: SpamAssassin
> spam
> 
> :0 H:
> * ^X-.*-SpamScore: sssss
> spam
> 
> :0 H:
> * ^X-.*-SpamScore: sssss
> spam

 


Back to Dan's palm memos