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

Góra strony
Delete this message
Reply to this message
Autor: Tom Kistner
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-src/exim_monitor em_globals.c
tom 2005/04/29 12:54:23 BST

  Modified files:
    exim-src/exim_monitor em_globals.c 
  Log:
  Add 3 DomainKeys globals to eximon


  Revision  Changes    Path
  1.6       +8 -1      exim/exim-src/exim_monitor/em_globals.c


  Index: em_globals.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/exim_monitor/em_globals.c,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- em_globals.c    25 Jan 2005 14:16:33 -0000    1.5
  +++ em_globals.c    29 Apr 2005 11:54:23 -0000    1.6
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/exim_monitor/em_globals.c,v 1.5 2005/01/25 14:16:33 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/exim_monitor/em_globals.c,v 1.6 2005/04/29 11:54:23 tom Exp $ */


   /*************************************************
   *                Exim Monitor                    *
  @@ -52,7 +52,7 @@
   int     body_max = 20000;


   uschar *exim_path              = US BIN_DIRECTORY "/exim"
  -            "\0<---------------Space to patch exim_path->";
  +                        "\0<---------------Space to patch exim_path->";


   int     eximon_initialized = FALSE;


  @@ -135,6 +135,13 @@
   BOOL    deliver_freeze         = FALSE;
   int     deliver_frozen_at      = 0;
   BOOL    deliver_manual_thaw    = FALSE;
  +
  +#ifdef EXPERIMENTAL_DOMAINKEYS
  +uschar *dk_signing_domain      = NULL;
  +uschar *dk_signing_selector    = NULL;
  +int     dk_do_verify           = 0;
  +#endif
  +
   BOOL    dont_deliver           = FALSE;


#ifdef WITH_CONTENT_SCAN