#Environment variables for procmail # SHELL="/bin/bash" PATH=$HOME/bin:/bin:/usr/bin:/usr/local/bin VERBOSE=no LOGFILE=${HOME}/procmail.log LOG="--- Logging for ${LOGNAME}, "; LOGABSTRACT=all MAILDIR=${HOME}/Mail DEFAULT=${MAILDIR}/mbox # In the example below, replace "www.mynetmax.net" with the # fully-qualified domainname of your NetMAX running Interchange # Also, replace "orders@mynetmax.net" with the email address of the # Interchange server for orders :0c * ^From.*interch@www.mynetmax.net * ^Subject.*ORDER .* * ^To.*orders@mynetmax.net | ${HOME}/orderparser.pl # Accept all the rest to the user's mbox :0: ${DEFAULT}