It seems like running sieve-filter from the console ignores the separator setting, thus not letting me filter into folder names containing dots. Normal delivery using lda handles it just fine, but not when using the sieve-filter command. Character not allowed in mailbox name: '.' Is there anyway to override this or is patching and recompiling the source my only option? # dovecot --version 2.1.9 /Isak
On 3/4/2013 9:21 PM, Isak Rubin wrote:> It seems like running sieve-filter from the console ignores the separator > setting, thus not letting me filter into folder names containing dots. > > Normal delivery using lda handles it just fine, but not when using the > sieve-filter command. > > Character not allowed in mailbox name: '.' > > Is there anyway to override this or is patching and recompiling the source > my only option? > > # dovecot --version > 2.1.9This Dovecot is very old, so is probably your Pigeonhole version. Recent versions should work fine in this regard. Regards, Stephan.
On 3/22/2013 3:17 PM, isakrubin wrote:> Stephan Bosch-2 wrote >> On 3/4/2013 9:21 PM, Isak Rubin wrote: >>> # dovecot --version >>> 2.1.9 >> This Dovecot is very old, so is probably your Pigeonhole version. Recent >> versions should work fine in this regard. >> >> Regards, >> >> Stephan. > Upgraded to > # dovecot --version > 2.2.rc3 > > > still same issue :/Could you show me your `dovecot -n` output? Regards, Stephan.
Here you go, http://pastebin.com/LA0kJteM Regards, Isak 2013/4/3 Stephan Bosch <stephan at rename-it.nl>> On 3/22/2013 3:17 PM, isakrubin wrote: > >> Stephan Bosch-2 wrote >> >>> On 3/4/2013 9:21 PM, Isak Rubin wrote: >>> >>>> # dovecot --version >>>> 2.1.9 >>>> >>> This Dovecot is very old, so is probably your Pigeonhole version. Recent >>> versions should work fine in this regard. >>> >>> Regards, >>> >>> Stephan. >>> >> Upgraded to >> # dovecot --version >> 2.2.rc3 >> >> >> still same issue :/ >> > > Could you show me your `dovecot -n` output? > > Regards, > > Stephan. >
Op 4/3/2013 1:56 PM, Isak Rubin schreef:> Here you goYou're using the listescape plugin. Try putting that in the global mail_plugins setting, e.g.: # usually located in /etc/dovecot/conf.d/10-mail.conf mail_plugins = listescape protocol lda { mail_plugins = $mail_plugins sieve autocreate } protocol imap { mail_plugins = $mail_plugins autocreate } Regards, Stephan.