[pfx] Re: milter protocol: chgheader: wondering on indices

2024-04-25 Thread Steffen Nurpmeso via Postfix-users
Wietse Venema via Postfix-users wrote in <4vqwxx2jpbzj...@spike.porcupine.org>: |> * For smfi_chgheader, filter order is important. Later |>filters will see the header changes made by earlier ones. | |Yes, that is fundamental to the way that the Milter API works. Each |Milter "in

[pfx] Re: milter protocol: chgheader: wondering on indices

2024-04-25 Thread Wietse Venema via Postfix-users
> * For smfi_chgheader, filter order is important. Later >filters will see the header changes made by earlier ones. Yes, that is fundamental to the way that the Milter API works. Each Milter "inspects" the header and body content that exists after Postfix and previous Milters have mad

Re: Milter protocol deleting and adding the same recipient

2020-06-30 Thread Wietse Venema
Mehmet Avcioglu: > Hello, > > It looks like there is difference in postfix implementation of milter > protocol regarding adding and deleting recipients compared to sendmail. > > The following results in one final recipient on sendmail but no recipients > on postfix while still logging nrcpt=2 >

Re: milter protocol

2009-03-23 Thread Wietse Venema
Danilo Paffi Monteiro: > Hello, > > This question is stupid, I Think. > > I'm trying to understand how milter works, to implement some filters > (develop a milter program) The Milter API documentation is included with Sendmail source code. It describes the over-all architecture and API. It's not

Re: milter protocol

2009-03-23 Thread Andrzej Adam Filip
Danilo Paffi Monteiro wrote: > This question is stupid, I Think. > > I'm trying to understand how milter works, to implement some filters > (develop a milter program) > > I haven't found a good documentation about the protocol, actually the > ones that I found are very hard to understand. > > Does

Re: milter protocol

2009-03-23 Thread Erwan David
On Mon, Mar 23, 2009 at 01:12:53PM CET, Danilo Paffi Monteiro said: > Hello, > > This question is stupid, I Think. > > I'm trying to understand how milter works, to implement some filters > (develop a milter program) > > I haven't found a good documentation about the protocol, actually the > o