summaryrefslogtreecommitdiff
path: root/tools/greylist.c
diff options
context:
space:
mode:
authorJohn Denker <jsd@av8n.com>2012-07-20 05:43:54 -0700
committerJohn Denker <jsd@av8n.com>2012-07-20 05:43:54 -0700
commitdab77fecb82816abf82f3a4b72f67d2ed793e14b (patch)
tree29e60967f89b85e8b2ade480e1f49ff2b13e0f19 /tools/greylist.c
parented7b4fbb1101641b26aad3e3376fca8586f66f09 (diff)
5 minutes is not enough
Diffstat (limited to 'tools/greylist.c')
-rw-r--r--tools/greylist.c2
1 files changed, 1 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;