From 2db619bf6bb01efdc01ce9b3729575ae21abcf5f Mon Sep 17 00:00:00 2001 From: John Denker Date: Fri, 23 Nov 2012 10:51:06 -0800 Subject: configure to use new "ward" in place of older skrewt --- tools/filters.conf | 2 +- tools/makefile | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) (limited to 'tools') diff --git a/tools/filters.conf b/tools/filters.conf index 3cbd5bf..c8b5fe1 100644 --- a/tools/filters.conf +++ b/tools/filters.conf @@ -1,5 +1,5 @@ # configuration file for hi-q -series /var/qmail/bin/skrewt -err +series /var/qmail/bin/ward -err stub /var/qmail/bin/greylist -check -v sa /usr/local/bin/spamc -Y 0 -s 1000000 -x qq /var/qmail/bin/qmail-queue diff --git a/tools/makefile b/tools/makefile index 97a39b4..38d35ce 100644 --- a/tools/makefile +++ b/tools/makefile @@ -11,11 +11,13 @@ CFLAGS = -std=gnu++0x -Wall -g -I $(HOME)/lib/include .SECONDARY : # do not remove any intermediate files # sources for main programs that go in /var/qmail/bin -qmain = pido.c hi-q.c skrewt.c hi-test.c mail-scan.c greylist.c wripper.c +qmain = pido.c hi-q.c skrewt.c hi-test.c mail-scan.c \ + greylist.c wripper.c ward.c + qprogs = $(qmain:%.c=%) # sources for other main programs: -moremain = wripper.c bash-c.c ltgrey.c fixown.c ward.c +moremain = wripper.c bash-c.c ltgrey.c fixown.c moreprogs = $(moremain:%.c=%) nonmain = libltgrey.c -- cgit v1.2.3