Re: [Dspam-user] training for non-spam not working
Brought to you by:
paulcockings,
sbajic
From: Stevan B. <st...@ba...> - 2018-01-05 21:47:13
|
Assuming the mail you try to reclassify is for your own account (aka: in...@it...) then the following lines inside the plugin configuration: 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 and the fact that the mail is inside your spam folder and you move it to the inbox folder, would result in the following command being executed: /usr/bin/dspam --user in...@it... --source=error --signature=a441081121917356521135 --class=innocent What happens when you execute this? What entries do you get in your syslog? Can you post them here? -- Kind Regards from Switzerland, Stevan Bajić On 05.01.2018 17:52, ITwrx.org wrote: > On 01/05/2018 02:03 AM, Stevan Bajić via Dspam-user wrote: >> Can you please post the header of the message that you are trying to >> retrain? Just the one beginning with "X-DSPAM". >> > sure, thanks. > >> X-DSPAM-Result: Spam >> X-DSPAM-Processed: Wed Dec 27 15:28:33 2017 >> X-DSPAM-Confidence: 0.9899 >> X-DSPAM-Probability: 1.0000 >> X-DSPAM-Signature: 5a441081121917356521135 > > ------------------------------------------------------------------------------ > 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 > Dsp...@li... > https://lists.sourceforge.net/lists/listinfo/dspam-user |