[exim-cvs] cvs commit: exim/exim-src/exim_monitor em_globals…

Top Pagina
Delete this message
Reply to this message
Auteur: Philip Hazel
Datum:  
Aan: exim-cvs
Onderwerp: [exim-cvs] cvs commit: exim/exim-src/exim_monitor em_globals.c em_hdr.h em_init.c em_log.c em_main.c em_menu.c em_queue.c em_strip.c em_text.c em_version.c em_xs.c exim/exim-src/src acl.c buildconfi
ph10 2007/01/08 10:50:21 GMT

  Modified files:
    exim-src/exim_monitor em_globals.c em_hdr.h em_init.c em_log.c 
                          em_main.c em_menu.c em_queue.c 
                          em_strip.c em_text.c em_version.c 
                          em_xs.c 
    exim-src/src         acl.c buildconfig.c child.c 
                         config.h.defaults daemon.c dbfn.c 
                         dbfunctions.h dbstuff.h debug.c deliver.c 
                         directory.c dk.c dk.h dns.c drtables.c 
                         dummies.c enq.c exim.c exim.h 
                         exim_dbmbuild.c exim_dbutil.c expand.c 
                         filter.c filtertest.c functions.h 
                         globals.c globals.h header.c host.c ip.c 
                         local_scan.c local_scan.h log.c lss.c 
                         macros.h match.c moan.c mytypes.h os.c 
                         osfunctions.h parse.c queue.c rda.c 
                         readconf.c receive.c retry.c rewrite.c 
                         rfc2047.c route.c search.c smtp_in.c 
                         smtp_out.c spool_in.c spool_out.c store.c 
                         store.h string.c structs.h tls-gnu.c 
                         tls-openssl.c tls.c tod.c transport.c 
                         tree.c verify.c version.c 
    exim-src/src/auths   b64decode.c b64encode.c call_pam.c 
                         call_pwcheck.c call_radius.c 
                         check_serv_cond.c cram_md5.c cram_md5.h 
                         dovecot.h get_data.c get_no64_data.c 
                         md5.c plaintext.c plaintext.h pwcheck.h 
                         sha1.c spa.c spa.h xtextdecode.c 
                         xtextencode.c 
    exim-src/src/lookups dbmdb.c dbmdb.h dnsdb.c dnsdb.h dsearch.c 
                         dsearch.h ibase.c ibase.h ldap.c ldap.h 
                         lf_check_file.c lf_functions.h lf_quote.c 
                         lsearch.c lsearch.h mysql.c mysql.h nis.c 
                         nis.h nisplus.c nisplus.h oracle.c 
                         oracle.h passwd.c passwd.h pgsql.c 
                         pgsql.h sqlite.c sqlite.h testdb.c 
                         testdb.h whoson.c whoson.h 
    exim-src/src/routers accept.c accept.h dnslookup.c dnslookup.h 
                         ipliteral.c ipliteral.h iplookup.c 
                         iplookup.h manualroute.c manualroute.h 
                         queryprogram.c queryprogram.h redirect.c 
                         redirect.h rf_change_domain.c 
                         rf_expand_data.c rf_functions.h 
                         rf_get_errors_address.c 
                         rf_get_munge_headers.c rf_get_transport.c 
                         rf_get_ugid.c rf_lookup_hostlist.c 
                         rf_queue_add.c rf_self_action.c 
                         rf_set_ugid.c 
    exim-src/src/transports appendfile.c appendfile.h autoreply.c 
                            autoreply.h lmtp.c lmtp.h pipe.c 
                            pipe.h smtp.c smtp.h tf_maildir.c 
                            tf_maildir.h 
  Log:
  Update version number and copyright year.


  Revision  Changes    Path
  1.11      +1 -1      exim/exim-src/exim_monitor/em_globals.c
  1.6       +1 -1      exim/exim-src/exim_monitor/em_hdr.h
  1.4       +1 -1      exim/exim-src/exim_monitor/em_init.c
  1.4       +1 -1      exim/exim-src/exim_monitor/em_log.c
  1.5       +1 -1      exim/exim-src/exim_monitor/em_main.c
  1.4       +1 -1      exim/exim-src/exim_monitor/em_menu.c
  1.6       +1 -1      exim/exim-src/exim_monitor/em_queue.c
  1.4       +1 -1      exim/exim-src/exim_monitor/em_strip.c
  1.4       +1 -1      exim/exim-src/exim_monitor/em_text.c
  1.4       +1 -1      exim/exim-src/exim_monitor/em_version.c
  1.4       +1 -1      exim/exim-src/exim_monitor/em_xs.c
  1.68      +1 -1      exim/exim-src/src/acl.c
  1.5       +1 -1      exim/exim-src/src/auths/b64decode.c
  1.4       +1 -1      exim/exim-src/src/auths/b64encode.c
  1.4       +1 -1      exim/exim-src/src/auths/call_pam.c
  1.4       +1 -1      exim/exim-src/src/auths/call_pwcheck.c
  1.7       +1 -1      exim/exim-src/src/auths/call_radius.c
  1.2       +1 -1      exim/exim-src/src/auths/check_serv_cond.c
  1.7       +1 -1      exim/exim-src/src/auths/cram_md5.c
  1.4       +1 -1      exim/exim-src/src/auths/cram_md5.h
  1.2       +1 -1      exim/exim-src/src/auths/dovecot.h
  1.5       +1 -1      exim/exim-src/src/auths/get_data.c
  1.5       +1 -1      exim/exim-src/src/auths/get_no64_data.c
  1.4       +1 -1      exim/exim-src/src/auths/md5.c
  1.7       +1 -1      exim/exim-src/src/auths/plaintext.c
  1.6       +1 -1      exim/exim-src/src/auths/plaintext.h
  1.4       +1 -1      exim/exim-src/src/auths/pwcheck.h
  1.4       +1 -1      exim/exim-src/src/auths/sha1.c
  1.9       +1 -1      exim/exim-src/src/auths/spa.c
  1.4       +1 -1      exim/exim-src/src/auths/spa.h
  1.4       +1 -1      exim/exim-src/src/auths/xtextdecode.c
  1.4       +1 -1      exim/exim-src/src/auths/xtextencode.c
  1.13      +1 -1      exim/exim-src/src/buildconfig.c
  1.11      +1 -1      exim/exim-src/src/child.c
  1.13      +1 -1      exim/exim-src/src/config.h.defaults
  1.19      +1 -1      exim/exim-src/src/daemon.c
  1.10      +1 -1      exim/exim-src/src/dbfn.c
  1.5       +1 -1      exim/exim-src/src/dbfunctions.h
  1.6       +1 -1      exim/exim-src/src/dbstuff.h
  1.6       +1 -1      exim/exim-src/src/debug.c
  1.40      +1 -1      exim/exim-src/src/deliver.c
  1.5       +1 -1      exim/exim-src/src/directory.c
  1.12      +1 -1      exim/exim-src/src/dk.c
  1.3       +1 -1      exim/exim-src/src/dk.h
  1.17      +1 -1      exim/exim-src/src/dns.c
  1.8       +1 -1      exim/exim-src/src/drtables.c
  1.4       +1 -1      exim/exim-src/src/dummies.c
  1.4       +1 -1      exim/exim-src/src/enq.c
  1.51      +1 -1      exim/exim-src/src/exim.c
  1.21      +1 -1      exim/exim-src/src/exim.h
  1.8       +1 -1      exim/exim-src/src/exim_dbmbuild.c
  1.11      +1 -1      exim/exim-src/src/exim_dbutil.c
  1.75      +1 -1      exim/exim-src/src/expand.c
  1.14      +1 -1      exim/exim-src/src/filter.c
  1.10      +1 -1      exim/exim-src/src/filtertest.c
  1.32      +1 -1      exim/exim-src/src/functions.h
  1.61      +1 -1      exim/exim-src/src/globals.c
  1.42      +1 -1      exim/exim-src/src/globals.h
  1.6       +1 -1      exim/exim-src/src/header.c
  1.28      +1 -1      exim/exim-src/src/host.c
  1.7       +1 -1      exim/exim-src/src/ip.c
  1.4       +1 -1      exim/exim-src/src/local_scan.c
  1.10      +1 -1      exim/exim-src/src/local_scan.h
  1.11      +1 -1      exim/exim-src/src/log.c
  1.5       +1 -1      exim/exim-src/src/lookups/dbmdb.c
  1.4       +1 -1      exim/exim-src/src/lookups/dbmdb.h
  1.17      +1 -1      exim/exim-src/src/lookups/dnsdb.c
  1.4       +1 -1      exim/exim-src/src/lookups/dnsdb.h
  1.4       +1 -1      exim/exim-src/src/lookups/dsearch.c
  1.4       +1 -1      exim/exim-src/src/lookups/dsearch.h
  1.4       +1 -1      exim/exim-src/src/lookups/ibase.c
  1.4       +1 -1      exim/exim-src/src/lookups/ibase.h
  1.14      +1 -1      exim/exim-src/src/lookups/ldap.c
  1.4       +1 -1      exim/exim-src/src/lookups/ldap.h
  1.4       +1 -1      exim/exim-src/src/lookups/lf_check_file.c
  1.4       +1 -1      exim/exim-src/src/lookups/lf_functions.h
  1.4       +1 -1      exim/exim-src/src/lookups/lf_quote.c
  1.8       +1 -1      exim/exim-src/src/lookups/lsearch.c
  1.4       +1 -1      exim/exim-src/src/lookups/lsearch.h
  1.4       +1 -1      exim/exim-src/src/lookups/mysql.c
  1.4       +1 -1      exim/exim-src/src/lookups/mysql.h
  1.4       +1 -1      exim/exim-src/src/lookups/nis.c
  1.4       +1 -1      exim/exim-src/src/lookups/nis.h
  1.4       +1 -1      exim/exim-src/src/lookups/nisplus.c
  1.4       +1 -1      exim/exim-src/src/lookups/nisplus.h
  1.4       +1 -1      exim/exim-src/src/lookups/oracle.c
  1.4       +1 -1      exim/exim-src/src/lookups/oracle.h
  1.4       +1 -1      exim/exim-src/src/lookups/passwd.c
  1.4       +1 -1      exim/exim-src/src/lookups/passwd.h
  1.9       +1 -1      exim/exim-src/src/lookups/pgsql.c
  1.4       +1 -1      exim/exim-src/src/lookups/pgsql.h
  1.4       +1 -1      exim/exim-src/src/lookups/sqlite.c
  1.3       +1 -1      exim/exim-src/src/lookups/sqlite.h
  1.4       +1 -1      exim/exim-src/src/lookups/testdb.c
  1.4       +1 -1      exim/exim-src/src/lookups/testdb.h
  1.4       +1 -1      exim/exim-src/src/lookups/whoson.c
  1.4       +1 -1      exim/exim-src/src/lookups/whoson.h
  1.4       +1 -1      exim/exim-src/src/lss.c
  1.29      +1 -1      exim/exim-src/src/macros.h
  1.17      +1 -1      exim/exim-src/src/match.c
  1.7       +1 -1      exim/exim-src/src/moan.c
  1.4       +1 -1      exim/exim-src/src/mytypes.h
  1.6       +1 -1      exim/exim-src/src/os.c
  1.4       +1 -1      exim/exim-src/src/osfunctions.h
  1.11      +1 -1      exim/exim-src/src/parse.c
  1.11      +1 -1      exim/exim-src/src/queue.c
  1.14      +1 -1      exim/exim-src/src/rda.c
  1.26      +1 -1      exim/exim-src/src/readconf.c
  1.32      +1 -1      exim/exim-src/src/receive.c
  1.12      +1 -1      exim/exim-src/src/retry.c
  1.4       +1 -1      exim/exim-src/src/rewrite.c
  1.4       +1 -1      exim/exim-src/src/rfc2047.c
  1.12      +1 -1      exim/exim-src/src/route.c
  1.5       +1 -1      exim/exim-src/src/routers/accept.c
  1.5       +1 -1      exim/exim-src/src/routers/accept.h
  1.11      +1 -1      exim/exim-src/src/routers/dnslookup.c
  1.5       +1 -1      exim/exim-src/src/routers/dnslookup.h
  1.9       +1 -1      exim/exim-src/src/routers/ipliteral.c
  1.5       +1 -1      exim/exim-src/src/routers/ipliteral.h
  1.10      +1 -1      exim/exim-src/src/routers/iplookup.c
  1.5       +1 -1      exim/exim-src/src/routers/iplookup.h
  1.5       +1 -1      exim/exim-src/src/routers/manualroute.c
  1.5       +1 -1      exim/exim-src/src/routers/manualroute.h
  1.10      +1 -1      exim/exim-src/src/routers/queryprogram.c
  1.5       +1 -1      exim/exim-src/src/routers/queryprogram.h
  1.20      +1 -1      exim/exim-src/src/routers/redirect.c
  1.9       +1 -1      exim/exim-src/src/routers/redirect.h
  1.4       +1 -1      exim/exim-src/src/routers/rf_change_domain.c
  1.4       +1 -1      exim/exim-src/src/routers/rf_expand_data.c
  1.4       +1 -1      exim/exim-src/src/routers/rf_functions.h
  1.7       +1 -1      exim/exim-src/src/routers/rf_get_errors_address.c
  1.4       +1 -1      exim/exim-src/src/routers/rf_get_munge_headers.c
  1.4       +1 -1      exim/exim-src/src/routers/rf_get_transport.c
  1.4       +1 -1      exim/exim-src/src/routers/rf_get_ugid.c
  1.8       +1 -1      exim/exim-src/src/routers/rf_lookup_hostlist.c
  1.4       +1 -1      exim/exim-src/src/routers/rf_queue_add.c
  1.5       +1 -1      exim/exim-src/src/routers/rf_self_action.c
  1.4       +1 -1      exim/exim-src/src/routers/rf_set_ugid.c
  1.5       +1 -1      exim/exim-src/src/search.c
  1.49      +1 -1      exim/exim-src/src/smtp_in.c
  1.8       +1 -1      exim/exim-src/src/smtp_out.c
  1.19      +1 -1      exim/exim-src/src/spool_in.c
  1.12      +1 -1      exim/exim-src/src/spool_out.c
  1.4       +1 -1      exim/exim-src/src/store.c
  1.4       +1 -1      exim/exim-src/src/store.h
  1.11      +1 -1      exim/exim-src/src/string.c
  1.15      +1 -1      exim/exim-src/src/structs.h
  1.17      +1 -1      exim/exim-src/src/tls-gnu.c
  1.9       +1 -1      exim/exim-src/src/tls-openssl.c
  1.4       +1 -1      exim/exim-src/src/tls.c
  1.4       +1 -1      exim/exim-src/src/tod.c
  1.19      +1 -1      exim/exim-src/src/transport.c
  1.20      +1 -1      exim/exim-src/src/transports/appendfile.c
  1.6       +1 -1      exim/exim-src/src/transports/appendfile.h
  1.10      +1 -1      exim/exim-src/src/transports/autoreply.c
  1.4       +1 -1      exim/exim-src/src/transports/autoreply.h
  1.10      +1 -1      exim/exim-src/src/transports/lmtp.c
  1.5       +1 -1      exim/exim-src/src/transports/lmtp.h
  1.12      +1 -1      exim/exim-src/src/transports/pipe.c
  1.6       +1 -1      exim/exim-src/src/transports/pipe.h
  1.30      +1 -1      exim/exim-src/src/transports/smtp.c
  1.10      +1 -1      exim/exim-src/src/transports/smtp.h
  1.10      +1 -1      exim/exim-src/src/transports/tf_maildir.c
  1.6       +1 -1      exim/exim-src/src/transports/tf_maildir.h
  1.5       +1 -1      exim/exim-src/src/tree.c
  1.45      +1 -1      exim/exim-src/src/verify.c
  1.20      +2 -2      exim/exim-src/src/version.c


  Index: em_globals.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_globals.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- em_globals.c    19 Sep 2006 11:28:45 -0000    1.10
  +++ em_globals.c    8 Jan 2007 10:50:17 -0000    1.11
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_globals.c,v 1.10 2006/09/19 11:28:45 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_globals.c,v 1.11 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                Exim Monitor                    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: em_hdr.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_hdr.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- em_hdr.h    7 Feb 2006 11:18:59 -0000    1.5
  +++ em_hdr.h    8 Jan 2007 10:50:17 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_hdr.h,v 1.5 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_hdr.h,v 1.6 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                 Exim Monitor                   *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: em_init.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_init.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- em_init.c    7 Feb 2006 11:18:59 -0000    1.3
  +++ em_init.c    8 Jan 2007 10:50:17 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_init.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_init.c,v 1.4 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                  Exim monitor                  *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This module contains code to initialize things from the

  Index: em_log.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_log.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- em_log.c    7 Feb 2006 11:18:59 -0000    1.3
  +++ em_log.c    8 Jan 2007 10:50:17 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_log.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_log.c,v 1.4 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                 Exim Monitor                   *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This module contains code for scanning the smaill log,

  Index: em_main.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_main.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- em_main.c    7 Feb 2006 11:18:59 -0000    1.4
  +++ em_main.c    8 Jan 2007 10:50:17 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_main.c,v 1.4 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_main.c,v 1.5 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                  Exim Monitor                  *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: em_menu.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_menu.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- em_menu.c    7 Feb 2006 11:18:59 -0000    1.3
  +++ em_menu.c    8 Jan 2007 10:50:17 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_menu.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_menu.c,v 1.4 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                  Exim Monitor                  *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: em_queue.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_queue.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- em_queue.c    19 Sep 2006 11:28:45 -0000    1.5
  +++ em_queue.c    8 Jan 2007 10:50:17 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_queue.c,v 1.5 2006/09/19 11:28:45 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_queue.c,v 1.6 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                 Exim Monitor                   *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: em_strip.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_strip.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- em_strip.c    7 Feb 2006 11:18:59 -0000    1.3
  +++ em_strip.c    8 Jan 2007 10:50:17 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_strip.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_strip.c,v 1.4 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                   Exim Monitor                 *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: em_text.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_text.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- em_text.c    7 Feb 2006 11:18:59 -0000    1.3
  +++ em_text.c    8 Jan 2007 10:50:17 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_text.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_text.c,v 1.4 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *               Exim Monitor                     *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: em_version.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_version.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- em_version.c    7 Feb 2006 11:18:59 -0000    1.3
  +++ em_version.c    8 Jan 2007 10:50:17 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_version.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_version.c,v 1.4 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *                  Exim Monitor                  *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "mytypes.h"

  Index: em_xs.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_xs.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- em_xs.c    7 Feb 2006 11:18:59 -0000    1.3
  +++ em_xs.c    8 Jan 2007 10:50:17 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_xs.c,v 1.3 2006/02/07 11:18:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_xs.c,v 1.4 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *               Exim Monitor                     *
   *************************************************/


