Koozali.org: home of the SME Server

SpamAssassin on SME 5.5

Erika

SpamAssassin on SME 5.5
« 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

J Price

Re: SpamAssassin on SME 5.5
« Reply #1 on: June 13, 2003, 03:24:56 AM »
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