From c879576d51d8099395bf9286c8e939a3c6484839 Mon Sep 17 00:00:00 2001 From: Bob Beck Date: Thu, 26 Feb 2004 07:28:56 +0000 Subject: Add -g option for greylisting support for spamd. The greylisting techinque originates from a paper by Evan Harris which can be found at http://projects.puremagic.com/greylisting/. This implementation makes spamd allow for non-blacklisted addresses to be treated as "greylisted". where they are tracked in a db file, and whitelisted by addition to a pf table when the same envelope from and to are retried from the same source IP address. Testing by many, ok deraadt@ --- libexec/spamd/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libexec/spamd/Makefile') diff --git a/libexec/spamd/Makefile b/libexec/spamd/Makefile index 84abfe0221e..b36239de0f2 100644 --- a/libexec/spamd/Makefile +++ b/libexec/spamd/Makefile @@ -1,7 +1,7 @@ -# $OpenBSD: Makefile,v 1.6 2003/07/02 22:44:11 deraadt Exp $ +# $OpenBSD: Makefile,v 1.7 2004/02/26 07:28:55 beck Exp $ PROG= spamd -SRCS= spamd.c sdl.c +SRCS= spamd.c sdl.c grey.c MAN= spamd.8 CFLAGS+= -Wall -Wstrict-prototypes -ansi -- cgit v1.2.3