|
@@ -11,6 +11,12 @@ MAILBOT="/usr/bin/mailbot"
|
|
|
SIGNUPRESP="/opt/cropswap/signup.eml"
|
|
|
SUBSCRIBERESP="/opt/cropswap/subunsub.eml"
|
|
|
|
|
|
+#
|
|
|
+# Uncomment to debug
|
|
|
+#SENDMAIL="/opt/cropswap/debug.sh"
|
|
|
+#MAILBOT="/opt/cropswap/debug.sh"
|
|
|
+#
|
|
|
+
|
|
|
POSTMASTER="postmaster@localhost"
|
|
|
POSTMASTERREGEX=escape($POSTMASTER)
|
|
|
|