Page 1 of 1

3.0.0.9 upgraded sa-learn problem

Posted: 21 Mar 2016 17:45
by VMguru
We upgraded on Sunday to 3.0.0.9 with no issues other than the obvious switch to https from http.

But now, when users click on the link "Click here to report this message as spam."

Example of Hyperlink info:
https://cleaner.aesdom.com:1234/cgi-bin ... cdecb8d59b

The result in the browser produces this error:

/var/spool/MailScanner/quarantine/20160321/nonspam/646CF120768.A37AC

Software error:

Cannot open /usr/local/bin/sa-learn --spam: No such file or directory at /var/www/cgi-bin/learn-msg.cgi line 99.

For help, please send mail to the webmaster (root@localhost), giving this error message and the time and date of the error.


Being a Windows admin, detailed help would be appreciated.
Thank you.

Re: 3.0.0.9 upgraded sa-learn problem

Posted: 21 Mar 2016 17:50
by shawniverson
Bug!!! :o

Fix:

/var/www/cgi-bin/learn-msg.cgi

Code: Select all

$salearn = "/usr/bin/sa-learn --spam";

Re: 3.0.0.9 upgraded sa-learn problem

Posted: 21 Mar 2016 17:51
by shawniverson

Re: 3.0.0.9 upgraded sa-learn problem

Posted: 21 Mar 2016 17:55
by VMguru
Bingo!
Bug fix worked, thanks so much for the quick response!! :clap: