I am trying to configure antispam with dspam for retraining when moving from SPAM -> INBOX and vice versa.

I receive the following error when moving messages:

May 15 15:55:23 GARV-MX01 imap: antispam: /usr/bin/dspam --source=error --class=spam --signature=536d01bc29381952369248 --user dspam --deliver=spam,innocent May 15 15:55:23 GARV-MX01 dspam[10853]: Unable to determine the destination user

When I execute that same command from the console, it works fine.

Below is my plugin configuration:

plugin {
   # Antispam (DSPAM)
   antispam_debug_target = syslog
   antispam_verbose_debug = 1
   antispam_backend = dspam
   antispam_allow_append_to_spam = YES
   antispam_spam = Spam;Junk
   antispam_trash = trash;Trash
   antispam_signature = X-DSPAM-Signature
   antispam_signature_missing = move
   antispam_dspam_binary = /usr/bin/dspam
   antispam_dspam_args = --user dspam;--deliver=spam,innocent
   antispam_dspam_spam = --class=spam
   antispam_dspam_notspam = --class=innocent
   antispam_dspam_result_header = X-DSPAM-Result
}

I use only a single user for dspam, as all accounts on the server are my own.

TIA

Josh
------------------------------------------------------------------------------
"Accelerate Dev Cycles with Automated Cross-Browser Testing - For FREE
Instantly run your Selenium tests across 300+ browser/OS combos.
Get unparalleled scalability from the best Selenium testing platform available
Simple to use. Nothing to install. Get started now for free."
http://p.sf.net/sfu/SauceLabs
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to