Re: SIEVE Scripts on a shared folder

2012-04-10 Thread Adam Tauno Williams
Quoting Adam Tauno Williams awill...@whitemice.org:
 On Wed, 2011-12-14 at 11:38 -0500, Adam Tauno Williams wrote:
 Eh, my version is currently -
 cyrus-imapd-2.4.12-2
 cyrus-imapd-utils-2.4.12-2
 Created
 https://bugzilla.cyrusimap.org/show_bug.cgi?id=3617

Is there any special debugging or logging I can do related to SIEVE?


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: SIEVE Scripts on a shared folder

2011-12-28 Thread Adam Tauno Williams
On Wed, 2011-12-14 at 11:38 -0500, Adam Tauno Williams wrote:
 On Wed, 2011-12-14 at 11:04 -0500, Adam Tauno Williams wrote:
  On Tue, 2011-10-04 at 21:30 -0400, Adam Tauno Williams wrote:
   Quoting Jeroen van Meeuwen (Kolab Systems) vanmeeu...@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.
 Eh, my version is currently -
 cyrus-imapd-2.4.12-2
 cyrus-imapd-utils-2.4.12-2

Created
https://bugzilla.cyrusimap.org/show_bug.cgi?id=3617

-- 
System  Network Administrator [ LPI  NCLA ]
http://www.whitemiceconsulting.com
OpenGroupware Developer http://www.opengroupware.us
Adam Tauno Williams


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: SIEVE Scripts on a shared folder

2011-12-14 Thread Adam Tauno Williams
On Tue, 2011-10-04 at 21:30 -0400, Adam Tauno Williams wrote:
 Quoting Jeroen van Meeuwen (Kolab Systems) vanmeeu...@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.



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: SIEVE Scripts on a shared folder

2011-12-14 Thread Adam Tauno Williams
On Wed, 2011-12-14 at 11:04 -0500, Adam Tauno Williams wrote:
 On Tue, 2011-10-04 at 21:30 -0400, Adam Tauno Williams wrote:
  Quoting Jeroen van Meeuwen (Kolab Systems) vanmeeu...@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.

Eh, my version is currently -

cyrus-imapd-2.4.12-2
cyrus-imapd-utils-2.4.12-2



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: SIEVE Scripts on a shared folder

2011-10-04 Thread Adam Tauno Williams
Quoting Jeroen van Meeuwen (Kolab Systems) vanmeeu...@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?


Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: SIEVE Scripts on a shared folder

2011-02-15 Thread Dan White
On 15/02/11 09:58 -0500, 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.


I annotate the folder in cyradm -

sardine.mormail.com mboxcfg departments.cis sieve deletetestsubject
sardine.mormail.com info departments.cis
{departments.cis}:
  condstore: false
  duplicatedeliver: false
  lastpop:
  lastupdate:  7-Jan-2011 15:58:37 -0500
  partition: default
  pop3newuidl: true
  sharedseen: false
  sieve: deletetestsubject
  size: 82176367


So I upload the script -

sieveshell --user=cyrus --authname=cyrus 
 put deleteTestSubject
 quit

Now when I send the message to the folder no IOERROR. Woo Hoo! ... only
the script doesn't seem to do anything.

Are you sending the message via LMTP or IMAP? IMAP does not support sieve.

-- 
Dan White

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: SIEVE Scripts on a shared folder

2011-02-15 Thread Adam Tauno Williams
On Tue, 2011-02-15 at 09:50 -0600, Dan White wrote: 
 On 15/02/11 09:58 -0500, Adam Tauno Williams wrote:
 cyrus-imapd-2.3.14-8
 Now when I send the message to the folder no IOERROR. Woo Hoo! ... only
 the script doesn't seem to do anything.
 Are you sending the message via LMTP or IMAP? IMAP does not support sieve.

LMTP via Postfix [via SMTP].  I am e-mailing a message to the folder.



Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/


Re: SIEVE Scripts on a shared folder

2011-02-15 Thread Jeroen van Meeuwen (Kolab Systems)
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.

Kind regards,

Jeroen van Meeuwen

-- 
Senior Engineer, Kolab Systems AG

e: vanmeeu...@kolabsys.com
t: +316 42 801 403
w: http://www.kolabsys.com

pgp: 9342 BF08

Cyrus Home Page: http://www.cyrusimap.org/
List Archives/Info: http://lists.andrew.cmu.edu/pipermail/info-cyrus/