diff --git a/README b/README index 6a2180ff177156c9497de9537a2fe6abd40ccdca..4585a30d0065145b468c507b043cae820494fa1f 100644 --- a/README +++ b/README @@ -96,7 +96,7 @@ following list outlines the implementation status of each supported extension: regex: mostly full; but suboptimal and no UTF-8 body: mostly full, but text body-transform implementation is simple and some issues make it still not completely RFC incompliant. - include: mostly full; needs some more work (no external binaries) + include: almost full; new specification requires changes. vacation: mostly full; handling of utf-8 in headers is non-existant imap4flags: full (old imapflags supported for backwards compatibility) variables: mostly full; currently no support for future namespaces diff --git a/src/lib-sieve/plugins/include/ext-include.c b/src/lib-sieve/plugins/include/ext-include.c index 61ead1cecc4a201a6bc51e33a43b7b4771afd47e..a1430d9ad56e794a2d46069f3e0500eae07c5d32 100644 --- a/src/lib-sieve/plugins/include/ext-include.c +++ b/src/lib-sieve/plugins/include/ext-include.c @@ -5,9 +5,9 @@ * ----------------- * * Authors: Stephan Bosch - * Specification: draft-daboo-sieve-include-05 - * Implementation: full, but needs some more work - * Status: experimental, largely untested + * Specification: draft-ietf-sieve-include-01 + * Implementation: almost full; :once modifier and global namespace are missing. + * Status: experimental * */