#===================================================================== # # Name # procmailrc # # Author # Lance P. Cleveland, Charleston Software Associates (www.CharlestonSW.com) # # Purpose # An example procmail.rc script that supports our rc.nospam and spamkw.cgi apps # # Info # What is procmail? # Procmail provides a simple server-side interface for pre-scanning # email as it arrives on the server. You can set rules that determine # where mail ends up based on the incoming text. For instance, send # all mail from @spamking.com to the bit bucket. # # About CSA # Charleston Software Associates (CSA) is and advanced internet technology # consulting firm based in Charleston South Carolina. We provide custom # software, database, and consulting services for small to mid-sized # businesses. # # For more information, or to schedule a consult, visit our website at # www.CharlestonSW.com # # Contributions # Like the script and want to contribute? # You can send payments via credit card or bank transfer using # PayPal and sending money to our info@charlestonsw.com PayPal address. # # Copyright # (c) 2005, Charleston Software Associates # This script is covered by the GNU GENERAL PUBLIC LICENSE. # View the license at http://www.charlestonsw.com/community/gpl.txt # or at http://www.gnu.org/copyleft/gpl.html # #===================================================================== # Where our rc.nospam script goes # PMDIR=/home/sites/home/procmail # Our logging output goes here # LOGFILE=$PMDIR/log # Set to yes when debugging # VERBOSE=n # Replace $HOME/Msgs with your mailbox directory # Mutt and elm use $HOME/Mail # Pine uses $HOME/mail # Netscape Messenger uses $HOME/nsmail # Some NNTP clients, such as slrn & nn, use $HOME/News # Mailboxes in maildir format are often put in $HOME/Maildir # NOTE: Upon reading the next line, Procmail does a chdir to $MAILDIR # and relative paths are relative to $MAILDIR MAILDIR=$PMDIR/mail # Make sure this directory exists! # Complex/Included Recipes # INCLUDERC=$PMDIR/rc.nospam