• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Spam Filter problem?

techwide

New Pleskian
I've noticed that after I upgraded the latest Plesk 7.5.3 the .qmail file contains something reverse for Spam filtering.

If I set the Spam filter to delete, the .qmail file will contain following;

| /usr/local/psa/bin/psa-spamc -f -u [email protected] -U /tmp/spamd_full.sock -c || exit 99
| true
./Maildir/

If I set the Spam filter to mark as spam, the .qmail file will contain following;

| if [ -z "$SA" ]; then export SA=1; /usr/local/psa/bin/psa-spamc -f -u [email protected] -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
./Maildir/

This was completely opposite before. Looks like it's a bug!

Has anyone experienced this?

Regards,

Peter
 
Back
Top