Re: PATCH: milter API function smfi_setsymlist

2020-01-15 Thread David Bürgin
On 15/01/2020 16:37, Wietse Venema wrote: > As implemented in this patch: move the on-the-fly connect before > the macroi evaluation. Should work for Postfix 2.5 and later. Thank you very much. I would try it out, unfortunately I have never set up Postfix from the raw materials myself (I’m using

PATCH: milter API function smfi_setsymlist

2020-01-15 Thread Wietse Venema
Wietse Venema: > I noticed that the Postfix implementation does the postfix<->milter > setup while reporting the SMTP connect event. > This evaluates the connect macros before the postfix<->milter setup > has a chance to override them. > > Fix would be a some swap of some code. As implemented in