ANNOUNCE: Beta 4.34.2

Julian Field mailscanner at ecs.soton.ac.uk
Wed Sep 15 22:19:12 IST 2004


<x-flowed>
At 22:11 15/09/2004, you wrote:
>Julian Field wrote:
> > I have just released a new beta version, 4.34.2.
> >
> > This version contains the new MIME-Base64 and MIME-tools packages, so
> > you will definitely need to run the install scripts, and not just copy
> > over the new MailScanner code. This version of MailScanner will
> > *not* work securely with older versions of the MIME-tools or
> > MIME-Base64 packages.
> >
> > The Change Log currently looks like this:
>
>Can't locate object method "new" via package
>"MIME::Parser::FileInto::MailScanner" (perhaps you forgot to load
>"MIME::Parser::FileInto::MailScanner"?) at
>/usr/lib/MailScanner/MailScanner/Message.pm line 1263, <GEN225> line 41.

Edit line 1263 of Message.pm and remove
         ::MailScanner
Here is a patch to do it:
-----SNIP-----
--- Message.pm.old 2004-09-15 21:36:50.000000000 +0100
+++ Message.pm  2004-09-15 22:17:46.000000000 +0100
@@ -1261,7 +1261,7 @@

              # Setup everything for the MIME parser
              my $parser = MIME::Parser->new;
-            my $filer  =
MIME::Parser::FileInto::MailScanner->new($explodeinto);
+            my $filer  = MIME::Parser::FileInto->new($explodeinto);

              # Over-ride the default default character set handler so it
does it
              # much better than the MIME-tools default handling.
-----SNIP-----

I'll put out a new beta in the morning, want to go to bed now :-)
--
Julian Field
www.MailScanner.info
Professional Support Services at www.MailScanner.biz
MailScanner thanks transtec Computers for their support
Buy the MailScanner book at www.MailScanner.info/store

PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654

------------------------ MailScanner list ------------------------
To unsubscribe, email jiscmail at jiscmail.ac.uk with the words:
'leave mailscanner' in the body of the email.
Before posting, read the MAQ (http://www.mailscanner.biz/maq/) and
the archives (http://www.jiscmail.ac.uk/lists/mailscanner.html).
</x-flowed>



More information about the MailScanner mailing list