################################################################################ # Filename: $HOME/.procmailrc # Purpose: config-file for procmail # Author: Michael Prokop - www.michael-prokop.at # Latest change: Mon Feb 02 00:11:25 CET 2004 # Notice: many ideas are taken from www.helms.sh -> linux/procmail => thx :) ################################################################################## # some important settings # ======================= # PATH=$HOME/bin:/usr/local/bin:/usr/bin:/bin PMDIR=$HOME/.procmail DEFAULT=$HOME/mail/inbox MAILDIR=$HOME/mail # MAILDIR=$HOME/mail # use this one if you use pine, imap # MAILDIR=$HOME/Mail # use this one if you use elm, mutt # LOCKFILE=$HOME/.lockmail # MYMAILADR=(mail|usenet.*|stg|michael|mp.at-stats|dlinklogs|webmail|news|pgp|responder|kgrep|hhkb|devnull|abuse|)@michael-prokop.at ################################################################################## # Because this file would become very big I only source the config-files # located in the directory ~/.procmail/ # do you want to get a log-file? INCLUDERC=$PMDIR/log-rc # INCLUDERC=$PMDIR/special-rc # do you want to get a backup of every single mail? # INCLUDERC=$PMDIR/copy-rc # adjust some stuff INCLUDERC=$PMDIR/adjust-rc # Killfile :-) INCLUDERC=$PMDIR/kill-rc # adjust some other stuff INCLUDERC=$PMDIR/misc-rc # this is the main file which sorts the mails! INCLUDERC=$PMDIR/sort-rc # killfile for spam! #INCLUDERC=$PMDIR/spam-rc # spamblocker #INCLUDERC=$PMDIR/spamblock-rc ######################### END OF FILE ##########################################