Thomas Landauer via Postfix-users:
> Hi,
>
> * default_delivery_status_filter
> The documentation says this can also be used to modify the "explanatory
> text". Maybe you could add an example for this?
> If I extend the existing example like this:
>
> > /^4(\.\d+\.\d+ TLS is required, but host \S+ refused to start TLS: .+)/
> > 5$1 No luck today
>
> Where is "No luck today" shown then? Only in the DSN or also in the SMTP
> session?
1 - As documented:
Substitution of substrings (text that matches patterns inside
"()") from the matched expression into the result string is
requested with $1, $2, etc.;
2 - As documented this is a Postfix delivery agent feature.
3 - As documented:
This feature will change the enhanced status code and text
that is logged to the maillog file, and that is reported to the
sender in delivery confirmation or non-delivery notifications.
Wietse
_______________________________________________
Postfix-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]