Page 1 of 1

Mail Bug after update.

Posted: 29 Apr 2014 14:06
by Michaelv
Hi,

I just updated today and I've found this in my /var/log/maillog

Apr 29 21:55:16 relay MailScanner[7215]: Calling CustomAction returned Undefined subroutine &MailScanner::CustomConfig::CustomAction called at /usr/lib/MailScanner/MailScanner/Config.pm line 3586.
Apr 29 21:55:16 relay MailScanner[7215]: Content Checks: Detected and have disarmed web bug tags in HTML message in D26BB100056.AB240 from 00000145adc472b5-61a3721f-0628-4d3a-8e10-fe79f7cc8149-000000@amazonses.com

Not sure what this is calling.. but it doesn't scan the mail. It pass through clean.


Regards,

Michael

Re: Mail Bug after update.

Posted: 29 Apr 2014 15:27
by javier.mireles
Try this, works for me....


wget -O ./update-3.0.0.4-fix.sh.zip http://forum.efa-project.org/download/file.php?id=22
unzip ./update-3.0.0.4-fix.sh.zip
chmod 755 ./update-3.0.0.4-fix.sh
sudo ./update-3.0.0.4-fix.sh

Re: Mail Bug after update.

Posted: 01 May 2014 01:19
by Michaelv
Right.. that fixed it.. thanks!