Hello,

thunderbird is not doing much in this game. The whole work is done by the dovecot antispam plugin. You need to look at your dovecot configuration and see if you can find the configuration for the antispam plugin. Usually it resists in /etc/dovecot/conf.d/

A working configuration for a thunderbird user using German folders could look like this here:

plugin {
    #antispam_debug_target = syslog
    #antispam_debug_target = stderr
    #antispam_verbose_debug = 1
    antispam_backend = dspam
    antispam_allow_append_to_spam = "no"
    antispam_spam = Spam;spam;SPAM;Junk;junk;JUNK;Junk E-Mail;Junk-E-Mail;Unerw&APw-nschte Mails;Unwanted     antispam_trash = Trash;trash;Deleted;Deleted Items;Deleted Messages;Gel&APY-schte Elemente;Gel&APY-schte Objekte
    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
}


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

--
 Kind Regards from Switzerland,

 Stevan Bajić


On 04.01.2018 23:48, ITwrx.org wrote:
On 01/04/2018 01:17 PM, Stevan Bajić via Dspam-user wrote:
Hello,


you need to post more information. How does DSPAM know that you moved
from spam to inbox? Do you have a plugin or anything else that detects
the re-classification?


Hi,

i'm not sure how that part works so maybe i just never finished that
part of the config.


i'm using on server:

dovecot 2.2.33.2-2

dovecot2-antispam-git v2.0.15.g649963a-1

dspam 3.10.2-14

mariadb 10.1.29-1

postfix 3.2.4-2

client:

thunderbird 52.5.2-1

thunderbird is set to trust headers sent by dspam. i assumed(!) :) that
thunderbird would send useful data back to dspam via dovecot when
marking a message as ham. now i wonder if a plugin is required. if so,
does a working plugin exist for tbird? another linux client maybe?

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