On Tue, 6 Jul 2004, Martin Ferguson wrote:
md_graphdefang_log('mail_sales_filing',,$RelayAddr);
However if there are multiple recipients, one line with the 'mail_sales_filing' tag is added to the log for each of the recipient. This is obviously not what I'm after.
Compare man mimedefang-filter(5):
"If a message has more than one recipient, md_graphdefang_log may log an event message for each recipient, depending on how you called md_graphdefang_log_enable."
Why nor use your own database or logfile for this or use md_syslog().
If disable to log multiple lines per message, you may break other scanners of the log.
Bye,
-- Steffen Kaiser _______________________________________________ Visit http://www.mimedefang.org and http://www.canit.ca MIMEDefang mailing list [EMAIL PROTECTED] http://lists.roaringpenguin.com/mailman/listinfo/mimedefang

