Andrzej A. Filip
2016-Mar-24 15:45 UTC
sieve: filtering based on default destination/folder
Is it possible to make sieve filter based on default destination/folder? How to trigger special processing/filtering rules when deliver has been executed as 'deliver -m archive ...' ? -- A. Filip
Op 3/24/2016 om 4:45 PM schreef Andrzej A. Filip:> Is it possible to make sieve filter based on default destination/folder? > > How to trigger special processing/filtering rules when deliver has been executed as > 'deliver -m archive ...' ? >Not in any standard way. Dovecot has a vendor-specific extension for this: https://raw.githubusercontent.com/dovecot/pigeonhole/master/doc/rfc/spec-bosch-sieve-dovecot-environment.txt But only for fairly recent versions. You need to enable this extension using the sieve_extensions setting (or sieve_global_extensions). Regards, Stephan.
Andrzej A. Filip
2016-Mar-25 00:22 UTC
sieve: filtering based on default destination/folder
Stephan Bosch <stephan at rename-it.nl> wrote:> Op 3/24/2016 om 4:45 PM schreef Andrzej A. Filip: >> Is it possible to make sieve filter based on default destination/folder? >> >> How to trigger special processing/filtering rules when deliver has been executed as >> 'deliver -m archive ...' ? >> > Not in any standard way. > > Dovecot has a vendor-specific extension for this: > > https://raw.githubusercontent.com/dovecot/pigeonhole/master/doc/rfc/spec-bosch-sieve-dovecot-environment.txt > > But only for fairly recent versions. > > You need to enable this extension using the sieve_extensions setting (or > sieve_global_extensions). > > Regards, > > Stephan.It seems to be what I have wanted. Precompiled dovecot package I use does not support it (yet). Thank you for the hint what I should wait for :-) -- A. Filip
Andrzej A. Filip
2016-Mar-26 15:50 UTC
sieve: filtering based on default destination/folder [closed]
Stephan Bosch <stephan at rename-it.nl> wrote:> Op 3/24/2016 om 4:45 PM schreef Andrzej A. Filip: >> Is it possible to make sieve filter based on default destination/folder? >> >> How to trigger special processing/filtering rules when deliver has been executed as >> 'deliver -m archive ...' ? >> > Not in any standard way. > > Dovecot has a vendor-specific extension for this: > > https://raw.githubusercontent.com/dovecot/pigeonhole/master/doc/rfc/spec-bosch-sieve-dovecot-environment.txt > > But only for fairly recent versions. > > You need to enable this extension using the sieve_extensions setting (or > sieve_global_extensions).Thank you! It DOES work with my precompiled dovecot package provided by my linux distribution. [I had to "mistype something" in sieve_extensions config option during previous tests] -- A. Filip