[Mimedefang] Error from multiplexor: connecting to db

David F. Skoll dfs at roaringpenguin.com
Thu Oct 30 11:33:50 EST 2003


On Thu, 30 Oct 2003, Chris Masters wrote:

> I get this error after filter_end:
> Error from multiplexor: connecting to db

Your filter is printing output to stdout.  Don't do that.
stdin/stdout are strictly reserved for control messages between the
slave and the multiplexor.  If you need to print debugging information,
print it to stderr.

If you're using a Perl module that prints messages to stdout, you need to
find a way to shut them off.

--
David.



More information about the MIMEDefang mailing list