# This is top level mailfilter. located in $HOME/.mailfilter # SPAM TAGGING FILTER # Brought to you by: LCSR Computing Facility # Hanz Makmur - makmur@cs.rutgers.edu # # This check incoming email with the spamfilter and tag the email. # # **************************************** # if you are using POP3 based mail reader, # **************************************** # 1. Setup a local filter to look for HEADER: X-Spam-Flag: YES # with ACTION to file or delete the email. # # My suggestion is to file the email to a different folder # and look at it when you have time to make sure no # false positive SPAM. This filter is not perfect so # you should file into a folder instead of deleting it for later inspection. # To learn how to setup a filter look here: # Eudora: http://www.eudora.com/techsupport/kb/2363hq.html # Outlook and Outlook Express: see the help system and look for 'rules' if ( $LINES < 5000) { xfilter "~makmur/spamc -d spamfilter.rutgers.edu -p 7831" } # **************************************** # if you are using IMAP based mailreader # **************************************** # 1. then uncomment this command below by removing '#' of the line. # 2. Using your mail client ceate a Subfolder inside your INBOX and # call it SPAM # 3. Reset your Folder List to show your newly created folder # #if (/^X-Spam-Flag: YES/) #{ # to "Maildir/.SPAM" #}