Tom Sommer: > On 2018-08-09 19:52, Wietse Venema wrote: > > Tom Sommer: > >> On 2018-08-09 19:31, Wietse Venema wrote: > >> > I suggested using a lookup table (smtpd_reply_footer_maps) which > >> > is queried with the original Postfix response, and which can > >> > dynamically return a filled-in template based on the content of the > >> > query string. A pcre map would be fine for that. > >> > > >> > The only new code needed is to get the reply_footer from a table > >> > instead of a main.cf variable. There are already lots of examples > >> > of doing that in Postfix, so anyone could write that. > >> > >> I see what you mean now, using the SMTP code as the lookup - I didn't > >> understand what you meant before. > > > > Correction: NOT using the SMTP code as the lookup. I wrote: "which > > is queried with the original Postfix response". These are different > > things. > > What are the odds of smtpd_reply_footer_maps being added? :)
Like, yesterday on the train home? It took one extra line in an existing IF statement to try getting the template from a lookup table before trying to get it from main.cf (still need to make the corresponding change to postscreen). > > Please fix your MUA to respect the Reply-To: header, instead of > > replying to me and owner-postfix-users. > > Done, apparently there was an option: > https://github.com/roundcube/roundcubemail/blob/0f7cdcc846391a1a2d934a6c6505337846ca811c/config/defaults.inc.php#L1253 Software, the unbounded potential to mess up. Wietse