[exim-cvs] cvs commit: exim/exim-src/src acl.c globals.c

Góra strony
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-src/src acl.c globals.c
ph10 2005/01/12 14:41:12 GMT

  Modified files:
    exim-src/src         acl.c globals.c 
  Log:
  Changed "legit" to "legitimate" in the fakereject message (blame Tony
  for complaining :-)


  Revision  Changes    Path
  1.16      +1 -1      exim/exim-src/src/acl.c
  1.14      +1 -1      exim/exim-src/src/globals.c


  Index: acl.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/acl.c,v
  retrieving revision 1.15
  retrieving revision 1.16
  diff -u -r1.15 -r1.16
  --- acl.c    12 Jan 2005 14:23:28 -0000    1.15
  +++ acl.c    12 Jan 2005 14:41:12 -0000    1.16
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/acl.c,v 1.15 2005/01/12 14:23:28 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/acl.c,v 1.16 2005/01/12 14:41:12 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
  @@ -1682,7 +1682,7 @@
          else
           {
           /* Explicitly reset to default string */
  -        fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legit message, it may still be delivered to the target recipient(s).";
  +        fake_reject_text = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legitimate message, it may still be delivered to the target recipient(s).";
           }
         break;



  Index: globals.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/globals.c,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- globals.c    4 Jan 2005 10:00:42 -0000    1.13
  +++ globals.c    12 Jan 2005 14:41:12 -0000    1.14
  @@ -1,4 +1,4 @@
  -/* $Cambridge: exim/exim-src/src/globals.c,v 1.13 2005/01/04 10:00:42 ph10 Exp $ */
  +/* $Cambridge: exim/exim-src/src/globals.c,v 1.14 2005/01/12 14:41:12 ph10 Exp $ */


   /*************************************************
   *     Exim - an Internet mail transport agent    *
  @@ -500,7 +500,7 @@
   uschar *extra_local_interfaces = NULL;


   BOOL    fake_reject            = FALSE;
  -uschar *fake_reject_text       = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legit message, it may still be delivered to the target recipient(s).";
  +uschar *fake_reject_text       = US"Your message has been rejected but is being kept for evaluation.\nIf it was a legitimate message, it may still be delivered to the target recipient(s).";
   int     filter_n[FILTER_VARIABLE_COUNT];
   BOOL    filter_running         = FALSE;
   int     filter_sn[FILTER_VARIABLE_COUNT];