Re: [Dovecot] sieve-filter ignoring separator

2013-04-03 Thread Isak Rubin
Thanks! I had :create on 90% of the filters but it was missing on a few, added it on the rest and now everything is working perfectly. Thanks a lot for the help Regards Isak 2013/4/3 Robert Schetterer > Am 03.04.2013 14:59, schrieb Isak Rubin: > > # egrep -rn lda_mailbox_autocreate /etc/do

Re: [Dovecot] sieve-filter ignoring separator

2013-04-03 Thread Robert Schetterer
Am 03.04.2013 14:59, schrieb Isak Rubin: > # egrep -rn lda_mailbox_autocreate /etc/dovecot/conf.d/ > /etc/dovecot/conf.d/15-lda.conf:41:lda_mailbox_autocreate = yes > > if header :regex "From" "([a-zA-Z0-9._%+-]+)(@)([a-zA-Z0-9._%+-]+)" { > set :lower "person" "${1}"; > set :lower

Re: [Dovecot] sieve-filter ignoring separator

2013-04-03 Thread Isak Rubin
# egrep -rn lda_mailbox_autocreate /etc/dovecot/conf.d/ /etc/dovecot/conf.d/15-lda.conf:41:lda_mailbox_autocreate = yes if header :regex "From" "([a-zA-Z0-9._%+-]+)(@)([a-zA-Z0-9._%+-]+)" { set :lower "person" "${1}"; set :lower "domain" "${3}"; fileinto "INBOX/bydomain/${

Re: [Dovecot] sieve-filter ignoring separator

2013-04-03 Thread Robert Schetterer
Am 03.04.2013 14:40, schrieb Isak Rubin: > Thanks :) > Solved the filtering problem > > but got a new problem. > > Filtering now works as expected, but only to existing folders. > > I tried moving the autocreate plugin to a global level but still does not > seem to work. > > > http://pastebin.

Re: [Dovecot] sieve-filter ignoring separator

2013-04-03 Thread Isak Rubin
Thanks :) Solved the filtering problem but got a new problem. Filtering now works as expected, but only to existing folders. I tried moving the autocreate plugin to a global level but still does not seem to work. http://pastebin.com/ykvWQg3w Regards Isak 2013/4/3 Stephan Bosch > Op 4/

Re: [Dovecot] sieve-filter ignoring separator

2013-04-03 Thread Stephan Bosch
Op 4/3/2013 1:56 PM, Isak Rubin schreef: Here you go You'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

Re: [Dovecot] sieve-filter ignoring separator

2013-04-03 Thread Isak Rubin
Here you go, http://pastebin.com/LA0kJteM Regards, Isak 2013/4/3 Stephan Bosch > 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 Pige

Re: [Dovecot] sieve-filter ignoring separator

2013-04-03 Thread Stephan Bosch
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

Re: [Dovecot] sieve-filter ignoring separator

2013-03-31 Thread Stephan Bosch
Op 3/22/2013 3:17 PM, isakrubin schreef: 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 --versio

Re: [Dovecot] sieve-filter ignoring separator

2013-03-22 Thread isakrubin
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 s

Re: [Dovecot] sieve-filter ignoring separator

2013-03-21 Thread Stephan Bosch
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 allo