USER=$1 DOMAIN=$2 LOGNAME=$USER HOME=/vhome/$DOMAIN/home/$USER ORGMAIL=/var/spool/vmail/$DOMAIN/$USER MAILDIR=$HOME DEFAULT=$ORGMAIL # procmail returns a 0 value for *any* successful delivery: # /dev/null, ! spamcatcher@domain.com, $DEFAULT, etc. # Upon receiving a 0 ret value, vdeliver will trigger a vacation # message if enabled. To have vdeliver bypass the vacation # messsage upon procmail's exit, you should explictly set the # EXITCODE="1" (quotes important) just before each delivery. # Without bypassing the vacation message, spammers and # other trapped email senders will receive back your vacation # message unneccessarily. INCLUDERC=$HOME/.procmailrc