diff options
author | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-01-28 01:32:34 +0000 |
---|---|---|
committer | Jeroen van Meeuwen (Kolab Systems) <vanmeeuwen@kolabsys.com> | 2013-01-28 01:32:34 +0000 |
commit | 2f765b856551925ad1ee317e85a6fc257874f956 (patch) | |
tree | 38d960612c6dbfe0adbb887481a0f965701c5988 /pykolab/plugins/sievemgmt | |
parent | dff2be70f952637d0ad0a5941ba5dabdd47b53f3 (diff) | |
download | pykolab-2f765b856551925ad1ee317e85a6fc257874f956.tar.gz |
Resolve redirect not being a terminal action - need stop on not keeping a copy (#1588)
Diffstat (limited to 'pykolab/plugins/sievemgmt')
-rw-r--r-- | pykolab/plugins/sievemgmt/__init__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pykolab/plugins/sievemgmt/__init__.py b/pykolab/plugins/sievemgmt/__init__.py index df4720c..6395f2f 100644 --- a/pykolab/plugins/sievemgmt/__init__.py +++ b/pykolab/plugins/sievemgmt/__init__.py @@ -350,6 +350,7 @@ class KolabSievemgmt(object): rule_name = 'forward' forward_rules.append(("redirect", forward_addresses[-1])) + forward_rules.append(("stop")) if forward_uce: mgmt_script.addfilter(rule_name, ['true'], forward_rules) |