add .local
[hombase.git] / .procmailrc
blobd24e9286777e03cf991fb62afc34bcf059cf092c
1 #### Begin Variables Section ####
2      
3 SHELL=/bin/sh
4   
5 PMDIR=$HOME/Procmail
7 LOGFILE=$PMDIR/procmail.log
8   
9 # To insert a blank line between each message's log entry in $LOGFILE, 
10 # uncomment the next two lines (this is helpful for debugging)
11 ## LOG="
12 ## "
13   
14 # Set VERBOSE to yes when debugging; VERBOSE default is no
15 ## VERBOSE=yes
16   
17 # Set all mail spool dir
18 MAILDIR=$HOME/$1/$2
20 # Set the default mail dir
21 DEFAULT=$MAILDIR/inbox/
23      
24 #### End Variables Section; Begin Processing Section ####  
25   
26 ##INCLUDERC=$PMDIR/rc.testing
27 INCLUDERC=$PMDIR/spool.rc
28 INCLUDERC=$PMDIR/$2.rc
29 INCLUDERC=$PMDIR/subscriptions.rc
30   
31 # Messages that fall through all your procmail recipes are delivered
32 # to your default INBOX. To find out yours, run 'procmail -v' 
34 #### End Processing Section #### 
35 # EOF