git://git.exim.org
/
users
/
heiko
/
exim.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
901f42c
)
Small documentation change from Michael Haardt.
author
Philip Hazel
<ph10@hermes.cam.ac.uk>
Tue, 29 Mar 2005 15:21:57 +0000
(15:21 +0000)
committer
Philip Hazel
<ph10@hermes.cam.ac.uk>
Tue, 29 Mar 2005 15:21:57 +0000
(15:21 +0000)
doc/doc-txt/README.SIEVE
patch
|
blob
|
history
diff --git
a/doc/doc-txt/README.SIEVE
b/doc/doc-txt/README.SIEVE
index 0622dc906dd5abf334b75e67fd0fdbced954f985..53d5b01ed9d42eccfbfeeb69c47a51208078eac9 100644
(file)
--- a/
doc/doc-txt/README.SIEVE
+++ b/
doc/doc-txt/README.SIEVE
@@
-1,4
+1,4
@@
-$Cambridge: exim/doc/doc-txt/README.SIEVE,v 1.
2 2005/03/01 10:21:43
ph10 Exp $
+$Cambridge: exim/doc/doc-txt/README.SIEVE,v 1.
3 2005/03/29 15:21:57
ph10 Exp $
Notes on the Sieve implementation for Exim
Notes on the Sieve implementation for Exim
@@
-114,13
+114,14
@@
This may be implemented in future by adding a header line to mails that
are filed into "inbox" due to an error in the filter.
are filed into "inbox" due to an error in the filter.
-Strings Containing Header Names
+Strings Containing Header Names
Or Envelope Elements
RFC 3028 does not specify what happens if a string denoting a header
RFC 3028 does not specify what happens if a string denoting a header
-field does not contain a valid header name, e.g. it contains a colon.
+field or envelope element does not contain a valid name, e.g. it
+contains a colon for a header or it is not "from" or "to" for envelopes.
This implementation generates an error instead of ignoring the header
This implementation generates an error instead of ignoring the header
-field in order to ease script debugging, which fits in the common
-
picture
of Sieve.
+field in order to ease script debugging, which fits in the common
picture
+of Sieve.
Header Test With Invalid MIME Encoding In Header
Header Test With Invalid MIME Encoding In Header