SIEVE Scripts on a shared folder

Adam Tauno Williams awilliam at whitemice.org
Wed Dec 14 11:04:02 EST 2011


On Tue, 2011-10-04 at 21:30 -0400, Adam Tauno Williams wrote:
> Quoting "Jeroen van Meeuwen (Kolab Systems)" <vanmeeuwen at kolabsys.com>:
> > Adam Tauno Williams wrote:
> >> cyrus-imapd-2.3.14-8
> >> I've done this before, but now I'm stumped [possibly Friday induced
> >> brain fade].  I'm trying to set a SIEVE script on a shared folder.
> > Now that you mention it, I find that indeed the sieve script I was trying to
> > use does not work... ;-)
> > 2.3.16 for me.
> Have you tried this on a 2.4.x version?

Nope, still doesn't work.

sardine.mormail.com> mboxcfg {folderName} sieve deleteTestSubject.sieve
sardine.mormail.com> info {folderName}
{{folderName}}:
  duplicatedeliver: false
  lastpop:  
  lastupdate: 14-Dec-2011 10:17:49 -0500
  partition: default
  pop3newuidl: true
  sharedseen: false
  sieve: deleteTestSubject.sieve
  size: 194259

require ["imapflags"];
if header :comparator "i;ascii-casemap" :is "Subject" "TEST"  {
    addflag "\\Deleted";
    keep;
    stop;

Sent a message to the folder with a subject of "TEST"... and it is not
deleted.




More information about the Info-cyrus mailing list