-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
actually, it's not so simple.
> stat64("/home/asuffield/.spamassassin/bayes_toks.expire2054", 0xbffff580) =
> -1 ENOENT (No such file or directory)
this stat is performed by SpamAssassin code;
> open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
> O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
> open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
> O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
> open("/home/asuffield/.spamassassin/__db.bayes_toks.expire2054",
> O_RDWR|O_CREAT|O_EXCL|O_LARGEFILE, 0600) = -1 EEXIST (File exists)
this open is being performed "under the covers" in libdb. We have no
control over this, as far as I know, since it's all hidden underneath
DB_File.
I didn't think we used that functionality (journalling, if I recall
correctly). We could delete the "__db.bayes_toks*" files in advance, if
that would help? but still, mysterious.
what versions of libdb and the perl DB_File module are you using? and what
version of SpamAssassin?
- --j.
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Exmh CVS
iD8DBQFCEoLsMJF5cimLx9ARAlLRAJ9ohde0tHGz0G241ug0bDryBWuT7QCfbkKN
GBSydIJSrwSV86+croheENc=
=fMp/
-----END PGP SIGNATURE-----
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]