15 lines
262 B
Text
15 lines
262 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 everything to the inbox
|
|
:0
|
|
$INBOX
|