On Wed, Nov 09, 2005 at 04:26:44PM -0500, Duncan Findlay wrote: > Does SpamAssassin 3.1.0 fix your problem?
Mail::SpamAssassin::BayesStore::DBM:
# use O_EXCL to avoid races (bonus paranoia, since we should be locked
# anyway)
my %new_toks;
$umask = umask 0;
$res = tie %new_toks, $self->DBM_MODULE, "${name}.new",
O_RDWR|O_CREAT|O_EXCL,
(oct($main->{conf}->{bayes_file_mode}) & 0666);
Still got O_EXCL in there, so I presume it doesn't. Can't somebody
delete that already?
--
.''`. ** Debian GNU/Linux ** | Andrew Suffield
: :' : http://www.debian.org/ |
`. `' |
`- -><- |
signature.asc
Description: Digital signature

