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. 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='i...@itwrx.org') 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='i...@itwrx.org';
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 i...@itwrx.org is not your email address then change it to
whatever you use):

dspam_admin list pref i...@itwrx.org



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.


------------------------------------------------------------------------------
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