Stupid dwmw2. Fix it in the package as well as on the test system.

This commit is contained in:
David Woodhouse 2007-02-07 12:21:10 +00:00
parent dcfda4841d
commit 7cda7219ff
1 changed files with 1 additions and 1 deletions

View File

@ -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}}