diff options
author | Nigel Metheringham <nigel@exim.org> | 2009-07-02 11:44:01 +0000 |
---|---|---|
committer | Nigel Metheringham <nigel@exim.org> | 2009-07-02 11:44:01 +0000 |
commit | 8f3414a147cbc97c21c3030bb25946e86912abee (patch) | |
tree | 48a1a75aef718bbe6fd0242b9c23b265332b7bce /doc/doc-docbook | |
parent | e2aacdfd3b9aeb63d77f2ac8694c4e255ac0930c (diff) |
Documentation example syntax fix. fixes: bug #851
Diffstat (limited to 'doc/doc-docbook')
-rw-r--r-- | doc/doc-docbook/filter.xfpt | 4 |
1 files changed, 2 insertions, 2 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 |