Add these lines to the front of your procmailrc file:
Code:
# Set on when debugging
VERBOSE=off
# Path to mailbox
MAILDIR=/var/spool/mail/support
# Path to log file - comment out for no logging
#LOGFILE=$HOME/procmail.log
To try and debug the problem change VERBOSE to on
and remove the # in front of LOGFILE.
If you send an email to the support address, check /home/support/procmail.log which should tell you of any errors.
Don't forget to set verbose off and comment the logfile line out again when your finished debugging.
If you end up in mail loop (it does happen!) just quickly comment out your .procmailrc with #'s at the front of the lines that forward mail to your script....Just thought i'd say as this happened to me once!
Andy
