I'm getting the following in the log file when receiving mail:
Feb 6 21:10:32 tolstoy mimedefang-multiplexor[28288]: Slave 0 stderr:syslog: invalid level/facility: good at /usr/local/bin/mimedefang.pl line 553
The error "invalid level/facility: good" is the clue here. It looks like somewhere in your filter, md_syslog() is being called with a first argument of "good". This will fail, as there's no such log level.
Cheers, Dave _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [email protected] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

