git://git.exim.org
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
089793a
)
Fix some comments, no code changes.
author
Michael Haardt
<michael@moria.de>
Mon, 28 Jan 2008 12:18:56 +0000
(12:18 +0000)
committer
Michael Haardt
<michael@moria.de>
Mon, 28 Jan 2008 12:18:56 +0000
(12:18 +0000)
src/src/sieve.c
patch
|
blob
|
history
diff --git
a/src/src/sieve.c
b/src/src/sieve.c
index 3ea7729dca23a446d1ce2f51a99fb7bd7745f822..e5d66d5236a80f753a726508f77b30237403e820 100644
(file)
--- a/
src/src/sieve.c
+++ b/
src/src/sieve.c
@@
-1,10
+1,10
@@
-/* $Cambridge: exim/src/src/sieve.c,v 1.3
2 2007/10/11 12:44:30
michael Exp $ */
+/* $Cambridge: exim/src/src/sieve.c,v 1.3
3 2008/01/28 12:18:56
michael Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
*************************************************/
/*************************************************
* Exim - an Internet mail transport agent *
*************************************************/
-/* Copyright (c) Michael Haardt 2003-200
7
*/
+/* Copyright (c) Michael Haardt 2003-200
8
*/
/* See the file NOTICE for conditions of use and distribution. */
/* This code was contributed by Michael Haardt. */
/* See the file NOTICE for conditions of use and distribution. */
/* This code was contributed by Michael Haardt. */
@@
-611,8
+611,10
@@
return (match_prefix ? nl==0 : nl==0 && hl==0);
/*
Arguments:
/*
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
Returns: 0 needle not found in haystack
1 needle found
@@
-1002,7
+1004,7
@@
return quoted;
*************************************************/
/*
*************************************************/
/*
-According to RFC
30
28, duplicate delivery to the same address must
+According to RFC
52
28, duplicate delivery to the same address must
not happen, so the list is first searched for the address.
Arguments:
not happen, so the list is first searched for the address.
Arguments:
@@
-1937,7
+1939,7
@@
Grammar:
Arguments:
filter points to the Sieve filter including its state
n total number of tests
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
exec Execute parsed statements
Returns: 1 success