| if [ -z "$SA" ]; then export SA=1; /usr/local/psa/bin/psa-spamc
-f -u user@domain.com -U /tmp/spamd_full.sock > spamcheck$$; /var/qmail/bin/qmail-local
"$USER" "$HOME" "$LOCAL" "" ""
"$HOST" "$SENDER" "$DEFAULT" < spamcheck$$;
retval=$?; rm -f spamcheck$$; [ $retval = 0 ] && exit 99; exit $retval;
fi
| true
|/path/to/esupport/cli/index.php
SA should rewrite the subject before delivering it. The rewrite tag would be
defined by whatever is in the SA preferences:
/var/qmail/mailnamed/domain.com/user/user_prefs
This should be the default:
required_hits 7
rewrite_subject 1
subject_tag *****SPAM*****
This should allow us add the Mail Parser rules just like is mentioned in here:
http://www.touchsupport.com/eSupport-Anti-Spam-How-To.html