Exim and MS 4.11-1
Nick Phillips
nwp at LEMON-COMPUTING.COM
Wed Jan 8 09:35:07 GMT 2003
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