oops. Back to 300 seconds

This commit is contained in:
David Woodhouse 2007-02-08 10:31:24 +00:00
parent 04f7f891af
commit dfa8e8d440
1 changed files with 2 additions and 2 deletions

View File

@ -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}' );}}