[Dovecot] Sieve problems (not matching emails expected to match)
    Michael Welsh Duggan 
    md5i at md5i.com
       
    Sun Mar 20 09:12:16 EET 2011
    
    
  
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";
}
...
Unfortunately the List-Id based lines don't appear to be working,
although some other ones do.  The attached test message does not get
delivered to the mail.emacs-devel list.  Why?
-------------- next part --------------
An embedded message was scrubbed...
From: Michael Welsh Duggan <md5i at md5i.com>
Subject: Test
Date: Sun, 20 Mar 2011 03:10:11 -0400
Size: 1061
Url: http://dovecot.org/pipermail/dovecot/attachments/20110320/af3a46ed/attachment.mht 
-------------- next part --------------
-- 
Michael Welsh Duggan
(md5i at md5i.com)
    
    
More information about the dovecot
mailing list