Here is milter-greylist 3.1.6
http://ftp.espci.fr/pub/milter-greylist/milter-greylist-3.1.6.tgz
MD5 (milter-greylist-3.1.6.tgz) = 2bd3e03df156511b925c32d4eb07478d
From Chagelog:
More format strings, for SMTP code, extended code, message, header
Fix a crash when using regex without grouping ()
Document the CVS location in README
--
Emmanuel Dreyfus
manu@...
Emmanuel Dreyfus wrote:
>
> Here is milter-greylist 3.1.6
Please note that the web site still points to 3.1.5...
Bye.
--
___________________________________________________
__
|- giannici@...
|ederico Giannici http://www.neomedia.it
___________________________________________________
Federico Giannici <giannici@...> wrote:
> > Here is milter-greylist 3.1.6
> Please note that the web site still points to 3.1.5...
I just fixed it, thank you for raising it.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...
Jim Hermann <hostmaster@...> wrote:
> When are you going to decide that Version 3.1.X is ready for
> production?
When I'll have it working in production.
The only problem I have to sort is LDAP lookups through libcurl. Despite
its name, libldap_r seems to be not fully thread-safe, which leads to
crashes when performing multiple queries at once (it can be reproduced
very easily with a simple sample program).
A simple workaround is to limit the amount of concurent connexions to 1,
but it's weak on the performance front. An alternative I'm considering
is to optionally fork helper processes that will perform urlcheck
querries. The same idea could be applied to DNSRBL and SPF checks.
--
Emmanuel Dreyfus
http://hcpnet.free.fr/pubz
manu@...