-------- Original-Nachricht -------- > Datum: Tue, 10 Nov 2009 09:30:24 -0200 > Von: Felipe Szczesny Rout <[email protected]> > An: Steve <[email protected]> > CC: [email protected] > Betreff: Re: [Dspam-user] can\'t remove address from whitelist
> > > 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. > UID 28 and 29 have the same issue. Anyway... you wrote that you learned that message as SPAM. Right? There are many possible reasons why the whitelisting is not working right. Allow me to think loud: - The sending IP is in LocalMX or in 127., 10., 172.16., 192.168. or 169.254. - You have a group definition that is doing whitelisting on classification but not on learnings - You have disabled enableWhitelist for the user - You have IgnoreHeader in place disabling the From header line Does any of the above ring a bell? If not then allow me to ask how your setup is? Could you post your dspam.conf, your group definition and the default preference and the preference for UID 24 (if you are using preference extension). Could you post how you have integrated DSPAM with your MTA? Could you post how you do training (Web-UI, forwarding, other methods)? // Steve -- GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT! Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01 ------------------------------------------------------------------------------ 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
