summaryrefslogtreecommitdiff
path: root/doc/doc-src
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-02-15 09:27:45 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-02-15 09:27:45 +0000
commitc443ea82d7eb91a4b143bf7b9f60454398e7f4e5 (patch)
tree5a82703be96824ab58d061a3fcdd4320c9c15640 /doc/doc-src
parent04f7d5b98fab7d9bc5026b3095fc32f69dc6eac3 (diff)
Typo in FAQ source.
Diffstat (limited to 'doc/doc-src')
-rw-r--r--doc/doc-src/FAQ.src4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/doc-src/FAQ.src b/doc/doc-src/FAQ.src
index 3d5c1a444..38711d9ca 100644
--- a/doc/doc-src/FAQ.src
+++ b/doc/doc-src/FAQ.src
@@ -1,4 +1,4 @@
-## $Cambridge: exim/doc/doc-src/FAQ.src,v 1.5 2004/11/12 15:03:40 ph10 Exp $
+## $Cambridge: exim/doc/doc-src/FAQ.src,v 1.6 2005/02/15 09:27:45 ph10 Exp $
##
## This file is processed by Perl scripts to produce an ASCII and an HTML
## version. Lines starting with ## are omitted. The markup used with paragraphs
@@ -4403,7 +4403,7 @@ A0710: Set up a file (or database) containing the messages, keyed by the
==> deny message = ${lookup{$sender_address=>$local_part@$domain}\
lsearch{/that/file}}
condition = ${lookup{$sender_address=>$local_part@$domain}\
- lsearch{/that/file}}{yes}{no}}
+ lsearch{/that/file}{yes}{no}}
The condition is tested first. If the lookup succeeds, the condition
succeeds so access is denied. The message is then expanded, but the