summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNigel Metheringham <nigel@exim.org>2009-07-02 11:44:01 +0000
committerNigel Metheringham <nigel@exim.org>2009-07-02 11:44:01 +0000
commit8f3414a147cbc97c21c3030bb25946e86912abee (patch)
tree48a1a75aef718bbe6fd0242b9c23b265332b7bce
parente2aacdfd3b9aeb63d77f2ac8694c4e255ac0930c (diff)
Documentation example syntax fix. fixes: bug #851
-rw-r--r--doc/doc-docbook/filter.xfpt4
-rw-r--r--doc/doc-txt/ChangeLog6
2 files changed, 6 insertions, 4 deletions
diff --git a/doc/doc-docbook/filter.xfpt b/doc/doc-docbook/filter.xfpt
index 0e18f222a..c936030f6 100644
--- a/doc/doc-docbook/filter.xfpt
+++ b/doc/doc-docbook/filter.xfpt
@@ -1,4 +1,4 @@
-. $Cambridge: exim/doc/doc-docbook/filter.xfpt,v 1.8 2007/12/01 15:53:55 nm4 Exp $
+. $Cambridge: exim/doc/doc-docbook/filter.xfpt,v 1.9 2009/07/02 11:44:01 nm4 Exp $
. /////////////////////////////////////////////////////////////////////////////
. This is the primary source of the document that describes Exim's filtering
@@ -1554,7 +1554,7 @@ $message_headers does not contain "\nList-Post:" and
$message_headers does not contain "\nList-Owner:" and
$message_headers does not contain "\nList-Archive:" and
(
-"${if def h_auto-submitted:{present}{absent}}" is "absent" or
+"${if def:h_auto-submitted:{present}{absent}}" is "absent" or
$header_auto-submitted: is "no"
) and
$header_precedence: does not contain "bulk" and
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog
index cb18becc6..375f490a0 100644
--- a/doc/doc-txt/ChangeLog
+++ b/doc/doc-txt/ChangeLog
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.564 2009/07/02 11:38:56 nm4 Exp $
+$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.565 2009/07/02 11:44:01 nm4 Exp $
Change log file for Exim from version 4.21
-------------------------------------------
@@ -96,9 +96,11 @@ NM/14 Bugzilla 614: Added timeout setting to transport filter.
TK/05 Add native DKIM support (does not depend on external libraries).
-NM/14 Bugzilla 854: Removed code that symlinks to pcre as its no longer useful.
+NM/15 Bugzilla 854: Removed code that symlinks to pcre as its no longer useful.
Patch provided by Graeme Fowler
+NM/15 Bugzilla 851: Documentation example syntax fix.
+
Exim version 4.69
-----------------