Hello ^^)
Le 13/12/2022 à 21:03, mailm...@ionos.gr a écrit :
I try to match my coding style to PSR12, so I used PSR12 as a base
with 5-6 modifications.
There are some things that I haven't tested as much as I want to, for
example I haven't found a way to simulate pipelining from postfix.
It is sad that there is no real milter documentation, I did find some
content that point to a dead site (milter.org). Thus, I had to limit
my milter library to protocol version 2.
did you find the libmilter-docs.tar.gz that was on the milter.org site
or did you used infos from the sendmail opensource ?
Jeff
On Tue, 13 Dec 2022 21:27:16 +0300 Mehmet Avcioglu
<mta59...@gmail.com> wrote:
Looks great. I'll definitely give it a try.
Just a small initial feedback; I am a big fan of PSR4 and PSR12, they
make PHP look cool :)
--
Mehmet
On Tue, Dec 13, 2022 at 1:02 PM <mailm...@ionos.gr> wrote:
Hey everyone,
I wrote a milter library for PHP, because I wanted to create a bunch of
different milter filters in PHP. I thought maybe others would be
interested
as well, so I published the library here:
https://gitlab.com/noumenia/libmilterphp
It supports all of milter protocol version 2. Its coded for PHP 7.2
up to
and including PHP 8.2. I'm using it with Postfix 3.5 (AlmaLinux 8.7).
Thank you.