I keep seeing unlink errors for my AWL database: Use of uninitialized value in concatenation (.) or string at /usr/share/perl5/Mail/SpamAssassin/UnixLocker.pm line 80. lock: 950 unlink of lock file /home/defang/.spamassassin/auto-whitelist.lock failed: No such file or directory
I solved a problem similar to this for the bayes database by configuring it to learn to the journal only, then run a cron job to apply the changes. Like such: bayes_learn_to_journal 1 bayes_journal_max_size 5120000 Then background learn job run every hour. sa-learn --rebuild How to solve this problem for AWL? It appears be looking for a lock file which does not exist. -- Luke Computer Science System Administrator Security Administrator,College of Engineering Montana State University-Bozeman,Montana
