Arnaud Abélard
2013-Jan-31  13:59 UTC
[Dovecot] sieve_max_redirects=0 not working as documented
Hello
I'm trying to keep my users from using the "redirect" action with 
pigeonhole from dovecot 2.0.21. As documented in 
http://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration I configured 
sieve like this:
plugin {
   sieve = ~/.dovecot.sieve
   sieve_dir = ~/sieve
   sieve_max_redirects = 0
}
(and doveconf indeed shows the new setting for sieve_max_redirects)
Unfortunately I can still use the redirect action:
lda(dummy at univ-nantes.fr): Debug: sieve: executing script from 
/vmail/d/u/dummy/.dovecot.svbin
lda(dummy at univ-nantes.fr): sieve: 
msgid=<510A758D.1030305 at univ-nantes.fr>: forwarded to <xxxx at
xxxxx.com>
what could I have missed?
Thanks,
Arnaud
-- 
Arnaud Ab?lard (jabber: arnaud.abelard at univ-nantes.fr)
Administrateur Syst?me - Responsable Services Web
Direction des Syst?mes d'Informations
Universit? de Nantes
-
ne pas utiliser: trapemail at univ-nantes.fr
Stephan Bosch
2013-Jan-31  14:55 UTC
[Dovecot] sieve_max_redirects=0 not working as documented
Op 1/31/2013 2:59 PM, Arnaud Ab?lard schreef:> Hello > > I'm trying to keep my users from using the "redirect" action with > pigeonhole from dovecot 2.0.21. As documented in > http://wiki2.dovecot.org/Pigeonhole/Sieve/Configuration I configured > sieve like this: > > plugin { > sieve = ~/.dovecot.sieve > sieve_dir = ~/sieve > sieve_max_redirects = 0 > } > > (and doveconf indeed shows the new setting for sieve_max_redirects) > > Unfortunately I can still use the redirect action: > > lda(dummy at univ-nantes.fr): Debug: sieve: executing script from > /vmail/d/u/dummy/.dovecot.svbin > lda(dummy at univ-nantes.fr): sieve: > msgid=<510A758D.1030305 at univ-nantes.fr>: forwarded to <xxxx at xxxxx.com> > > what could I have missed?Wiki is wrong (which I fixed). For your version, 0 means unlimited. :/ Regards, Stephan.