# # In order to use it, name this file "~/.procmailrc" and put the # following in your .forward: # "| /uva/bin/procmail" # # # I define $DEFAULT to keep it in my system mailbox. # DEFAULT=/var/mail/$LOGNAME MAILDIR=$HOME/mail # # I don't want to log what it does, unless something is going wrong. #VERBOSE=no #LOGFILE=$HOME/Mail/maillog #UMASK=077 # Create more alias variables if more aliases exists #ALIAS1=alias1 #ALIAS2=alias2 # Uncomment the rule below to implement vacation with procmail # If more than one alias, preceed each one with the -a option # Example: | /usr/bin/vacation -a smith -a andrewsmith ahs3j #:0 c # | /usr/bin/vacation -a $ALIAS1 -a $ALIAS2 $LOGNAME :0 $DEFAUL