On Tue, Jun 23, 2015 at 03:38:26PM -0300, Alfredo Saldanha wrote:
> I've been used dspam_crc to get token information.
> I get the "from" by system.log in dspam directory as below:
> 
> 1434635458    I       "DOUGLAS TORRES " <douglastor...@domain.com.br> 
> 321,5582ccc2180614948014227     Lida:_ORÇAMENTO_DE_SEGURO_AUTOMÓ        
> Delivered       <00e201d0a9cd$c6b00a80$54101f80$@domain.com.br>
> 
> # dspam_crc 'From*"DOUGLAS TORRES" <douglastor...@domain.com.br>' 
> TOKEN: 'From*"DOUGLAS TORRES" <douglastor...@domain.com.br>' CRC: 
> 12104146969136729772
> 
> > SELECT * FROM dspam_token_data WHERE token='12104146969136729772';
> +-----+----------------------+-----------+---------------+------------+
> | uid | token                | spam_hits | innocent_hits | last_hit   |
> +-----+----------------------+-----------+---------------+------------+
> | 321 | 12104146969136729772 |         0 |          1458 | 2015-05-11 |
> +-----+----------------------+-----------+---------------+------------+
> 1 row in set (5.97 sec)
> 
> 
> But, I have a case that in system.log is different, there is only the name of 
> sender (no email address) as you see below:
> 
> 1435081484    S       "Alessandra Range"      321,55899b0c95772809011008      
> Re: ORÇAMENTO DE SEGURO AUTOMÓVEL       Delivered       
> <oid_1435081440378417_0alessara...@domain.com.br>
> 
> # dspam_crc 'From*"Alessandra Range"'
> TOKEN: 'From*"Alessandra Range"' CRC: 5333441504094406011
> 
> > SELECT * FROM dspam_token_data WHERE token='5333441504094406011';
> Empty set (5.31 sec)
> 
> Where I made mistakes?
> 
> Thank you.
> 

Hi,

"Alessandra Range" is not a valid From: address. I have not checked the source 
code, but it
is completely possible that a correct address is needed to store a token. You 
have definitely
proven that that token is NOT stored.

Regards,
Ken

------------------------------------------------------------------------------
Monitor 25 network devices or servers for free with OpManager!
OpManager is web-based network management software that monitors 
network devices and physical & virtual servers, alerts via email & sms 
for fault. Monitor 25 devices for free with no restriction. Download now
http://ad.doubleclick.net/ddm/clk/292181274;119417398;o
_______________________________________________
Dspam-user mailing list
Dspam-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspam-user

Reply via email to