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-29 15:32:34 -0700
commit9280a33c63250b841e8a51d4ef3aac2148b4bc12 (patch)
tree4dd4e8a04b34fab483f0d35844f34030c4253c12 /tools/greylist.c
parent32994e67f359a556332ad5409063749772cbc206 (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;