ph10 2005/02/15 09:27:45 GMT
Modified files:
exim-doc/doc-src FAQ.src
Log:
Typo in FAQ source.
Revision Changes Path
1.6 +1 -1 exim/exim-doc/doc-src/FAQ.src
Index: FAQ.src
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-src/FAQ.src,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- FAQ.src 12 Nov 2004 15:03:40 -0000 1.5
+++ FAQ.src 15 Feb 2005 09:27:45 -0000 1.6
@@ -1,4 +1,4 @@
-## $Cambridge: exim/exim-doc/doc-src/FAQ.src,v 1.5 2004/11/12 15:03:40 ph10 Exp $
+## $Cambridge: exim/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 @@
==> 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