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
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:
>>
&
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
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