MailScanner 5.3.2-1 Available

Mark Sapiro mark at msapiro.net
Sat Apr 25 22:18:10 UTC 2020


On 4/25/20 8:56 AM, Shawn Iverson via MailScanner wrote:
> MailScanner 5.3.2-1 is now available.
> 
> Thanks to everyone for their support.


I have an issue with this. In particular, Message.pm lines 760-761

>   } elsif (MailScanner::Config::Value('mta') == "exim" && MailScanner::Config::Value('spamlistskipifauthenticated') {
>     if (exists $message->{metadata}->{dv_auth_id}) {

line 760 is missing a ')' and $message is undeclared at line 761. Should
this be

>   } elsif (MailScanner::Config::Value('mta') == "exim" && MailScanner::Config::Value('spamlistskipifauthenticated')) {
>     if (exists $this->{metadata}->{dv_auth_id}) {

With these changes, it works for me, but my mta is postfix so the
$message change to $this isn't tested.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan


More information about the MailScanner mailing list