natan skrev den 2023-06-21 10:05:
Hi
Files such as .spamassassin are deleted but not all.
Files that are not deleted do not appear to be invalid

I build spamassassin-4.x from cpan - not from repo


Workaound solutions is not good but works
find /var/lib/amavis/tmp/.spam* -mmin +200 -delete;

I'd rather not use it though

I thinking to downgrade to spamassassin-3.4.6

check tmp path in all software used, this includes how perl versions handle tmp dirs and files, in your case its amavisd that create dirs, and its amavisd that tells spamassassin in with dir to scan email with embed spamassassin engine in amavisd, check if other spamscanners works in amavisd, eg change from spamassassin to spamdclient, and then start spamd

does this leave temp files still ?

is cpan latest trunk version ?, i fear its not



Reply via email to