-/* Copyright (c) University of Cambridge, 1995 - 2006 */
+/* Copyright (c) University of Cambridge, 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This file contains a number of subroutines that are in effect

  Index: acl.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/acl.c,v
  retrieving revision 1.67
  retrieving revision 1.68
  diff -u -r1.67 -r1.68
  --- acl.c    14 Nov 2006 16:40:36 -0000    1.67
  +++ acl.c    8 Jan 2007 10:50:17 -0000    1.68
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/acl.c,v 1.67 2006/11/14 16:40:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/acl.c,v 1.68 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Code for handling Access Control Lists (ACLs) */

  Index: buildconfig.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/buildconfig.c,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- buildconfig.c    7 Feb 2006 11:19:00 -0000    1.12
  +++ buildconfig.c    8 Jan 2007 10:50:17 -0000    1.13
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/buildconfig.c,v 1.12 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/buildconfig.c,v 1.13 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: child.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/child.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- child.c    16 Feb 2006 10:05:33 -0000    1.10
  +++ child.c    8 Jan 2007 10:50:17 -0000    1.11
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/child.c,v 1.10 2006/02/16 10:05:33 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/child.c,v 1.11 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: config.h.defaults
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/config.h.defaults,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- config.h.defaults    2 Oct 2006 13:38:18 -0000    1.12
  +++ config.h.defaults    8 Jan 2007 10:50:17 -0000    1.13
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/config.h.defaults,v 1.12 2006/10/02 13:38:18 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/config.h.defaults,v 1.13 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* The default settings for Exim configuration variables. A #define without

  Index: daemon.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/daemon.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- daemon.c    7 Nov 2006 15:56:17 -0000    1.18
  +++ daemon.c    8 Jan 2007 10:50:17 -0000    1.19
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/daemon.c,v 1.18 2006/11/07 15:56:17 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/daemon.c,v 1.19 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions concerned with running Exim as a daemon */

  Index: dbfn.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/dbfn.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- dbfn.c    20 Apr 2006 15:05:15 -0000    1.9
  +++ dbfn.c    8 Jan 2007 10:50:17 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/dbfn.c,v 1.9 2006/04/20 15:05:15 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/dbfn.c,v 1.10 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: dbfunctions.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/dbfunctions.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- dbfunctions.h    7 Feb 2006 11:19:00 -0000    1.4
  +++ dbfunctions.h    8 Jan 2007 10:50:17 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/dbfunctions.h,v 1.4 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/dbfunctions.h,v 1.5 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: dbstuff.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/dbstuff.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- dbstuff.h    5 Sep 2006 13:24:10 -0000    1.5
  +++ dbstuff.h    8 Jan 2007 10:50:17 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/dbstuff.h,v 1.5 2006/09/05 13:24:10 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/dbstuff.h,v 1.6 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This header file contains macro definitions so that a variety of DBM

  Index: debug.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/debug.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- debug.c    7 Feb 2006 11:19:00 -0000    1.5
  +++ debug.c    8 Jan 2007 10:50:17 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/debug.c,v 1.5 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/debug.c,v 1.6 2007/01/08 10:50:17 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: deliver.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/deliver.c,v
  retrieving revision 1.39
  retrieving revision 1.40
  diff -u -r1.39 -r1.40
  --- deliver.c    2 Jan 2007 11:25:00 -0000    1.39
  +++ deliver.c    8 Jan 2007 10:50:18 -0000    1.40
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/deliver.c,v 1.39 2007/01/02 11:25:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/deliver.c,v 1.40 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* The main code for delivering a message. */

  Index: directory.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/directory.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- directory.c    7 Feb 2006 11:19:00 -0000    1.4
  +++ directory.c    8 Jan 2007 10:50:18 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/directory.c,v 1.4 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/directory.c,v 1.5 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "exim.h"

  Index: dk.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/dk.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- dk.c    30 Oct 2006 22:06:33 -0000    1.11
  +++ dk.c    8 Jan 2007 10:50:18 -0000    1.12
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/dk.c,v 1.11 2006/10/30 22:06:33 tom Exp $ */
  +/* $Cambridge: exim/exim-src/src/dk.c,v 1.12 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Code for DomainKeys support. Other DK relevant code is in

  Index: dk.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/dk.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- dk.h    7 Feb 2006 11:19:00 -0000    1.2
  +++ dk.h    8 Jan 2007 10:50:18 -0000    1.3
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/dk.h,v 1.2 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/dk.h,v 1.3 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Code for DomainKeys support. Other DK relevant code is in

  Index: dns.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/dns.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- dns.c    20 Nov 2006 13:53:44 -0000    1.16
  +++ dns.c    8 Jan 2007 10:50:18 -0000    1.17
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/dns.c,v 1.16 2006/11/20 13:53:44 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/dns.c,v 1.17 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for interfacing with the DNS. */

  Index: drtables.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/drtables.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- drtables.c    2 Oct 2006 13:38:18 -0000    1.7
  +++ drtables.c    8 Jan 2007 10:50:18 -0000    1.8
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/drtables.c,v 1.7 2006/10/02 13:38:18 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/drtables.c,v 1.8 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: dummies.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/dummies.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dummies.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ dummies.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/dummies.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/dummies.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This file is not part of the main Exim code. There are little bits of test

  Index: enq.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/enq.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- enq.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ enq.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/enq.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/enq.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions concerned with serialization. */

  Index: exim.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/exim.c,v
  retrieving revision 1.50
  retrieving revision 1.51
  diff -u -r1.50 -r1.51
  --- exim.c    20 Nov 2006 11:43:40 -0000    1.50
  +++ exim.c    8 Jan 2007 10:50:18 -0000    1.51
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/exim.c,v 1.50 2006/11/20 11:43:40 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/exim.c,v 1.51 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: exim.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/exim.h,v
  retrieving revision 1.20
  retrieving revision 1.21
  diff -u -r1.20 -r1.21
  --- exim.h    2 Jan 2007 11:25:00 -0000    1.20
  +++ exim.h    8 Jan 2007 10:50:18 -0000    1.21
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/exim.h,v 1.20 2007/01/02 11:25:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/exim.h,v 1.21 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: exim_dbmbuild.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/exim_dbmbuild.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- exim_dbmbuild.c    19 Dec 2006 15:09:58 -0000    1.7
  +++ exim_dbmbuild.c    8 Jan 2007 10:50:18 -0000    1.8
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/exim_dbmbuild.c,v 1.7 2006/12/19 15:09:58 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/exim_dbmbuild.c,v 1.8 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: exim_dbutil.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/exim_dbutil.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- exim_dbutil.c    7 Feb 2006 11:19:00 -0000    1.10
  +++ exim_dbutil.c    8 Jan 2007 10:50:18 -0000    1.11
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/exim_dbutil.c,v 1.10 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/exim_dbutil.c,v 1.11 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: expand.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/expand.c,v
  retrieving revision 1.74
  retrieving revision 1.75
  diff -u -r1.74 -r1.75
  --- expand.c    24 Dec 2006 12:12:05 -0000    1.74
  +++ expand.c    8 Jan 2007 10:50:18 -0000    1.75
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/expand.c,v 1.74 2006/12/24 12:12:05 magnus Exp $ */
  +/* $Cambridge: exim/exim-src/src/expand.c,v 1.75 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: filter.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/filter.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- filter.c    5 Sep 2006 14:05:43 -0000    1.13
  +++ filter.c    8 Jan 2007 10:50:18 -0000    1.14
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/filter.c,v 1.13 2006/09/05 14:05:43 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/filter.c,v 1.14 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: filtertest.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/filtertest.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- filtertest.c    24 Oct 2006 12:56:06 -0000    1.9
  +++ filtertest.c    8 Jan 2007 10:50:18 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/filtertest.c,v 1.9 2006/10/24 12:56:06 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/filtertest.c,v 1.10 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: functions.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/functions.h,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- functions.h    14 Nov 2006 16:40:36 -0000    1.31
  +++ functions.h    8 Jan 2007 10:50:18 -0000    1.32
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/functions.h,v 1.31 2006/11/14 16:40:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/functions.h,v 1.32 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: globals.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/globals.c,v
  retrieving revision 1.60
  retrieving revision 1.61
  diff -u -r1.60 -r1.61
  --- globals.c    16 Oct 2006 15:44:36 -0000    1.60
  +++ globals.c    8 Jan 2007 10:50:18 -0000    1.61
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/globals.c,v 1.60 2006/10/16 15:44:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/globals.c,v 1.61 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* All the global variables are defined together in this one module, so

  Index: globals.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/globals.h,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- globals.h    25 Sep 2006 10:14:20 -0000    1.41
  +++ globals.h    8 Jan 2007 10:50:18 -0000    1.42
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/globals.h,v 1.41 2006/09/25 10:14:20 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/globals.h,v 1.42 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Almost all the global variables are defined together in this one header, so

  Index: header.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/header.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- header.c    7 Feb 2006 11:19:00 -0000    1.5
  +++ header.c    8 Jan 2007 10:50:18 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/header.c,v 1.5 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/header.c,v 1.6 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: host.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/host.c,v
  retrieving revision 1.27
  retrieving revision 1.28
  diff -u -r1.27 -r1.28
  --- host.c    20 Nov 2006 14:29:31 -0000    1.27
  +++ host.c    8 Jan 2007 10:50:18 -0000    1.28
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/host.c,v 1.27 2006/11/20 14:29:31 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/host.c,v 1.28 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for finding hosts, either by gethostbyname(), gethostbyaddr(), or

  Index: ip.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/ip.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- ip.c    4 Apr 2006 09:09:45 -0000    1.6
  +++ ip.c    8 Jan 2007 10:50:18 -0000    1.7
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/ip.c,v 1.6 2006/04/04 09:09:45 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/ip.c,v 1.7 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for doing things with sockets. With the advent of IPv6 this has

  Index: local_scan.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/local_scan.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- local_scan.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ local_scan.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/local_scan.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/local_scan.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: local_scan.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/local_scan.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- local_scan.h    6 Dec 2006 10:08:28 -0000    1.9
  +++ local_scan.h    8 Jan 2007 10:50:18 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/local_scan.h,v 1.9 2006/12/06 10:08:28 magnus Exp $ */
  +/* $Cambridge: exim/exim-src/src/local_scan.h,v 1.10 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This file is the header that is the only Exim header to be included in the

  Index: log.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/log.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- log.c    7 Jul 2006 13:36:34 -0000    1.10
  +++ log.c    8 Jan 2007 10:50:18 -0000    1.11
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/log.c,v 1.10 2006/07/07 13:36:34 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/log.c,v 1.11 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for writing log files. The code for maintaining datestamped

  Index: lss.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lss.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- lss.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ lss.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lss.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lss.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Support functions for calling from local_scan(). These are mostly just

  Index: macros.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/macros.h,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -r1.28 -r1.29
  --- macros.h    23 Oct 2006 13:24:21 -0000    1.28
  +++ macros.h    8 Jan 2007 10:50:18 -0000    1.29
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/macros.h,v 1.28 2006/10/23 13:24:21 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/macros.h,v 1.29 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: match.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/match.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- match.c    31 Oct 2006 16:08:11 -0000    1.16
  +++ match.c    8 Jan 2007 10:50:18 -0000    1.17
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/match.c,v 1.16 2006/10/31 16:08:11 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/match.c,v 1.17 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for matching strings */

  Index: moan.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/moan.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- moan.c    20 Mar 2006 10:55:21 -0000    1.6
  +++ moan.c    8 Jan 2007 10:50:18 -0000    1.7
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/moan.c,v 1.6 2006/03/20 10:55:21 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/moan.c,v 1.7 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for sending messages to sender or to mailmaster. */

  Index: mytypes.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/mytypes.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mytypes.h    7 Feb 2006 11:19:00 -0000    1.3
  +++ mytypes.h    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/mytypes.h,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/mytypes.h,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: os.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/os.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- os.c    7 Feb 2006 11:19:00 -0000    1.5
  +++ os.c    8 Jan 2007 10:50:18 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/os.c,v 1.5 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/os.c,v 1.6 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#ifdef STAND_ALONE

  Index: osfunctions.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/osfunctions.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- osfunctions.h    7 Feb 2006 11:19:00 -0000    1.3
  +++ osfunctions.h    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/osfunctions.h,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/osfunctions.h,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Prototypes for os-specific functions. For utilities, we don't need the one

  Index: parse.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/parse.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- parse.c    10 Oct 2006 15:36:50 -0000    1.10
  +++ parse.c    8 Jan 2007 10:50:18 -0000    1.11
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/parse.c,v 1.10 2006/10/10 15:36:50 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/parse.c,v 1.11 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for parsing addresses */

  Index: queue.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/queue.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- queue.c    14 Feb 2006 15:24:10 -0000    1.10
  +++ queue.c    8 Jan 2007 10:50:18 -0000    1.11
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/queue.c,v 1.10 2006/02/14 15:24:10 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/queue.c,v 1.11 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions that operate on the input queue. */

  Index: rda.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/rda.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- rda.c    5 Sep 2006 14:05:43 -0000    1.13
  +++ rda.c    8 Jan 2007 10:50:18 -0000    1.14
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/rda.c,v 1.13 2006/09/05 14:05:43 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/rda.c,v 1.14 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This module contains code for extracting addresses from a forwarding list

  Index: readconf.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/readconf.c,v
  retrieving revision 1.25
  retrieving revision 1.26
  diff -u -r1.25 -r1.26
  --- readconf.c    18 Oct 2006 08:55:38 -0000    1.25
  +++ readconf.c    8 Jan 2007 10:50:18 -0000    1.26
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/readconf.c,v 1.25 2006/10/18 08:55:38 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/readconf.c,v 1.26 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for reading the configuration file, and for displaying

  Index: receive.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/receive.c,v
  retrieving revision 1.31
  retrieving revision 1.32
  diff -u -r1.31 -r1.32
  --- receive.c    14 Nov 2006 16:40:36 -0000    1.31
  +++ receive.c    8 Jan 2007 10:50:18 -0000    1.32
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/receive.c,v 1.31 2006/11/14 16:40:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/receive.c,v 1.32 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Code for receiving a message and setting up spool files. */

  Index: retry.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/retry.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- retry.c    3 Jul 2006 15:39:06 -0000    1.11
  +++ retry.c    8 Jan 2007 10:50:18 -0000    1.12
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/retry.c,v 1.11 2006/07/03 15:39:06 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/retry.c,v 1.12 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions concerned with retrying unsuccessful deliveries. */

  Index: rewrite.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/rewrite.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rewrite.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ rewrite.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/rewrite.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/rewrite.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions concerned with rewriting headers */

  Index: rfc2047.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/rfc2047.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rfc2047.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ rfc2047.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/rfc2047.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/rfc2047.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This file contains a function for decoding message header lines that may

  Index: route.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/route.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- route.c    9 Oct 2006 14:36:25 -0000    1.11
  +++ route.c    8 Jan 2007 10:50:18 -0000    1.12
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/route.c,v 1.11 2006/10/09 14:36:25 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/route.c,v 1.12 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions concerned with routing, and the list of generic router options. */

  Index: search.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/search.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- search.c    4 Dec 2006 15:00:20 -0000    1.4
  +++ search.c    8 Jan 2007 10:50:18 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/search.c,v 1.4 2006/12/04 15:00:20 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/search.c,v 1.5 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* A set of functions to search databases in various formats. An open

  Index: smtp_in.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/smtp_in.c,v
  retrieving revision 1.48
  retrieving revision 1.49
  diff -u -r1.48 -r1.49
  --- smtp_in.c    20 Nov 2006 11:43:40 -0000    1.48
  +++ smtp_in.c    8 Jan 2007 10:50:18 -0000    1.49
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/smtp_in.c,v 1.48 2006/11/20 11:43:40 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/smtp_in.c,v 1.49 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for handling an incoming SMTP call. */

  Index: smtp_out.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/smtp_out.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- smtp_out.c    7 Feb 2006 11:19:00 -0000    1.7
  +++ smtp_out.c    8 Jan 2007 10:50:18 -0000    1.8
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/smtp_out.c,v 1.7 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/smtp_out.c,v 1.8 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* A number of functions for driving outgoing SMTP calls. */

  Index: spool_in.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/spool_in.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- spool_in.c    24 Oct 2006 15:01:26 -0000    1.18
  +++ spool_in.c    8 Jan 2007 10:50:18 -0000    1.19
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/spool_in.c,v 1.18 2006/10/24 15:01:26 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/spool_in.c,v 1.19 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for reading spool files. When compiling for a utility (eximon),

  Index: spool_out.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/spool_out.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- spool_out.c    19 Sep 2006 11:28:45 -0000    1.11
  +++ spool_out.c    8 Jan 2007 10:50:18 -0000    1.12
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/spool_out.c,v 1.11 2006/09/19 11:28:45 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/spool_out.c,v 1.12 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for writing spool files, and moving them about. */

  Index: store.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/store.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- store.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ store.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/store.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/store.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Exim gets and frees all its store through these functions. In the original

  Index: store.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/store.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- store.h    7 Feb 2006 11:19:00 -0000    1.3
  +++ store.h    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/store.h,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/store.h,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for Exim's memory allocation functions */

  Index: string.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/string.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- string.c    23 Feb 2006 10:25:45 -0000    1.10
  +++ string.c    8 Jan 2007 10:50:18 -0000    1.11
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/string.c,v 1.10 2006/02/23 10:25:45 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/string.c,v 1.11 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Miscellaneous string-handling functions. Some are not required for

  Index: structs.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/structs.h,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- structs.h    30 Oct 2006 16:41:04 -0000    1.14
  +++ structs.h    8 Jan 2007 10:50:18 -0000    1.15
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/structs.h,v 1.14 2006/10/30 16:41:04 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/structs.h,v 1.15 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: tls-gnu.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/tls-gnu.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- tls-gnu.c    12 Dec 2006 15:47:39 -0000    1.16
  +++ tls-gnu.c    8 Jan 2007 10:50:18 -0000    1.17
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/tls-gnu.c,v 1.16 2006/12/12 15:47:39 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/tls-gnu.c,v 1.17 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This module provides TLS (aka SSL) support for Exim using the GnuTLS

  Index: tls-openssl.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/tls-openssl.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- tls-openssl.c    12 Dec 2006 15:47:39 -0000    1.8
  +++ tls-openssl.c    8 Jan 2007 10:50:18 -0000    1.9
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/tls-openssl.c,v 1.8 2006/12/12 15:47:39 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/tls-openssl.c,v 1.9 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This module provides the TLS (aka SSL) support for Exim using the OpenSSL

  Index: tls.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/tls.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tls.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ tls.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/tls.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/tls.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This module provides TLS (aka SSL) support for Exim. The code for OpenSSL is

  Index: tod.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/tod.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- tod.c    7 Feb 2006 11:19:00 -0000    1.3
  +++ tod.c    8 Jan 2007 10:50:18 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/tod.c,v 1.3 2006/02/07 11:19:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/tod.c,v 1.4 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* A function for returning the time of day in various formats */

  Index: transport.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transport.c,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- transport.c    31 Oct 2006 12:16:26 -0000    1.18
  +++ transport.c    8 Jan 2007 10:50:18 -0000    1.19
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transport.c,v 1.18 2006/10/31 12:16:26 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transport.c,v 1.19 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* General functions concerned with transportation, and generic options for all

  Index: tree.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/tree.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- tree.c    19 Sep 2006 11:28:45 -0000    1.4
  +++ tree.c    8 Jan 2007 10:50:18 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/tree.c,v 1.4 2006/09/19 11:28:45 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/tree.c,v 1.5 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions for maintaining binary balanced trees and some associated

  Index: verify.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/verify.c,v
  retrieving revision 1.44
  retrieving revision 1.45
  diff -u -r1.44 -r1.45
  --- verify.c    11 Dec 2006 14:15:59 -0000    1.44
  +++ verify.c    8 Jan 2007 10:50:18 -0000    1.45
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/verify.c,v 1.44 2006/12/11 14:15:59 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/verify.c,v 1.45 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions concerned with verifying things. The original code for callout

  Index: version.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/version.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- version.c    21 Dec 2006 09:27:07 -0000    1.19
  +++ version.c    8 Jan 2007 10:50:18 -0000    1.20
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/version.c,v 1.19 2006/12/21 09:27:07 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/version.c,v 1.20 2007/01/08 10:50:18 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Function for setting up the version string. */
@@ -12,7 +12,7 @@
#include "exim.h"


