nm4 2009/07/02 12:44:01 BST
Modified files:
exim-doc/doc-docbook filter.xfpt
exim-doc/doc-txt ChangeLog
Log:
Documentation example syntax fix. fixes: bug #851
Revision Changes Path
1.9 +1 -1 exim/exim-doc/doc-docbook/filter.xfpt
1.565 +3 -1 exim/exim-doc/doc-txt/ChangeLog
Index: filter.xfpt
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-docbook/filter.xfpt,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- filter.xfpt 1 Dec 2007 15:53:55 -0000 1.8
+++ filter.xfpt 2 Jul 2009 11:44:01 -0000 1.9
@@ -1,4 +1,4 @@
-. $Cambridge: exim/exim-doc/doc-docbook/filter.xfpt,v 1.8 2007/12/01 15:53:55 nm4 Exp $
+. $Cambridge: exim/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-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
Index: ChangeLog
===================================================================
RCS file: /home/cvs/exim/exim-doc/doc-txt/ChangeLog,v
retrieving revision 1.564
retrieving revision 1.565
diff -u -r1.564 -r1.565
--- ChangeLog 2 Jul 2009 11:38:56 -0000 1.564
+++ ChangeLog 2 Jul 2009 11:44:01 -0000 1.565
@@ -1,4 +1,4 @@
-$Cambridge: exim/exim-doc/doc-txt/ChangeLog,v 1.564 2009/07/02 11:38:56 nm4 Exp $
+$Cambridge: exim/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 @@
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
-----------------