summaryrefslogtreecommitdiff
path: root/doc/doc-txt/NewStuff
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-25 13:54:30 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2004-11-25 13:54:30 +0000
commitf05da2e8b55f18554ebbcf97523fd54fb03d071e (patch)
tree35cc42b811298d359791f1a7cd0b93eed6217ff5 /doc/doc-txt/NewStuff
parentfb636a0fbbfbc6fe24fde57dbb04198a6c99d3f3 (diff)
Allow both -bf and -bF in the same test run.
Diffstat (limited to 'doc/doc-txt/NewStuff')
-rw-r--r--doc/doc-txt/NewStuff10
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff
index 0496b39c5..f8e31469d 100644
--- a/doc/doc-txt/NewStuff
+++ b/doc/doc-txt/NewStuff
@@ -1,4 +1,4 @@
-$Cambridge: exim/doc/doc-txt/NewStuff,v 1.17 2004/11/24 16:36:19 ph10 Exp $
+$Cambridge: exim/doc/doc-txt/NewStuff,v 1.18 2004/11/25 13:54:31 ph10 Exp $
New Features in Exim
--------------------
@@ -206,6 +206,14 @@ Version 4.44
"QT=", and it is measured from the time that the message starts to be
received, so it includes the reception time.
+18. It is now possible to use both -bF and -bf on the same command, in order to
+ test a system filter and a user filter in the same run. For example:
+
+ exim -bF /system/filter -bf /user/filter </test/message
+
+ This is helpful when the system filter adds header lines or sets filter
+ variables that are used by the user filter.
+
Version 4.43
------------