Milter: Removing multiple headers with the same name

2019-03-04 Thread Vsevolod Stakhov
Hello, I'm trying to debug one issue with the milter interface in Postfix. I want to remove multiple headers with the same name, for example: X-Spam-Flag: No X-Spam-Flag: No X-Spam-Flag: Not really X-Spam-Flag: No To do that, I track headers on header phase and track numbers for each header. For

Re: Milter: Removing multiple headers with the same name

2019-03-04 Thread Vsevolod Stakhov
Bill, On 04/03/2019 15:11, Bill Cole wrote: > On 4 Mar 2019, at 6:58, Vsevolod Stakhov wrote: > >> Hello, >> >> I'm trying to debug one issue with the milter interface in Postfix. I >> want to remove multiple headers with the same name, for example: >> &

Re: Milter: Removing multiple headers with the same name

2019-03-04 Thread Vsevolod Stakhov
On 04/03/2019 15:23, Vsevolod Stakhov wrote: > Bill, > > On 04/03/2019 15:11, Bill Cole wrote: >> On 4 Mar 2019, at 6:58, Vsevolod Stakhov wrote: >> >>> Hello, >>> >>> I'm trying to debug one issue with the milter interface in Postfix. I >&g

Re: Milter: Removing multiple headers with the same name

2019-03-04 Thread Vsevolod Stakhov
Wietse, On 04/03/2019 15:34, Wietse Venema wrote: > Vsevolod Stakhov: >> I don't call any library, I have my own implementation of the milter >> protocol. It checks for any errors that could arise but there are no >> errors of course, or I would have not asked this ques