"zeek" said:
> I found my culprit. Am I ok with leaving this uncommented? My AWL really
> isn't that interesting.
> DBBasedAddrList.pm:
>
> # tell AnyDBM_File to prefer DB_File, if possible.
> BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
> # off until 3.0; there's lo
I found my culprit. Am I ok with leaving this uncommented? My AWL really
isn't that interesting.
DBBasedAddrList.pm:
# tell AnyDBM_File to prefer DB_File, if possible.
BEGIN { @AnyDBM_File::ISA = qw(DB_File GDBM_File NDBM_File SDBM_File); }
# off until 3.0; there's lots of existing AWLs out the
Don't mean to parrot but I've duplicated this problem on another system.
This is from using the rpm below (which rpm may be irrelevant, but the SA
rev is). I've also found the problem is somewhere in &do_awl_tests in
PerMsgStatus.pm but my perl isn't good enough to figure out what's going on
here
On startup, with spamd
OPTIONS="--debug --daemonize --create-prefs --auto-whitelist --username=nobo
dy --nouser-config --allowed-ips=192.168.1.10,127.0.0.1"
Sep 25 13:34:44 mogwai spamd[15500]: debug: 15500 Trying to get lock on
/var/spool/spamassassin/auto-whitelist pass 0
Sep 25 13:34:44 mogw