[Mailmunge] Context vs Filter Docs

Dianne Skoll dianne at skollsoft.com
Sun Aug 1 09:35:39 EDT 2021


On Sun, 01 Aug 2021 09:28:55 -0400
postfix--- via Mailmunge <mailmunge at lists.mailmunge.org> wrote:

>      $ctx->bounced
>      $ctx->discarded
>      $ctx->in_filter_wrapup
>      $ctx->message_quarantined
>      $ctx->tempfailed

Those accessors always return a false value unless the relevant action
has been called (or for in_filter_wrapup, unless we're in filter_wrapup).

Whether that false value is 0 or undef is an internal implementation detail.

Regards,

Dianne.


More information about the Mailmunge mailing list