3.0.0.9 upgraded sa-learn problem

Report bugs and workarounds
Post Reply
User avatar
VMguru
Posts: 18
Joined: 18 Nov 2015 16:04

3.0.0.9 upgraded sa-learn problem

Post 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.
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: 3.0.0.9 upgraded sa-learn problem

Post by shawniverson »

Bug!!! :o

Fix:

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

Code: Select all

$salearn = "/usr/bin/sa-learn --spam";
User avatar
shawniverson
Posts: 3783
Joined: 13 Jan 2014 23:30
Location: Indianapolis, Indiana USA
Contact:

Re: 3.0.0.9 upgraded sa-learn problem

Post by shawniverson »

User avatar
VMguru
Posts: 18
Joined: 18 Nov 2015 16:04

Re: 3.0.0.9 upgraded sa-learn problem

Post by VMguru »

Bingo!
Bug fix worked, thanks so much for the quick response!! :clap:
Post Reply