Re: [Dspam-user] training for non-spam not working
Brought to you by:
paulcockings,
sbajic
From: Stevan B. <st...@ba...> - 2018-01-06 07:29:39
|
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 in...@it.... If not, change it to whatever your >> email is): >> >> select uid,signature from dspam_signature_data where uid=(select uid >> from dspam_virtual_uids where username='in...@it...') and signature >> like '%a441081121917356521135'; >> >> >> What do you get? > Empty set (2.43 sec) Empty set? I see below that you got an entry for that signature hash but at the end it is not associated to your user id. >> >> Do you have an user id for your email? What do you get when you run >> this here: >> >> select uid from dspam_virtual_uids where username='in...@it...'; > 1 row in set (0.00 sec) Please post the full result of this query. >> >> What do you get when you run this here: >> >> select uid,signature,length,created_on from dspam_signature_data where >> signature like '%a441081121917356521135'; > 1 row in set (43.71 sec) Please post the full result of this command. >> >> What are your user preferences? Can your run this here and post the >> output (if in...@it... is not your email address then change it to >> whatever you use): >> >> dspam_admin list pref in...@it... >> >> >> > i don't know what to make of this command. run against dspam's DB? with > the dspam binary? > run it on the command line. In the Linux shell. |