diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-11-14 11:41:23 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-11-14 11:41:23 +0000 |
commit | 87fcc8b991cb2c6fb33e78593230685d104c6800 (patch) | |
tree | 76b0b38e17622074dc4a2fb60185a72b92262935 /doc | |
parent | 9f52626687360678d088eed0c14832f037f67c23 (diff) |
Apply the latest Sieve patches.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-txt/ChangeLog | 16 | ||||
-rw-r--r-- | doc/doc-txt/README.SIEVE | 7 |
2 files changed, 20 insertions, 3 deletions
diff --git a/doc/doc-txt/ChangeLog b/doc/doc-txt/ChangeLog index 131c0bf3a..adf73796b 100644 --- a/doc/doc-txt/ChangeLog +++ b/doc/doc-txt/ChangeLog @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.256 2005/11/14 11:32:16 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/ChangeLog,v 1.257 2005/11/14 11:41:23 ph10 Exp $ Change log file for Exim from version 4.21 ------------------------------------------- @@ -74,6 +74,20 @@ PH/08 When the original message was included in an autoreply transport, it even if body_only or headers_only was set. It now gives an appropriate message. +PH/09 Applied a patch from the Sieve maintainer which: + + o fixes some comments + o adds the (disabled) notify extension core + o adds some debug output for the result of if/elsif tests + o points to the current vacation draft in the documentation + and documents the missing references header update + + and most important: + + o fixes a bug in processing the envelope test (when testing + multiple envelope elements, the last element determinted the + result) + Exim version 4.54 ----------------- diff --git a/doc/doc-txt/README.SIEVE b/doc/doc-txt/README.SIEVE index 1c8a0ebc9..72f91da9c 100644 --- 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.7 2005/08/30 10:55:52 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/README.SIEVE,v 1.8 2005/11/14 11:41:23 ph10 Exp $ Notes on the Sieve implementation for Exim @@ -23,7 +23,7 @@ Exim Implementation The Exim Sieve implementation offers the core as defined by draft 3028bis-4 (next version of RFC 3028 that fixes specification mistakes), the "envelope" (3028bis), the "fileinto" (3028bis), the "copy" (RFC 3894) -and the "vacation" (draft-ietf-sieve-vacation-02.txt) extension, the +and the "vacation" (draft-ietf-sieve-vacation-04.txt) extension, the "i;ascii-numeric" comparator (RFC 2244). The Sieve filter is integrated in Exim and works very similar to the @@ -120,6 +120,9 @@ Sieve script errors currently cause that messages are silently filed into 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. +The automatic replies generated by "vacation" do not contain an updated +"references" header field. + Semantics Of Keep |