diff options
-rw-r--r-- | doc/doc-docbook/filter.xfpt | 12 | ||||
-rwxr-xr-x | test/runtest | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/doc-docbook/filter.xfpt b/doc/doc-docbook/filter.xfpt index c936030f6..b2de85c39 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.9 2009/07/02 11:44:01 nm4 Exp $ +. $Cambridge: exim/doc/doc-docbook/filter.xfpt,v 1.10 2009/11/23 13:24:13 nm4 Exp $ . ///////////////////////////////////////////////////////////////////////////// . This is the primary source of the document that describes Exim's filtering @@ -61,15 +61,15 @@ <bookinfo> <title>Exim's interfaces to mail filtering</title> <titleabbrev>Exim filtering</titleabbrev> -<date>23 August 2007</date> +<date>23 November 2009</date> <author><firstname>Philip</firstname><surname>Hazel</surname></author> <authorinitials>PH</authorinitials> <revhistory><revision> - <revnumber>4.69</revnumber> - <date>23 August2007</date> + <revnumber>4.71</revnumber> + <date>23 November 2009</date> <authorinitials>PH</authorinitials> </revision></revhistory> -<copyright><year>2007</year><holder>University of Cambridge</holder></copyright> +<copyright><year>2009</year><holder>University of Cambridge</holder></copyright> </bookinfo> .literal off @@ -80,7 +80,7 @@ .chapter "Forwarding and filtering in Exim" "CHAPforandfilt" This document describes the user interfaces to Exim's in-built mail filtering facilities, and is copyright © University of Cambridge 2007. It -corresponds to Exim version 4.68. +corresponds to Exim version 4.71. diff --git a/test/runtest b/test/runtest index 2af47eb62..affd82ad4 100755 --- a/test/runtest +++ b/test/runtest @@ -1,6 +1,6 @@ #! /usr/bin/perl -w -# $Cambridge: exim/test/runtest,v 1.32 2009/11/19 18:51:11 nm4 Exp $ +# $Cambridge: exim/test/runtest,v 1.33 2009/11/23 13:22:05 nm4 Exp $ ############################################################################### # This is the controlling script for the "new" test suite for Exim. It should # @@ -23,7 +23,7 @@ use Socket; # Start by initializing some global variables -$testversion = "4.70 (14-Oct-09)"; +$testversion = "4.71 (23-Nov-09)"; $cf = "bin/cf"; $cr = "\r"; |