Introducing global filters. (#934)

* Introducing global filters
* added optional after.dovecot.sieve/before.dovecot.sieve files
* added global filter test
This commit is contained in:
17Halbe 2018-04-05 18:54:01 +02:00 committed by Johan Smits
parent 137d623171
commit cc7c1f8804
5 changed files with 32 additions and 15 deletions

View file

@ -31,14 +31,14 @@ plugin {
# executed. The order of execution within a directory is determined by the
# file names, using a normal 8bit per-character comparison. Multiple script
# file or directory paths can be specified by appending an increasing number.
#sieve_before =
#sieve_before = /usr/lib/dovecot/sieve-global/before.dovecot.sieve
#sieve_before2 =
#sieve_before3 = (etc...)
# Identical to sieve_before, only the specified scripts are executed after the
# user's script (only when keep is still in effect!). Multiple script file or
# directory paths can be specified by appending an increasing number.
#sieve_after =
#sieve_after = /usr/lib/dovecot/sieve-global/after.dovecot.sieve
#sieve_after2 =
#sieve_after2 = (etc...)