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@univ-nantes.fr): Debug: sieve: executing script from /vmail/d/u/dummy/.dovecot.svbin lda(dummy@univ-nantes.fr): sieve: msgid=510A758D.1030305@univ-nantes.fr: forwarded to xxxx@xxxxx.com
what could I have missed?
Wiki is wrong (which I fixed). For your version, 0 means unlimited. :/
Regards,
Stephan.