[Mimedefang] Two Errors in log -- don't know what to do!

Lavoie,Alain [CMC] Alain.Lavoie at ec.gc.ca
Tue Aug 27 13:54:00 EDT 2002


> Hi,
> 
>    I got 2 errors in the log that i never saw. The first one is saying:
> 
> Aug 27 17:28:10 mail1 mimedefang-multiplexor: Slave 3 stderr: Converting
> to multipart/mixed
> 
> But my multipart filter is almost empty... The server is accepting all the
> mail, scan it and
> forwarding the mail to another mail server.
> 
> sub filter_multipart {
>     my($entity, $fname, $ext, $type) = @_;
> 
>     if (filter_bad_filename($entity)) {
>         action_notify_administrator("A MULTIPART attachment of type $type,
> named $fname was dropped.\n");
>         return action_drop_with_warning("Text.\n");
>     }
>     return action_accept();
> }
> 
> 
>    The second error is:
> 
> Aug 27 17:29:24 mail1 mimedefang-multiplexor: Slave 3 stderr:
> 5/site_perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm line 828. Malformed
> UTF-8 character (unexpected non-continuation byte 0x73 after start byte
> 0xe9) in substitution iterator at
> /usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm line 828.
> Malformed UTF-8 character (unexpected non-continuation byte 0x73 after
> start byte 0xe9) in substitution iterator at
> /usr/lib/perl5/site_perl/5.6.1/Mail/SpamAssassin/PerMsgStatus.pm line 828.
> Malformed UTF-8 character (unexpected non-continuation byte 0x73 af
> 
> I think is a SpamAssassin error but i can't track it.
> I have RH 7.3, Sendmail 8.12.4 MD 2.14 and SA 2.20 
> 
> 
> Thanks for the help
> ---------------------
> Alain



More information about the MIMEDefang mailing list