Exim and MS 4.11-1

Desai, Jason jase at SENSIS.COM
Wed Jan 8 14:50:47 GMT 2003


This patch seems to fix the problem.  Thank you very much!

> -----Original Message-----
> From: Nick Phillips [mailto:nwp at LEMON-COMPUTING.COM]
> Sent: Wednesday, January 08, 2003 4:35 AM
> To: MAILSCANNER at JISCMAIL.AC.UK
> Subject: Re: [MAILSCANNER] Exim and MS 4.11-1
>
>
> On Wed, Jan 08, 2003 at 10:07:08PM +1300, Nick Phillips wrote:
>
> > I'll test the fix now, too.
>
> Fix follows (will be in next release):
>
> Index: mailscanner/bin/MailScanner/Exim.pm
> ===================================================================
> RCS file: /var/cvs/mailscanner/mailscanner/bin/MailScanner/Exim.pm,v
> retrieving revision 1.21
> retrieving revision 1.22
> diff -r1.21 -r1.22
> 5c5
> < #   $Id: Exim.pm,v 1.21 2002/12/20 15:33:00 jkf Exp $
> ---
> > #   $Id: Exim.pm,v 1.22 2003/01/08 09:31:22 nwp Exp $
> 44c44
> < $VERSION = substr q$Revision: 1.21 $, 10;
> ---
> > $VERSION = substr q$Revision: 1.22 $, 10;
> 1082,1083c1082,1083
> <   $string .= (@{$treeref->{left}}?"Y":"N");
> <   $string .= (@{$treeref->{right}}?"Y":"N");
> ---
> >   $string .= (exists $treeref->{left}{data}?"Y":"N");
> >   $string .= (exists $treeref->{right}{data}?"Y":"N");
>
>
>
> Cheers,
>
>
> Nick
> --
> Nick Phillips -- nwp at lemon-computing.com
> Beware of a tall blond man with one black shoe.
>



More information about the MailScanner mailing list