On 12/6/10 11:44 AM, David F. Skoll wrote:
Syslogd. MIMEDefang slurps the stderr output from the Perl process and syslogs it. Some (many?) versions of syslogd don't like non-printable characters and transform them with the #ooo octal replacement.
Ok, so... the fix then would be to do a split() on the input data and call syslog() for each of the resultant fragments? -Philip _______________________________________________ NOTE: If there is a disclaimer or other legal boilerplate in the above message, it is NULL AND VOID. You may ignore it. Visit http://www.mimedefang.org and http://www.roaringpenguin.com MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

