-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

- --[ UxBoD ]-- wrote:
> How many hits are you getting ?
>
> Database changed mysql> select count(*) from maillog where
> spamreport like '%FUZZY_OCR%' and date = '2006-08-29'; +----------+
>  | count(*) | +----------+ |      385 | +----------+ 1 row in set
> (0.10 sec)
>
> mysql> select count(*) from maillog where spamreport like
> '%FUZZY_OCR_KNOWN_HASH%' and date = '2006-08-29'; +----------+ |
> count(*) | +----------+ |        1 | +----------+ 1 row in set
> (0.05 sec)
>
> mysql> select count(*) from maillog where spamreport like
> '%FUZZY_OCR_CORRUPT%' and date = '2006-08-29'; +----------+ |
> count(*) | +----------+ |      298 | +----------+ 1 row in set
> (0.05 sec)
>
> --[ UxBoD ]-- // PGP Key: "curl -s
> http://www.splatnix.net/uxbod.asc | gpg --import" // Fingerprint:
> 543A E778 7F2D 98F1 3E50  9C1F F190 93E0 E8E8 0CF8 // Keyserver:
> www.keyserver.net                     Key-ID: 0xE8E80CF8
>
>

Did you apply the patch I sent to the SA mailing list? There is a bug
in 2.3b which breaks the database completely. Please fix the
corresponding line:

line 492:


It says:

  print DB "$score::$digest\n";


Should be:

  print DB "${score}::${digest}\n";



As a result, the produced hashdb is corrupted, delete it and start
with a new one...


Chris
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.5 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFE9XUrJQIKXnJyDxURAoWOAJ9ej8U66qKCGiJSrPYM51ZP0WHGnQCfZWqa
8BxDIenQxw0JrGD/31hQshI=
=lDtr
-----END PGP SIGNATURE-----

Reply via email to