20 lines
336 B
Text
20 lines
336 B
Text
VERBOSE=off
|
|
PMDIR=$HOME/Mail/.procmail
|
|
MAILDIR=$HOME/Mail/
|
|
INBOX=$MAILDIR
|
|
LOGFILE=$PMDIR/log
|
|
DROPPRIVS=yes
|
|
|
|
################ aliases ################
|
|
#:0
|
|
#* ^TO.*your_login_name@your.domain.*
|
|
#! your_logname@other.domain
|
|
|
|
# Add spam to spam folder
|
|
:0:
|
|
* ^X-Spam-Status: Yes
|
|
$HOME/Mail/spam
|
|
|
|
# Add everything else to the inbox
|
|
:0
|
|
$INBOX
|