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
>> }
>>
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
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
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" "
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
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
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)