> Computing the whilelist token for that sender:
> theia ~ # dspam_crc 'From*"Carta IEDI" <[email protected]>'
> TOKEN: 'From*"Carta IEDI" <[email protected]>' CRC: 17185162547590275985
> theia ~ #
> 
> And then search for that token in your DSPAM database:
> SELECT * FROM `dspam_token_data` WHERE `token` = '17185162547590275985'
> 
> What result do you have?

This select result a "empty set", but I did the follow:

dspam_crc From*"Carta IEDI <[email protected]>"
TOKEN: 'From*Carta IEDI <[email protected]>' CRC: 6322142184428839436

mysql> select * from dspam_token_data where token='6322142184428839436';

The result was:

+-----+---------------------+-----------+---------------+------------+
| uid | token               | spam_hits | innocent_hits | last_hit   |
+-----+---------------------+-----------+---------------+------------+
|  24 | 6322142184428839436 |         0 |            29 | 2009-11-06 |
|  28 | 6322142184428839436 |         0 |            25 | 2009-11-06 |
|  29 | 6322142184428839436 |         0 |            25 | 2009-11-06 |
+-----+---------------------+-----------+---------------+------------+

Uid 24 is the user I'm trying to fix, but probably others have same
issue.





------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Dspam-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to