summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-20 05:43:54 -0700
committerJohn Denker <jsd@av8n.com>2012-07-29 15:32:34 -0700
commit9280a33c63250b841e8a51d4ef3aac2148b4bc12 (patch)
tree4dd4e8a04b34fab483f0d35844f34030c4253c12 /tools
parent32994e67f359a556332ad5409063749772cbc206 (diff)
5 minutes is not enough
Diffstat (limited to 'tools')
-rw-r--r--tools/greylist.c2
-rw-r--r--tools/makefile5
2 files changed, 6 insertions, 1 deletions
diff --git a/tools/greylist.c b/tools/greylist.c
index 1e62e93..525fc9b 100644
--- a/tools/greylist.c
+++ b/tools/greylist.c
@@ -22,7 +22,7 @@ const int minute(60);
const int hour(60*minute);
const int day(24*hour);
-const int minimum_age(5*minute);
+const int minimum_age(15*minute);
const int maximum_age(32*day);
const int probation(4*hour);
const int sa_good = 0;
diff --git a/tools/makefile b/tools/makefile
index 97c345c..3e599b8 100644
--- a/tools/makefile
+++ b/tools/makefile
@@ -43,6 +43,11 @@ install:
logmark:
logger -t jsd -p mail.info =========================
+todo:
+ echo zap -- kill program group \
+ extended error codes from skrewt, greylist \
+ extended error codes [-x] from spamc
+
ALWAYS:
@echo ...