summaryrefslogtreecommitdiff
path: root/src/src/filtertest.c
diff options
context:
space:
mode:
authorPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-06 14:40:23 +0000
committerPhilip Hazel <ph10@hermes.cam.ac.uk>2005-04-06 14:40:23 +0000
commite4a89c47c2a7d9a9268f36728b4b4f1b028b17b1 (patch)
tree03e56860e353075de017cf9cfb0282ae86ff452e /src/src/filtertest.c
parent7e8bec7a4f372261874a73641c6bc0dadeafab7d (diff)
downloadexim4-e4a89c47c2a7d9a9268f36728b4b4f1b028b17b1.tar.gz
Michael Haardt's patch for support for :user and :subaddress in Sieve
filters by means of two new redirect router options.
Diffstat (limited to 'src/src/filtertest.c')
-rw-r--r--src/src/filtertest.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/filtertest.c b/src/src/filtertest.c
index c0a183d6a..107e35e0b 100644
--- a/src/src/filtertest.c
+++ b/src/src/filtertest.c
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/src/src/filtertest.c,v 1.4 2005/02/17 11:58:26 ph10 Exp $ */
+/* $Cambridge: exim/src/src/filtertest.c,v 1.5 2005/04/06 14:40:24 ph10 Exp $ */
/*************************************************
* Exim - an Internet mail transport agent *
@@ -271,7 +271,7 @@ if (is_system)
else
{
yield = (filter_type == FILTER_SIEVE)?
- sieve_interpret(filebuf, RDO_REWRITE, NULL, &generated, &error)
+ sieve_interpret(filebuf, RDO_REWRITE, NULL, NULL, NULL, &generated, &error)
:
filter_interpret(filebuf, RDO_REWRITE, &generated, &error);
}