Re: sieve

2010-02-09 Thread Dan White
On 08/02/10 23:14 +0100, Richard Pijnenburg wrote: >Hi all, > >I have websieve running to test sieve out. > >I've setup 2 simple rules. > >1. Vacation message >2. Forward > >In both cases they aren't being executed. >I have found the rules in the sieve directory and they both seem okay.

Re: understanding fields in cyrus.header file

2010-02-09 Thread Bron Gondwana
On Wed, Feb 10, 2010 at 12:00:04AM +, Gavin McCullagh wrote: > Hi, > > On Wed, 10 Feb 2010, Bron Gondwana wrote: > > > > > > Junk NonJunk $Forwarded Old > > > > Check out mailbox_read_header and mailbox_read_header_acl from > > imap/mailbox.c in the source code if you want a more detailed >

Re: understanding fields in cyrus.header file

2010-02-09 Thread Gavin McCullagh
On Wed, 10 Feb 2010, Bron Gondwana wrote: > Check out mailbox_read_header and mailbox_read_header_acl from > imap/mailbox.c in the source code if you want a more detailed > answer (in C!) Many thanks for your help by the way :-) Gavin Cyrus Home Page: http://cyrusimap.web.cmu.edu/ Cyrus Wi

Re: understanding fields in cyrus.header file

2010-02-09 Thread Gavin McCullagh
Hi, On Wed, 10 Feb 2010, Bron Gondwana wrote: > > > Junk NonJunk $Forwarded Old > > Check out mailbox_read_header and mailbox_read_header_acl from > imap/mailbox.c in the source code if you want a more detailed > answer (in C!) I guess I'd better do that as while I could guess the rest, I don'

Re: understanding fields in cyrus.header file

2010-02-09 Thread Bron Gondwana
On Tue, Feb 09, 2010 at 06:21:21PM +, Gavin McCullagh wrote: > Hi, > > I'm looking at some cyrus.header files while migrating from an old to a new > cyrus-based mail server. I think I understand it in general, except for > the second last line. A couple of examples follow: > > -

understanding fields in cyrus.header file

2010-02-09 Thread Gavin McCullagh
Hi, I'm looking at some cyrus.header files while migrating from an old to a new cyrus-based mail server. I think I understand it in general, except for the second last line. A couple of examples follow: -- Cyrus mailbox header

Re: Cyrus IMAP // Mail Archive // Reception notification // Reconstruct

2010-02-09 Thread Michael Menge
Hello, Quoting Matthias Wulkow : Hello, I have imported quite a big amount of mails from another mailsystem (drag and drop from a PC from one account to another within the same client - the old one was a kind of Exchange account (software known as ShareFolder) and the new one a cyrus imap acco

Cyrus IMAP // Mail Archive // Reception notification // Reconstruct

2010-02-09 Thread Matthias Wulkow
Hello, I have imported quite a big amount of mails from another mailsystem (drag and drop from a PC from one account to another within the same client - the old one was a kind of Exchange account (software known as ShareFolder) and the new one a cyrus imap account (new & empty at that moment))

Re: Sieve, disable duplicate suppression.

2010-02-09 Thread Vladimir Vassiliev
I can confirm, disabling duplicatesuppression works with sievescripts with 2.2.13. On Вторник 09 февраля 2010, Michael Menge wrote: > > Quoting Carles Xavier Munyoz Baldó : > > > Hello, > > As I have already said in my first e-mail I have disabled the > > duplicatesuppression option in the imap

Re: Sieve, disable duplicate suppression.

2010-02-09 Thread Michael Menge
Quoting Carles Xavier Munyoz Baldó : Hello, As I have already said in my first e-mail I have disabled the duplicatesuppression option in the imapd.conf file of my Cyrus IMAP server. I'm using Cyrus 2.2.12, the last version included in the SUSE package system. Should I compile the las 2.3.x ve

Re: Sieve, disable duplicate suppression.

2010-02-09 Thread Carles Xavier Munyoz Baldó
Hello, As I have already said in my first e-mail I have disabled the duplicatesuppression option in the imapd.conf file of my Cyrus IMAP server. I'm using Cyrus 2.2.12, the last version included in the SUSE package system. Should I compile the las 2.3.x version to avoid the duplicate suppression

Re: Sieve, disable duplicate suppression.

2010-02-09 Thread Michael Menge
Quoting Bron Gondwana : On Tue, Feb 09, 2010 at 11:22:01AM +0100, Carles Xavier Munyoz Baldó wrote: Hello, I have disabled the duplicatesuppression option in the imapd.conf file of my Cyrus IMAP server. Nevertheless I have seen in the logs that the duplicatesuppression mechanism is still on for

Re: Sieve, disable duplicate suppression.

2010-02-09 Thread Carles Xavier Munyoz Baldó
Hello Bron, Is it possible disable it for sieve scripts that don't use vacation? For example, for sieve scripts with only redirect active. Thank you very much. On Tuesday 09 February 2010, Bron Gondwana wrote: > On Tue, Feb 09, 2010 at 11:22:01AM +0100, Carles Xavier Munyoz Baldó wrote: > > Hel

Re: Sieve, disable duplicate suppression.

2010-02-09 Thread Bron Gondwana
On Tue, Feb 09, 2010 at 11:22:01AM +0100, Carles Xavier Munyoz Baldó wrote: > Hello, > I have disabled the duplicatesuppression option in the imapd.conf file of my > Cyrus IMAP server. Nevertheless I have seen in the logs that the > duplicatesuppression mechanism is still on for users with a siev

Re: Sieve, disable duplicate suppression.

2010-02-09 Thread Carles Xavier Munyoz Baldó
Hello, Yes, of course I did. I have verified that the duplicatesuppression mechanism is only on for users with a sive script. Best regards. On Tuesday 09 February 2010, Nybbles2Byte wrote: > Hello Carles, > > Just a quick thought, did you reload or restart cyrus so that your changes > took effe

Sieve, disable duplicate suppression.

2010-02-09 Thread Carles Xavier Munyoz Baldó
Hello, I have disabled the duplicatesuppression option in the imapd.conf file of my Cyrus IMAP server. Nevertheless I have seen in the logs that the duplicatesuppression mechanism is still on for users with a sieve script. Why? Is it possible to disable the duplicatesuppression mechanism for use