I'm trying to set up the antispam plugin for dovecot using dspam as the 
backend.

    antispam_backend = dspam
     antispam_signature = X-DSPAM-Signature
     antispam_signature_missing = error
     antispam_trash = "trash;Trash;Deleted Items;Deleted Messages"
     antispam_spam = SPAM;Spam;spam
     antispam_dspam_binary = "/usr/bin/dspam"
      antispam_dspam_args = "--source=error;--signature=%%s"
      antispam_dspam_spam = "--class=spam"
      antispam_dspam_notspam = "--class=innocent"

This should result in calling dspam to retrain any mail moved from inbox 
to the spam folder, or out of it.

But it errors out when it tries to call dspam.

So I set the call up the way I think the plugin would and executed it 
directly:

dspam --class=spam --source=error --signature=4eda493441474972711070
Syntax: dspam [--help|--version|.........

  grep 4eda493441474972711070 *
X-DSPAM-Signature: 4eda493441474972711070

Shouldn't this work?

sean


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to