[Mailmunge] Logging

Dianne Skoll dianne at skollsoft.com
Thu Aug 12 22:35:47 EDT 2021


On Thu, 12 Aug 2021 19:55:36 -0400
postfix--- via Mailmunge <mailmunge at lists.mailmunge.org> wrote:

> Is there anyway to limit/control what gets logged?

Not without hacking the source, or using an advanced syslog daemon like
rsyslog to avoid logging based on regular espressions.

If you go the "hack the source" route, you can override the log
method in your filter and only selectively call
$self->SUPER::log(...) for the messages you want logged.

Regards,

Dianne.


More information about the Mailmunge mailing list