Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread Stevan Bajić via Dspam-user
On 06.01.2018 02:00, ITwrx.org wrote: On 01/05/2018 05:32 PM, Stevan Bajić via Dspam-user wrote: So DSPAM can not find the signature in the db. Are you sure that the signature is inside the db? When you run this against the DSPAM database (I assume the email address you use is i...@itwrx.org. I

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread ITwrx.org
On 01/05/2018 05:32 PM, Stevan Bajić via Dspam-user wrote: > So DSPAM can not find the signature in the db. Are you sure that the > signature is inside the db? > > When you run this against the DSPAM database (I assume the email > address you use is i...@itwrx.org. If not, change it to whatever you

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread Stevan Bajić via Dspam-user
On 06.01.2018 00:33, ITwrx.org wrote: On 01/05/2018 05:07 PM, Paul Goyette wrote: Perhaps remove the extra % character? that gives me: dspam[25458]: Signature retrieval for 'imap' failed Jan 05 17:31:00 email.itwrx.org dspam[25458]: Unable to find a valid signature. Aborting. Jan 05 17:31:00

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread Stevan Bajić via Dspam-user
On 06.01.2018 00:07, Paul Goyette wrote: On Fri, 5 Jan 2018, ITwrx.org wrote: Signature retrieval for '%s' failed dspam[25001]: Unable to find a valid signature. Aborting. dspam[25001]: process_message returned error -5.  dropping message. the signature is always shown as '%s' in the log (for

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread ITwrx.org
On 01/05/2018 05:07 PM, Paul Goyette wrote: > Perhaps remove the extra % character? that gives me: > dspam[25458]: Signature retrieval for 'imap' failed > Jan 05 17:31:00 email.itwrx.org dspam[25458]: Unable to find a valid > signature. Aborting. > Jan 05 17:31:00 email.itwrx.org dspam[25458]: pr

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread Stevan Bajić via Dspam-user
So DSPAM can not find the signature in the db. Are you sure that the signature is inside the db? When you run this against the DSPAM database (I assume the email address you use is i...@itwrx.org. If not, change it to whatever your email is): select uid,signature from dspam_signature_data whe

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread Paul Goyette
On Fri, 5 Jan 2018, ITwrx.org wrote: Signature retrieval for '%s' failed dspam[25001]: Unable to find a valid signature. Aborting. dspam[25001]: process_message returned error -5.  dropping message. the signature is always shown as '%s' in the log (for all messages i move). so, either there is

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread ITwrx.org
On 01/05/2018 03:46 PM, Stevan Bajić via Dspam-user wrote: > Assuming the mail you try to reclassify is for your own account (aka: > i...@itwrx.org) then the following lines inside the plugin configuration: > >     antispam_dspam_binary = /usr/bin/dspam >     antispam_dspam_args = --user;%u;--sourc

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread Stevan Bajić via Dspam-user
Assuming the mail you try to reclassify is for your own account (aka: i...@itwrx.org) 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    

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread ITwrx.org
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-

Re: [Dspam-user] training for non-spam not working

2018-01-05 Thread Stevan Bajić via Dspam-user
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 configurat