Can you please post the header of the message that you are trying to retrain? Just the one beginning with "X-DSPAM".

--
 Kind Regards from Switzerland,

 Stevan Bajić


On 05.01.2018 03:50, ITwrx.org wrote:
On 01/04/2018 05:05 PM, Stevan Bajić via Dspam-user wrote:
Can you post your configuration of the plugin?

And can you post the following entries from your dspam.conf?
MySQLUIDInSignature
Preference
ParseToHeaders
ChangeModeOnParse
ChangeUserOnParse

If your config is in one file then you could use grep to just get the
above entries:
grep
"^\(MySQLUIDInSignature\|Preference\|ParseToHeaders\|ChangeModeOnParse\|ChangeUserOnParse\)"
/etc/dspam/dspam.conf
i now have

plugin {
     antispam_backend = dspam
     antispam_allow_append_to_spam = "no"
     antispam_spam = Spam;spam;SPAM;Junk;junk;JUNK
     antispam_trash = Trash;trash
     antispam_unsure = Check;check
     antispam_signature = X-DSPAM-Signature
     antispam_signature_missing = move
     antispam_dspam_binary = /usr/bin/dspam
     antispam_dspam_args = --user;%u;--source=error;--signature=%%s
     antispam_dspam_spam = --class=spam
     antispam_dspam_notspam = --class=innocent
     antispam_dspam_result_header = X-DSPAM-Result
     antispam_dspam_result_blacklist = Virus;Blocklisted;Blacklisted
}
in /etc/dovecot/dovecot.conf

and

Preference "spamAction=deliver"
Preference "signatureLocation=headers"
Preference "showFactors=off"
ParseToHeaders      on
ChangeModeOnParse   on
ChangeUserOnParse   full
in /etc/dspam/dspam.conf.

still not working though.

thanks


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to