Yahoo Groups archive

Milter-greylist

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

Thread

milter-greylist 2.0 beta2 released

milter-greylist 2.0 beta2 released

2005-02-13 by manu@netbsd.org

Newer version of milter-greylist 2.0 beta:

http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.0b2.tgz
MD5 (milter-greylist-2.0b2.tgz) = 0bb1fcb78760ff819655659112bd4693

Changelog since 2.0b1
2.0b2:
        Check if -D_REENTRANT is needed for localtime_r and friends
        Typo in delayedreject
        Check for initgroups existence
        Add more E-bay addresses in greylist.conf
        Drop \ for multi-line ACL as it break builds with some version
of yacc
-- 
Emmanuel Dreyfus
Publicité subliminale: achetez ce livre!
http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php
manu@...

Re: [milter-greylist] milter-greylist 2.0 beta2 released

2005-02-14 by Steven Stern

On Mon, 14 Feb 2005 00:42:45 +0100, manu@... wrote:

>
>Newer version of milter-greylist 2.0 beta:
>
>http://ftp.espci.fr/pub/milter-greylist/milter-greylist-2.0b2.tgz
>MD5 (milter-greylist-2.0b2.tgz) = 0bb1fcb78760ff819655659112bd4693
>
>Changelog since 2.0b1
>2.0b2:
>        Check if -D_REENTRANT is needed for localtime_r and friends
>        Typo in delayedreject
>        Check for initgroups existence
>        Add more E-bay addresses in greylist.conf
>        Drop \ for multi-line ACL as it break builds with some version
>of yacc

I still get

spf.c: In function `spf_check':
spf.c:79: error: `SPF_FALSE' undeclared (first use in this function)
spf.c:79: error: (Each undeclared identifier is reported only once
spf.c:79: error: for each function it appears in.)
make: *** [spf.o] Error 1

when trying to compile
-- 
  Steve

Re: [milter-greylist] milter-greylist 2.0 beta2 released

2005-02-14 by manu@netbsd.org

Steven Stern <subscribed-lists@...> wrote:

> spf.c: In function `spf_check':
> spf.c:79: error: `SPF_FALSE' undeclared (first use in this function)
> spf.c:79: error: (Each undeclared identifier is reported only once
> spf.c:79: error: for each function it appears in.)
> make: *** [spf.o] Error 1

Ooops, I missed that one.

In spf.c, after the includes, add this:

#ifndef SPF_FALSE
#define SPF_FALSE 0
#endif
#ifndef SPF_TRUE
#define SPF_TRUE 1
#endif

-- 
Emmanuel Dreyfus
Publicité subliminale: achetez ce livre!
http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php
manu@...

Re: [milter-greylist] milter-greylist 2.0 beta2 released

2005-02-14 by Steven Stern

On Mon, 14 Feb 2005 07:47:27 +0100, manu@... wrote:

>
>Steven Stern <subscribed-lists@...> wrote:
>
>> spf.c: In function `spf_check':
>> spf.c:79: error: `SPF_FALSE' undeclared (first use in this function)
>> spf.c:79: error: (Each undeclared identifier is reported only once
>> spf.c:79: error: for each function it appears in.)
>> make: *** [spf.o] Error 1
>
>Ooops, I missed that one.
>
>In spf.c, after the includes, add this:
>
>#ifndef SPF_FALSE
>#define SPF_FALSE 0
>#endif
>#ifndef SPF_TRUE
>#define SPF_TRUE 1
>#endif

That did it! Thanks.
-- 
  Steve

Re: [milter-greylist] milter-greylist 2.0 beta2 released

2005-02-14 by Jack L. Stone

At 07:47 AM 2.14.2005 +0100, manu@... wrote:
>
>Steven Stern <subscribed-lists@...> wrote:
>
>> spf.c: In function `spf_check':
>> spf.c:79: error: `SPF_FALSE' undeclared (first use in this function)
>> spf.c:79: error: (Each undeclared identifier is reported only once
>> spf.c:79: error: for each function it appears in.)
>> make: *** [spf.o] Error 1
>
>Ooops, I missed that one.
>
>In spf.c, after the includes, add this:
>
>#ifndef SPF_FALSE
>#define SPF_FALSE 0
>#endif
>#ifndef SPF_TRUE
>#define SPF_TRUE 1
>#endif
>
>-- 
>Emmanuel Dreyfus

Why would I not get a compile error on FBSD-4.11-R...?? The compile/install
was flawless.

Another *dumb user* question/feedback.


Happy trails,
Jack L. Stone

System Admin
Sage-american

Re: [milter-greylist] milter-greylist 2.0 beta2 released

2005-02-16 by Dan Hollis

On Mon, 14 Feb 2005 manu@... wrote:
> Newer version of milter-greylist 2.0 beta:
>         Drop \ for multi-line ACL as it break builds with some version of yacc

Does acl syntax support complex matches, eg more than one keyword in a 
single acl?

acl whitelist from mom@... rcpt /son@.*/
acl whitelist from /boss@.*/ rcpt employee@...
acl whitelist from milter-greylist@yahoogroups.com rcpt /.*@.../
acl greylist default

?

-Dan

Re: [milter-greylist] milter-greylist 2.0 beta2 released

2005-02-17 by manu@netbsd.org

Dan Hollis <goemon@...> wrote:

> Does acl syntax support complex matches, eg more than one keyword in a
> single acl?
> 
> acl whitelist from mom@... rcpt /son@.*/
> acl whitelist from /boss@.*/ rcpt employee@office.com
> acl whitelist from milter-greylist@yahoogroups.com rcpt /.*@otherdomain.com/
> acl greylist default

Yes, they should.

-- 
Emmanuel Dreyfus
Un bouquin en français sur BSD:
http://www.eyrolles.com/Informatique/Livre/9782212114638/livre-bsd.php
manu@...

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.