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
> * 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
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
>
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
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
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