X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/0c7e18012fbe839480d6c657e1e39a2f4d41f6fe..b94a42a2a0433efe5f0df56848d1f023c0dc55c7:/doc/doc-docbook/spec.xfpt
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt
index 530d9e3c4..de7d2b6bb 100644
--- a/doc/doc-docbook/spec.xfpt
+++ b/doc/doc-docbook/spec.xfpt
@@ -175,7 +175,7 @@
EM
4.77
- 03 Oct 2011
+ 10 Oct 2011
EM
2011University of Cambridge
@@ -7779,7 +7779,7 @@ pattern must be an appropriate query for the lookup type, as described in
chapter &<>&. For example:
.code
hold_domains = mysql;select domain from holdlist \
- where domain = '$domain';
+ where domain = '${quote_mysql:$domain}';
.endd
In most cases, the data that is looked up is not used (so for an SQL query, for
example, it doesn't matter what field you select). Exim is interested only in