-#define THIS_VERSION "4.65"
+#define THIS_VERSION "4.66"


/* The header file cnumber.h contains a single line containing the

  Index: b64decode.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/b64decode.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- b64decode.c    10 Feb 2006 14:25:43 -0000    1.4
  +++ b64decode.c    8 Jan 2007 10:50:19 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/b64decode.c,v 1.4 2006/02/10 14:25:43 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/b64decode.c,v 1.5 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: b64encode.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/b64encode.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- b64encode.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ b64encode.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/b64encode.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/b64encode.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: call_pam.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/call_pam.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- call_pam.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ call_pam.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/call_pam.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/call_pam.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: call_pwcheck.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/call_pwcheck.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- call_pwcheck.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ call_pwcheck.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/call_pwcheck.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/call_pwcheck.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This module contains interface functions to the two Cyrus authentication

  Index: call_radius.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/call_radius.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- call_radius.c    28 Jun 2006 13:59:13 -0000    1.6
  +++ call_radius.c    8 Jan 2007 10:50:19 -0000    1.7
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/call_radius.c,v 1.6 2006/06/28 13:59:13 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/call_radius.c,v 1.7 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This file was originally supplied by Ian Kirk. The libradius support came

  Index: check_serv_cond.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/check_serv_cond.c,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- check_serv_cond.c    16 Oct 2006 15:44:36 -0000    1.1
  +++ check_serv_cond.c    8 Jan 2007 10:50:19 -0000    1.2
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/check_serv_cond.c,v 1.1 2006/10/16 15:44:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/check_serv_cond.c,v 1.2 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: cram_md5.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/cram_md5.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- cram_md5.c    16 Oct 2006 15:44:36 -0000    1.6
  +++ cram_md5.c    8 Jan 2007 10:50:19 -0000    1.7
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/cram_md5.c,v 1.6 2006/10/16 15:44:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/cram_md5.c,v 1.7 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: cram_md5.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/cram_md5.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- cram_md5.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ cram_md5.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/cram_md5.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/cram_md5.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options. */

  Index: dovecot.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/dovecot.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- dovecot.h    2 Oct 2006 13:38:18 -0000    1.1
  +++ dovecot.h    8 Jan 2007 10:50:19 -0000    1.2
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/dovecot.h,v 1.1 2006/10/02 13:38:18 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/dovecot.h,v 1.2 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options. */

  Index: get_data.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/get_data.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- get_data.c    8 Mar 2006 10:49:18 -0000    1.4
  +++ get_data.c    8 Jan 2007 10:50:19 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/get_data.c,v 1.4 2006/03/08 10:49:18 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/get_data.c,v 1.5 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: get_no64_data.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/get_no64_data.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- get_no64_data.c    16 Oct 2006 13:43:22 -0000    1.4
  +++ get_no64_data.c    8 Jan 2007 10:50:19 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/get_no64_data.c,v 1.4 2006/10/16 13:43:22 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/get_no64_data.c,v 1.5 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: md5.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/md5.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- md5.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ md5.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/md5.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/md5.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#ifndef STAND_ALONE

  Index: plaintext.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/plaintext.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- plaintext.c    16 Oct 2006 15:44:36 -0000    1.6
  +++ plaintext.c    8 Jan 2007 10:50:19 -0000    1.7
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/plaintext.c,v 1.6 2006/10/16 15:44:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/plaintext.c,v 1.7 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: plaintext.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/plaintext.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plaintext.h    16 Oct 2006 15:44:36 -0000    1.5
  +++ plaintext.h    8 Jan 2007 10:50:19 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/plaintext.h,v 1.5 2006/10/16 15:44:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/plaintext.h,v 1.6 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options. */

  Index: pwcheck.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/pwcheck.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- pwcheck.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ pwcheck.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/pwcheck.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/pwcheck.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This file provides support for authentication via the Cyrus SASL pwcheck

  Index: sha1.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/sha1.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sha1.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ sha1.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/sha1.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/sha1.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#ifndef STAND_ALONE

  Index: spa.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/spa.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- spa.c    16 Oct 2006 15:44:36 -0000    1.8
  +++ spa.c    8 Jan 2007 10:50:19 -0000    1.9
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/spa.c,v 1.8 2006/10/16 15:44:36 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/spa.c,v 1.9 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This file, which provides support for Microsoft's Secure Password

  Index: spa.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/spa.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- spa.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ spa.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/spa.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/spa.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This file, which provides support for Microsoft's Secure Password

  Index: xtextdecode.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/xtextdecode.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xtextdecode.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ xtextdecode.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/xtextdecode.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/xtextdecode.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: xtextencode.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/auths/xtextencode.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- xtextencode.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ xtextencode.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/auths/xtextencode.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/auths/xtextencode.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: dbmdb.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/dbmdb.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- dbmdb.c    7 Feb 2006 11:19:01 -0000    1.4
  +++ dbmdb.c    8 Jan 2007 10:50:19 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/dbmdb.c,v 1.4 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/dbmdb.c,v 1.5 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: dbmdb.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/dbmdb.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dbmdb.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ dbmdb.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/dbmdb.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/dbmdb.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the dbm lookup. Use dbmdb in the code to avoid name

  Index: dnsdb.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/dnsdb.c,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- dnsdb.c    7 Feb 2006 11:19:01 -0000    1.16
  +++ dnsdb.c    8 Jan 2007 10:50:19 -0000    1.17
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/dnsdb.c,v 1.16 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/dnsdb.c,v 1.17 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: dnsdb.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/dnsdb.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dnsdb.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ dnsdb.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/dnsdb.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/dnsdb.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the dnsdb lookup */

  Index: dsearch.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/dsearch.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dsearch.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ dsearch.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/dsearch.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/dsearch.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* The idea for this code came from Matthew Byng-Maddick, but his original has

  Index: dsearch.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/dsearch.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- dsearch.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ dsearch.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/dsearch.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/dsearch.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the dsearch lookup */

  Index: ibase.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/ibase.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ibase.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ ibase.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/ibase.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/ibase.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* The code in this module was contributed by Ard Biesheuvel. */

  Index: ibase.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/ibase.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ibase.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ ibase.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/ibase.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/ibase.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the Interbase lookup functions */

  Index: ldap.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/ldap.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- ldap.c    19 Dec 2006 14:51:34 -0000    1.13
  +++ ldap.c    8 Jan 2007 10:50:19 -0000    1.14
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/ldap.c,v 1.13 2006/12/19 14:51:34 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/ldap.c,v 1.14 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Many thanks to Stuart Lynne for contributing the original code for this

  Index: ldap.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/ldap.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- ldap.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ ldap.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/ldap.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/ldap.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the ldap lookups */

  Index: lf_check_file.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/lf_check_file.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- lf_check_file.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ lf_check_file.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/lf_check_file.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/lf_check_file.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: lf_functions.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/lf_functions.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- lf_functions.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ lf_functions.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/lf_functions.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/lf_functions.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the functions that are shared by the lookups */

  Index: lf_quote.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/lf_quote.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- lf_quote.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ lf_quote.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/lf_quote.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/lf_quote.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: lsearch.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/lsearch.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- lsearch.c    7 Feb 2006 11:19:01 -0000    1.7
  +++ lsearch.c    8 Jan 2007 10:50:19 -0000    1.8
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/lsearch.c,v 1.7 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/lsearch.c,v 1.8 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: lsearch.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/lsearch.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- lsearch.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ lsearch.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/lsearch.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/lsearch.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the lsearch and wildlsearch lookups */

  Index: mysql.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/mysql.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mysql.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ mysql.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/mysql.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/mysql.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Thanks to Paul Kelly for contributing the original code for these

  Index: mysql.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/mysql.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- mysql.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ mysql.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/mysql.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/mysql.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the mysql lookup functions */

  Index: nis.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/nis.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nis.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ nis.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/nis.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/nis.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: nis.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/nis.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nis.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ nis.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/nis.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/nis.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the nis and nis0 lookups */

  Index: nisplus.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/nisplus.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nisplus.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ nisplus.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/nisplus.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/nisplus.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: nisplus.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/nisplus.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- nisplus.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ nisplus.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/nisplus.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/nisplus.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the nisplus lookup */

  Index: oracle.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/oracle.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- oracle.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ oracle.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/oracle.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/oracle.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Interface to an Oracle database. This code was originally supplied by

  Index: oracle.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/oracle.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- oracle.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ oracle.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/oracle.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/oracle.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the Oracle lookup functions */

  Index: passwd.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/passwd.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- passwd.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ passwd.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/passwd.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/passwd.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: passwd.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/passwd.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- passwd.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ passwd.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/passwd.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/passwd.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the passwd lookup */

  Index: pgsql.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/pgsql.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- pgsql.c    5 Sep 2006 14:05:43 -0000    1.8
  +++ pgsql.c    8 Jan 2007 10:50:19 -0000    1.9
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/pgsql.c,v 1.8 2006/09/05 14:05:43 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/pgsql.c,v 1.9 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Thanks to Petr Cech for contributing the original code for these

  Index: pgsql.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/pgsql.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- pgsql.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ pgsql.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/pgsql.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/pgsql.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the pgsql lookup functions */

  Index: sqlite.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/sqlite.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- sqlite.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ sqlite.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/sqlite.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/sqlite.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: sqlite.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/sqlite.h,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sqlite.h    7 Feb 2006 11:19:01 -0000    1.2
  +++ sqlite.h    8 Jan 2007 10:50:19 -0000    1.3
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/sqlite.h,v 1.2 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/sqlite.h,v 1.3 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the sqlite lookup */

  Index: testdb.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/testdb.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- testdb.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ testdb.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/testdb.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/testdb.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: testdb.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/testdb.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- testdb.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ testdb.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/testdb.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/testdb.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the testdb lookup */

  Index: whoson.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/whoson.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- whoson.c    7 Feb 2006 11:19:01 -0000    1.3
  +++ whoson.c    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/whoson.c,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/whoson.c,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* This code originally came from Robert Wal. */

  Index: whoson.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/lookups/whoson.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- whoson.h    7 Feb 2006 11:19:01 -0000    1.3
  +++ whoson.h    8 Jan 2007 10:50:19 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/lookups/whoson.h,v 1.3 2006/02/07 11:19:01 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/lookups/whoson.h,v 1.4 2007/01/08 10:50:19 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the whoson lookup */

  Index: accept.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/accept.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- accept.c    7 Feb 2006 11:19:02 -0000    1.4
  +++ accept.c    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/accept.c,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/accept.c,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: accept.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/accept.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- accept.h    7 Feb 2006 11:19:02 -0000    1.4
  +++ accept.h    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/accept.h,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/accept.h,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options (there aren't any). */

  Index: dnslookup.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/dnslookup.c,v
  retrieving revision 1.10
  retrieving revision 1.11
  diff -u -r1.10 -r1.11
  --- dnslookup.c    7 Feb 2006 11:19:02 -0000    1.10
  +++ dnslookup.c    8 Jan 2007 10:50:20 -0000    1.11
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/dnslookup.c,v 1.10 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/dnslookup.c,v 1.11 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: dnslookup.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/dnslookup.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- dnslookup.h    7 Feb 2006 11:19:02 -0000    1.4
  +++ dnslookup.h    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/dnslookup.h,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/dnslookup.h,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options. */

  Index: ipliteral.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/ipliteral.c,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- ipliteral.c    7 Feb 2006 11:19:02 -0000    1.8
  +++ ipliteral.c    8 Jan 2007 10:50:20 -0000    1.9
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/ipliteral.c,v 1.8 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/ipliteral.c,v 1.9 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: ipliteral.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/ipliteral.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- ipliteral.h    7 Feb 2006 11:19:02 -0000    1.4
  +++ ipliteral.h    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/ipliteral.h,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/ipliteral.h,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: iplookup.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/iplookup.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- iplookup.c    2 Jan 2007 11:25:00 -0000    1.9
  +++ iplookup.c    8 Jan 2007 10:50:20 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/iplookup.c,v 1.9 2007/01/02 11:25:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/iplookup.c,v 1.10 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: iplookup.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/iplookup.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- iplookup.h    7 Feb 2006 11:19:02 -0000    1.4
  +++ iplookup.h    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/iplookup.h,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/iplookup.h,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: manualroute.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/manualroute.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- manualroute.c    7 Feb 2006 11:19:02 -0000    1.4
  +++ manualroute.c    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/manualroute.c,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/manualroute.c,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: manualroute.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/manualroute.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- manualroute.h    7 Feb 2006 11:19:02 -0000    1.4
  +++ manualroute.h    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/manualroute.h,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/manualroute.h,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the manualroute router */

  Index: queryprogram.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/queryprogram.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- queryprogram.c    2 Jan 2007 11:25:00 -0000    1.9
  +++ queryprogram.c    8 Jan 2007 10:50:20 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/queryprogram.c,v 1.9 2007/01/02 11:25:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/queryprogram.c,v 1.10 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: queryprogram.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/queryprogram.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- queryprogram.h    7 Feb 2006 11:19:02 -0000    1.4
  +++ queryprogram.h    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/queryprogram.h,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/queryprogram.h,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: redirect.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/redirect.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- redirect.c    2 Jan 2007 11:25:00 -0000    1.19
  +++ redirect.c    8 Jan 2007 10:50:20 -0000    1.20
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/redirect.c,v 1.19 2007/01/02 11:25:00 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/redirect.c,v 1.20 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: redirect.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/redirect.h,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- redirect.h    13 Jul 2006 13:53:33 -0000    1.8
  +++ redirect.h    8 Jan 2007 10:50:20 -0000    1.9
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/redirect.h,v 1.8 2006/07/13 13:53:33 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/redirect.h,v 1.9 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the redirect router */

  Index: rf_change_domain.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_change_domain.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rf_change_domain.c    7 Feb 2006 11:19:02 -0000    1.3
  +++ rf_change_domain.c    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_change_domain.c,v 1.3 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_change_domain.c,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: rf_expand_data.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_expand_data.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rf_expand_data.c    7 Feb 2006 11:19:02 -0000    1.3
  +++ rf_expand_data.c    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_expand_data.c,v 1.3 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_expand_data.c,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: rf_functions.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_functions.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rf_functions.h    7 Feb 2006 11:19:02 -0000    1.3
  +++ rf_functions.h    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_functions.h,v 1.3 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_functions.h,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header for the functions that are shared by the routers */

  Index: rf_get_errors_address.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_get_errors_address.c,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- rf_get_errors_address.c    7 Feb 2006 11:19:02 -0000    1.6
  +++ rf_get_errors_address.c    8 Jan 2007 10:50:20 -0000    1.7
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_get_errors_address.c,v 1.6 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_get_errors_address.c,v 1.7 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: rf_get_munge_headers.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_get_munge_headers.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rf_get_munge_headers.c    7 Feb 2006 11:19:02 -0000    1.3
  +++ rf_get_munge_headers.c    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_get_munge_headers.c,v 1.3 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_get_munge_headers.c,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: rf_get_transport.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_get_transport.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rf_get_transport.c    7 Feb 2006 11:19:02 -0000    1.3
  +++ rf_get_transport.c    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_get_transport.c,v 1.3 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_get_transport.c,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: rf_get_ugid.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_get_ugid.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rf_get_ugid.c    7 Feb 2006 11:19:02 -0000    1.3
  +++ rf_get_ugid.c    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_get_ugid.c,v 1.3 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_get_ugid.c,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: rf_lookup_hostlist.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_lookup_hostlist.c,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- rf_lookup_hostlist.c    9 Oct 2006 14:36:25 -0000    1.7
  +++ rf_lookup_hostlist.c    8 Jan 2007 10:50:20 -0000    1.8
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_lookup_hostlist.c,v 1.7 2006/10/09 14:36:25 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_lookup_hostlist.c,v 1.8 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: rf_queue_add.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_queue_add.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rf_queue_add.c    7 Feb 2006 11:19:02 -0000    1.3
  +++ rf_queue_add.c    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_queue_add.c,v 1.3 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_queue_add.c,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: rf_self_action.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_self_action.c,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- rf_self_action.c    7 Feb 2006 11:19:02 -0000    1.4
  +++ rf_self_action.c    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_self_action.c,v 1.4 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_self_action.c,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: rf_set_ugid.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/routers/rf_set_ugid.c,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- rf_set_ugid.c    7 Feb 2006 11:19:02 -0000    1.3
  +++ rf_set_ugid.c    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/routers/rf_set_ugid.c,v 1.3 2006/02/07 11:19:02 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/routers/rf_set_ugid.c,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: appendfile.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/appendfile.c,v
  retrieving revision 1.19
  retrieving revision 1.20
  diff -u -r1.19 -r1.20
  --- appendfile.c    9 Oct 2006 14:36:25 -0000    1.19
  +++ appendfile.c    8 Jan 2007 10:50:20 -0000    1.20
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/appendfile.c,v 1.19 2006/10/09 14:36:25 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/appendfile.c,v 1.20 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: appendfile.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/appendfile.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- appendfile.h    27 Apr 2006 08:53:24 -0000    1.5
  +++ appendfile.h    8 Jan 2007 10:50:20 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/appendfile.h,v 1.5 2006/04/27 08:53:24 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/appendfile.h,v 1.6 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options. */

  Index: autoreply.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/autoreply.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- autoreply.c    28 Feb 2006 11:25:40 -0000    1.9
  +++ autoreply.c    8 Jan 2007 10:50:20 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/autoreply.c,v 1.9 2006/02/28 11:25:40 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/autoreply.c,v 1.10 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: autoreply.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/autoreply.h,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- autoreply.h    7 Feb 2006 11:19:03 -0000    1.3
  +++ autoreply.h    8 Jan 2007 10:50:20 -0000    1.4
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/autoreply.h,v 1.3 2006/02/07 11:19:03 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/autoreply.h,v 1.4 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options. */

  Index: lmtp.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/lmtp.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- lmtp.c    7 Nov 2006 11:28:05 -0000    1.9
  +++ lmtp.c    8 Jan 2007 10:50:20 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/lmtp.c,v 1.9 2006/11/07 11:28:05 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/lmtp.c,v 1.10 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: lmtp.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/lmtp.h,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- lmtp.h    7 Feb 2006 11:19:03 -0000    1.4
  +++ lmtp.h    8 Jan 2007 10:50:20 -0000    1.5
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/lmtp.h,v 1.4 2006/02/07 11:19:03 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/lmtp.h,v 1.5 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options. */

  Index: pipe.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/pipe.c,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- pipe.c    16 Mar 2006 12:25:24 -0000    1.11
  +++ pipe.c    8 Jan 2007 10:50:20 -0000    1.12
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/pipe.c,v 1.11 2006/03/16 12:25:24 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/pipe.c,v 1.12 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */



  Index: pipe.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/pipe.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- pipe.h    21 Feb 2006 16:24:20 -0000    1.5
  +++ pipe.h    8 Jan 2007 10:50:20 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/pipe.h,v 1.5 2006/02/21 16:24:20 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/pipe.h,v 1.6 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options. */

  Index: smtp.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/smtp.c,v
  retrieving revision 1.29
  retrieving revision 1.30
  diff -u -r1.29 -r1.30
  --- smtp.c    6 Nov 2006 15:50:12 -0000    1.29
  +++ smtp.c    8 Jan 2007 10:50:20 -0000    1.30
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/smtp.c,v 1.29 2006/11/06 15:50:12 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/smtp.c,v 1.30 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

#include "../exim.h"

  Index: smtp.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/smtp.h,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- smtp.h    6 Nov 2006 15:50:12 -0000    1.9
  +++ smtp.h    8 Jan 2007 10:50:20 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/smtp.h,v 1.9 2006/11/06 15:50:12 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/smtp.h,v 1.10 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Private structure for the private options and other private data. */

  Index: tf_maildir.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/tf_maildir.c,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- tf_maildir.c    27 Apr 2006 08:53:24 -0000    1.9
  +++ tf_maildir.c    8 Jan 2007 10:50:20 -0000    1.10
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/tf_maildir.c,v 1.9 2006/04/27 08:53:24 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/tf_maildir.c,v 1.10 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Functions in support of the use of maildirsize files for handling quotas in

  Index: tf_maildir.h
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/transports/tf_maildir.h,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- tf_maildir.h    27 Apr 2006 08:53:24 -0000    1.5
  +++ tf_maildir.h    8 Jan 2007 10:50:20 -0000    1.6
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/transports/tf_maildir.h,v 1.5 2006/04/27 08:53:24 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/transports/tf_maildir.h,v 1.6 2007/01/08 10:50:20 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
   *************************************************/


-/* Copyright (c) University of Cambridge 1995 - 2006 */
+/* Copyright (c) University of Cambridge 1995 - 2007 */
/* See the file NOTICE for conditions of use and distribution. */

/* Header file for the functions that are used to support the use of