Re: [Dovecot] Sieve problems (not matching emails expected to match)

2011-03-21 Thread Michael Welsh Duggan
Charles Marcus writes: > On 2011-03-20 8:49 PM, Michael Welsh Duggan wrote: >> Problem solved. Apparently this comment in my lda configuration lied. >> >> protocol lda { >> # Space separated list of plugins to load (default is global mail_plugins). >> # mail_plugins = $mail_plugins >> } >>

Re: [Dovecot] Sieve problems (not matching emails expected to match)

2011-03-21 Thread Charles Marcus
On 2011-03-20 8:49 PM, Michael Welsh Duggan wrote: > Problem solved. Apparently this comment in my lda configuration lied. > > protocol lda { > # Space separated list of plugins to load (default is global mail_plugins). > # mail_plugins = $mail_plugins > } > > I had to set this to > > proto

Re: [Dovecot] Sieve problems (not matching emails expected to match)

2011-03-20 Thread Michael Welsh Duggan
Problem solved. Apparently this comment in my lda configuration lied. protocol lda { # Space separated list of plugins to load (default is global mail_plugins). # mail_plugins = $mail_plugins } I had to set this to protocol lda { # Space separated list of plugins to load (default is globa

Re: [Dovecot] Sieve problems (not matching emails expected to match)

2011-03-20 Thread Michael Welsh Duggan
Stephan Bosch writes: > Op 20-3-2011 8:12, Michael Welsh Duggan schreef: >> I have a sieve file that reads like this: >> >> require "fileinto"; >> >> # Emacs >> if header :contains "List-Id" "emacs-devel.gnu.org" >> { >> fileinto "mail.emacs-devel"; >> } >> elsif header :contains "List-Id" "

Re: [Dovecot] Sieve problems (not matching emails expected to match)

2011-03-20 Thread Stephan Bosch
Op 20-3-2011 8:12, Michael Welsh Duggan schreef: I have a sieve file that reads like this: require "fileinto"; # Emacs if header :contains "List-Id" "emacs-devel.gnu.org" { fileinto "mail.emacs-devel"; } elsif header :contains "List-Id" "emacs-bidi.gnu.org" { fileinto "mail.emacs-bidi

Re: [Dovecot] Sieve problems (not matching emails expected to match)

2011-03-20 Thread Michael Welsh Duggan
Michael Welsh Duggan writes: > I have a sieve file that reads like this: > > require "fileinto"; > > # Emacs > if header :contains "List-Id" "emacs-devel.gnu.org" > { > fileinto "mail.emacs-devel"; > } > elsif header :contains "List-Id" "emacs-bidi.gnu.org" > { > fileinto "mail.emacs-bidi

Re: [Dovecot] Sieve problems (not matching emails expected to match)

2011-03-20 Thread Michael Welsh Duggan
Forgot to mention: # 2.0.11: /etc/dovecot/dovecot.conf # OS: Linux 2.6.35 i686 Debian wheezy/sid -- Michael Welsh Duggan (m...@md5i.com)