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 " <[email protected]> 321,5582ccc2180614948014227 Lida:_ORÇAMENTO_DE_SEGURO_AUTOMÓ Delivered <[email protected]> # dspam_crc 'From*"DOUGLAS TORRES" <[email protected]>' TOKEN: 'From*"DOUGLAS TORRES" <[email protected]>' 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 <[email protected]> # 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. ----- Mensagem original ----- De: "ktm" <[email protected]> Para: [email protected] Enviadas: Terça-feira, 23 de junho de 2015 15:11:59 Assunto: Re: [Dspam-user] The tokens is not going to database On Tue, Jun 23, 2015 at 02:01:46PM -0300, Alfredo Saldanha wrote: > Hi ktm, > > Thank you for your answer. > How can I get the token information from this signature? > > BR. > In the MySQL schema, they are stored in the 'data' field in the signature table. You can also look in the token table for tokens with uid = 321, in this example. Check the 'last_hit' field for new and recently used tokens. 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user ------------------------------------------------------------------------------ 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 [email protected] https://lists.sourceforge.net/lists/listinfo/dspam-user
