From dfa8e8d440f7af1942e814dfb116e7dafadd7ac6 Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Thu, 8 Feb 2007 10:31:24 +0000 Subject: [PATCH] oops. Back to 300 seconds --- exim-greylist.conf.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/exim-greylist.conf.inc b/exim-greylist.conf.inc index 1baf440..57cce1b 100644 --- a/exim-greylist.conf.inc +++ b/exim-greylist.conf.inc @@ -1,4 +1,4 @@ -# $Id: acl-greylist-sqlite,v 1.1 2006/06/13 13:56:54 dwmw2 Exp $ +# $Id: exim-greylist.conf.inc,v 1.5 2007/02/08 09:32:02 dwmw2 Exp $ GREYDB=/var/spool/exim/db/greylist.db @@ -72,7 +72,7 @@ greylist_mail: warn condition = ${if eq {$acl_m_greyexpiry}{} {1}} set acl_m_dontcare = ${lookup sqlite {GREYDB INSERT INTO greylist \ VALUES ( '$acl_m_greyident', \ - '${eval10:$tod_epoch+30}', \ + '${eval10:$tod_epoch+300}', \ '$sender_host_address', \ '${quote_sqlite:$sender_helo_name}' );}}