From 7cda7219ffcb35c4f18556a185303ee95cac34ba Mon Sep 17 00:00:00 2001 From: David Woodhouse Date: Wed, 7 Feb 2007 12:21:10 +0000 Subject: [PATCH] Stupid dwmw2. Fix it in the package as well as on the test system. --- exim-greylist.conf.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exim-greylist.conf.inc b/exim-greylist.conf.inc index 66f76bd..e70f960 100644 --- a/exim-greylist.conf.inc +++ b/exim-greylist.conf.inc @@ -99,6 +99,6 @@ greylist_mail: # evaluating a condition which comes out as '1' whether the database bit succeeds or not. accept condition = ${lookup sqlite {GREYDB INSERT INTO resenders \ VALUES ( '$sender_host_address', \ - '${quote_sqlite:$sender_helo_name}', + '${quote_sqlite:$sender_helo_name}', \ '$tod_epoch' ); }{1}{1}}