summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-19 15:20:43 -0700
committerJohn Denker <jsd@av8n.com>2012-07-29 15:32:33 -0700
commit379794ea0d610165e75fca2c71e7161d66e0c10d (patch)
tree25d491097dff6f427c5db28c0131e40e9fbd86e3 /tools
parenta356f2e89ba2bc25207f2d9605a1d6bcca15d6d7 (diff)
add greylist
Diffstat (limited to 'tools')
-rw-r--r--tools/greylist.c5
-rw-r--r--tools/hi-test2.conf2
-rw-r--r--tools/makefile2
3 files changed, 7 insertions, 2 deletions
diff --git a/tools/greylist.c b/tools/greylist.c
new file mode 100644
index 0000000..fa7d701
--- /dev/null
+++ b/tools/greylist.c
@@ -0,0 +1,5 @@
+
+
+int main(){
+ return 0;
+}
diff --git a/tools/hi-test2.conf b/tools/hi-test2.conf
index df047ab..c7312fb 100644
--- a/tools/hi-test2.conf
+++ b/tools/hi-test2.conf
@@ -1,3 +1,3 @@
grey hi-test x0 -snooze 10
-gray hi-test x2 -snooze 10
+gray greylist x2 -snooze 10
qq hi-test x1 -snooze 1 -exit 3
diff --git a/tools/makefile b/tools/makefile
index 04b9d21..8837952 100644
--- a/tools/makefile
+++ b/tools/makefile
@@ -10,7 +10,7 @@ CC= /usr/bin/g++ -Wall -g -I $(HOME)/lib/include
.SECONDARY : # do not remove any intermediate files
-progs = pido hi-q skrewt hi-test mail-scan
+progs = pido hi-q skrewt hi-test mail-scan greylist
all: $(progs)