Beta 4.51.2: "Use TNEF Contents"
Rick Cooper
rcooper at dwford.com
Fri Feb 24 16:53:39 GMT 2006
> -----Original Message-----
> From: mailscanner-bounces at lists.mailscanner.info
> [mailto:mailscanner-bounces at lists.mailscanner.info]On Behalf Of Julian
> Field
> Sent: Friday, February 24, 2006 11:41 AM
> To: MailScanner discussion
> Subject: Re: Beta 4.51.2: "Use TNEF Contents"
>
>
[...]
> > Well found, thankyou. This is why I have beta versions :-)
> > Please try editing TNEF.pm (in /usr/lib/MailScanner/MailScanner).
> > On line 275 you should see this:
> > next if /^msg[\d-]+\.txt$/;
> > Please try commenting out that line and try the test again.
>
> And another change too:
> In Message.pm around line 1680 there will be some code that says this:
>
> # Now try the same on all the parts
> my(@parts, $part, @keep);
> @parts = $entity->parts;
> foreach $part (@parts) {
> push @keep, $part unless DeleteEntity($message, $part, $tnef) == 1;
> }
> $entity->parts(\@keep);
>
> After that, add this line:
> $entity->make_singlepart unless scalar(@keep);
>
> and try again.
>
> Hopefully both of these combined will help solve the problem.
>
> If you can see if this fixes the problem, I'll put it out in a new
> beta this weekend.
Nope, still fails with same error
Rick
--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
More information about the MailScanner
mailing list