MailScanner 5.3.2-1 Available

Shawn Iverson shawniverson at summitgrid.com
Sat Apr 25 22:52:44 UTC 2020


5.3.2-2 is now up on the repo.

I failed to copy my test code into the branch to correct those errors.

On 4/25/20 6:18 PM, Mark Sapiro wrote:
> 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.
>
-- 

Shawn Iverson
shawniverson at summitgrid.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mailscanner.info/pipermail/mailscanner/attachments/20200425/f82ba571/attachment.html>


More information about the MailScanner mailing list