Yahoo Groups archive

Milter-greylist

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

Message

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@...

Attachments

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.