[Mailmunge] Logging

list at ptld.com list at ptld.com
Sun Jun 9 11:43:24 EDT 2024


> I'm adapting my MIMEDefang filter to Mailmunge and
> I don't see anything to use for md_syslog and md_graphdefang_log. Does something like this exist in MM?


There is:

   /etc/default/mailmunge
     SYSLOG_FACILITY = mail

And when you want to incur your own log message (ie debugging) you send to STDERR

   print STDERR "custom log message\n";


More information about the Mailmunge mailing list