[exim-cvs] cvs commit: exim/exim-src/src sieve.c

Góra strony
Delete this message
Reply to this message
Autor: Michael Haardt
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-src/src sieve.c
michael 2008/01/28 12:18:56 GMT

  Modified files:
    exim-src/src         sieve.c 
  Log:
  Fix some comments, no code changes.


  Revision  Changes    Path
  1.33      +7 -5      exim/exim-src/src/sieve.c


  Index: sieve.c
  ===================================================================
  RCS file: /home/cvs/exim/exim-src/src/sieve.c,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -r1.32 -r1.33
  --- sieve.c    11 Oct 2007 12:44:30 -0000    1.32
  +++ sieve.c    28 Jan 2008 12:18:56 -0000    1.33
  @@ -1,10 +1,10 @@
  -/* $Cambridge: exim/exim-src/src/sieve.c,v 1.32 2007/10/11 12:44:30 michael Exp $ */
  +/* $Cambridge: exim/exim-src/src/sieve.c,v 1.33 2008/01/28 12:18:56 michael Exp $ */


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


-/* Copyright (c) Michael Haardt 2003-2007 */
+/* Copyright (c) Michael Haardt 2003-2008 */
/* See the file NOTICE for conditions of use and distribution. */

/* This code was contributed by Michael Haardt. */
@@ -611,8 +611,10 @@

   /*
   Arguments:
  -  needle      pattern to search ...
  -  haystack    ... inside the haystack
  +  needle          pattern to search ...
  +  haystack        ... inside the haystack
  +  ascii_caseless  ignore ASCII case
  +  match_octet     match octets, not UTF-8 multi-octet characters


   Returns:      0               needle not found in haystack
                 1               needle found
  @@ -1002,7 +1004,7 @@
   *************************************************/


/*
-According to RFC 3028, duplicate delivery to the same address must
+According to RFC 5228, duplicate delivery to the same address must
not happen, so the list is first searched for the address.

   Arguments:
  @@ -1937,7 +1939,7 @@
   Arguments:
     filter      points to the Sieve filter including its state
     n           total number of tests
  -  true        number of passed tests
  +  num_true    number of passed tests
     exec        Execute parsed statements


   Returns:      1                success