diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-04 10:42:11 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2004-11-04 10:42:11 +0000 |
commit | 23c7ff99864ed699b3c6e547c1396a02eb6e4b73 (patch) | |
tree | 7819a35079399f95c1519e52218a514510790e3f /doc/doc-txt/NewStuff | |
parent | 32aaebb62bda39aeaa733732cdead4b22ac92d12 (diff) |
Added forbid_exim_filter and forbid_sieve_filter to the redirect router.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r-- | doc/doc-txt/NewStuff | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index f66a9e81a..b8cf61cc9 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -1,4 +1,4 @@ -$Cambridge: exim/doc/doc-txt/NewStuff,v 1.4 2004/10/21 15:24:42 ph10 Exp $ +$Cambridge: exim/doc/doc-txt/NewStuff,v 1.5 2004/11/04 10:42:11 ph10 Exp $ New Features in Exim -------------------- @@ -28,6 +28,11 @@ Version 4.44 of the current ACL statement. If you want to preserve it, you can use one of the ACL variables. + 5. The redirect router has two new options: forbid_sieve_filter and + forbid_exim_filter. When filtering is enabled by allow_filter, these + options control which type(s) of filtering are permitted. By default, both + Exim and Sieve filters are allowed. + Version 4.43 ------------ |