Koozali.org: home of the SME Server
Legacy Forums => Experienced User Forum => Topic started by: Erika on June 13, 2003, 03:20:48 AM
-
Hi,
I installed SpamAssassin 2.53 from Greg Zartman / Shad Lords / James Price, which made no problem during the install.
But on the Save & Restart action, 2 problems appeared, concerning calls to esmith::ConfigDB and esmith::AccountsDB in the user templates 30spamassassin and 95saSort.
I fixed the problem in changing :
esmith::ConfigDB->open_ro() by esmith::ConfigDB->open()
esmith::AccountsDB->open_ro() by esmith::AccountsDB->open()
It now seems to work... :-)
I didn't find the email addresses of the authors, that's why I thought it was a good idea to describe the problem and its fix here.
Hope it helps,
Erika
-
Yeah...I missed that template when I uploaded the modified 5.5 version which another user also pointed out. I have not had time recently to fix it and upload a new RPM. Good catch and good luck.
-James