On Wed, Aug 15, 2007 at 06:24:01PM +0200, "Adam Cécile (Le_Vert)" wrote:
> I have some bad addresses whitelisted however I can't remove it:
> 
> bash-3.1# strings auto-whitelist | grep [EMAIL PROTECTED]
> [EMAIL PROTECTED]|ip=218.186
> [EMAIL PROTECTED]|ip=218.186|totscore
> 
> bash-3.1# spamassassin [EMAIL PROTECTED]
> SpamAssassin auto-whitelist: removing address: [EMAIL PROTECTED]
> 
> bash-3.1# strings auto-whitelist | grep [EMAIL PROTECTED]
> [EMAIL PROTECTED]|ip=218.186
> [EMAIL PROTECTED]|ip=218.186|totscore

DBM files don't generally remove the data from the file, they just
remove the pointers to the data.  So you don't want strings, you'd
want to check all the DBM keys.  There are several ways to do this,
though "db_dump -p auto-whitelist" may be easiest.  There's a tool at
http://svn.apache.org/repos/asf/spamassassin/trunk/tools/check_whitelist
which you could probably use.

-- 
Randomly Selected Tagline:
Boycott Shampoo...demand the REAL poo instead.

Attachment: pgp9PRAamaVcN.pgp
Description: PGP signature

Reply via email to