Yahoo Groups archive

Milter-greylist

Index last updated: 2026-04-28 23:32 UTC

Thread

milter-greylist 2.1.4 is out

milter-greylist 2.1.4 is out

2006-04-15 by manu@netbsd.org

Here is milter-greylist 2.1.4:

http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.1.4
MD5 (/tmp/milter-greylist-2.1.4.tgz) = 55eeb97b44bfc845c177e09f837c5b9c

Changes since 2.1.3:
        Fixes to bucketed databases when using lazyaw (Ranko Zivojnovic)
        Tell local connexions are non IP instead of non IPv4 (Attila Bruncsak)
        Faster ACL code (Attila Bruncsak)
        Option to log expired entries (Jeff Rife)
        Cosmetic changes in debug logs (Fredrik Pettai)

Note that I'll be AFK until next week, so if it's buggy, it won"t be fixed
quickly. 

-- 
Emmanuel Dreyfus
manu@...

Re: [milter-greylist] milter-greylist 2.1.4 is out

2006-04-15 by Sysadmin

Tere.
> Here is milter-greylist 2.1.4:
>
> http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.1.4
> MD5 (/tmp/milter-greylist-2.1.4.tgz) = 55eeb97b44bfc845c177e09f837c5b9c
>
> Changes since 2.1.3:
>         Fixes to bucketed databases when using lazyaw (Ranko Zivojnovic)
>         Tell local connexions are non IP instead of non IPv4 (Attila Bruncsak)
>         Faster ACL code (Attila Bruncsak)
>         Option to log expired entries (Jeff Rife)
>         Cosmetic changes in debug logs (Fredrik Pettai)
>
> Note that I'll be AFK until next week, so if it's buggy, it won"t be fixed
> quickly.
>   

I't wont compile:

milter-greylist.c:530: warning: preprocessing directive not recognized 
within macro arg
milter-greylist.c:530: warning: preprocessing directive not recognized 
within macro arg
milter-greylist.c:531: `#else' not within a conditional
milter-greylist.c:533: unbalanced `#endif'
make: *** [milter-greylist.o] Error 1

And these lines are:

                            "Message not sent from an IPv4 neither IPv6 
address");                                
#else                    "Message not sent from an IPv4 
address");                                             
#endif                                                                                  


Seems again this AF_INET6 makes troubles for my old linux. Can this be 
fixed?

-- 
Sysadmin

RE: [milter-greylist] milter-greylist 2.1.4 is out

2006-04-15 by attila.bruncsak@itu.int

> I't wont compile:
> 
> milter-greylist.c:530: warning: preprocessing directive not 
> recognized 
> within macro arg
> milter-greylist.c:530: warning: preprocessing directive not 
> recognized 
> within macro arg
> milter-greylist.c:531: `#else' not within a conditional
> milter-greylist.c:533: unbalanced `#endif'
> make: *** [milter-greylist.o] Error 1
> 
> And these lines are:
> 
>                             "Message not sent from an IPv4 
> neither IPv6 
> address");                                
> #else                    "Message not sent from an IPv4 
> address");                                             
> #endif                                                        
>                           

Hello,

Please try with the attached patch (apply on 2.1.4) and let the list know.

Bests,
Attila

Re: [milter-greylist] milter-greylist 2.1.4 is out

2006-04-16 by Kai Schaetzl

wrote on Sat, 15 Apr 2006 07:42:49 +0200:

> http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.1.4 

actually at: 
http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.1.4.tgz

Compiled and working on Suse 9.0, no problems so far.

> Changes since 2.1.3: 
>        Option to log expired entries (Jeff Rife) 

These are going to syslog according to man greylist.conf. Wouldn't it not make 
sense to have this optionally logged to a file of its own?




Kai

-- 
Kai Sch\ufffdtzl, Berlin, Germany
Get your web at Conactive Internet Services: http://www.conactive.com

Re: [milter-greylist] milter-greylist 2.1.4 is out

2006-04-16 by Xavier Caballé

Same thing here. Before patching milter-greylist.c, I wasn't able to
compile the tarball:

gcc -g -O2 -Wall -D_XOPEN_SOURCE=500 -D_BSD_SOURCE   -c -o
milter-greylist.o milter-greylist.c
milter-greylist.c:529:1: directives may not be used inside a macro argument
milter-greylist.c:528:42: unterminated argument list invoking macro "ADD_REASON"
milter-greylist.c: In function `mlfi_eom':
milter-greylist.c:530: `ADD_REASON' undeclared (first use in this function)
milter-greylist.c:530: (Each undeclared identifier is reported only once
milter-greylist.c:530: for each function it appears in.)
milter-greylist.c:530: parse error before string constant
make: *** [milter-greylist.o] Error 1

After patching the file, it compiles and runs OK.

X

Move to quarantaine

This moves the raw source file on disk only. The archive index is not changed automatically, so you still need to run a manual refresh afterward.