Re: sieve problem

2001-03-07 Thread Atif Ghaffar
prune wrote: > hoops > while looking at the log, I just saw : > Mar 7 11:14:55 diamond timsieved[77218]: mkdir > /usr/sieve/p/prune_lecentre_net: No such file or directory > Mar 7 11:14:55 diamond timsieved[77218]: error in actions_setuser() > Mar 7 11:14:56 diamond timsieved[77219]: mk

Re: sieve problem

2002-04-03 Thread Ken Murchison
Richard Gilbert wrote: > > I have a sieve script set up which puts all mail from the info-cyrus list > into a folder using the rule > >if address :is :localpart ["to", "cc", "bcc"] "info-cyrus" { > fileinto "INBOX.info-cyrus"; } > > This works fine except for every message from Simo

Re: sieve problem

2002-04-03 Thread Harris Landgarten
Will this patch work on 2.0.16? Harris On Wed, 2002-04-03 at 13:41, Ken Murchison wrote: > > > Richard Gilbert wrote: > > > > I have a sieve script set up which puts all mail from the info-cyrus list > > into a folder using the rule > > > >if address :is :localpart ["to", "cc", "bcc"] "i

Re: sieve problem

2002-04-03 Thread Ken Murchison
Harris Landgarten wrote: > > Will this patch work on 2.0.16? Yes. This is why I posted it (see Richards original post below). > On Wed, 2002-04-03 at 13:41, Ken Murchison wrote: > > > > > > Richard Gilbert wrote: > > > > > > I have a sieve script set up which puts all mail from the info-cyr

RE: sieve problem

2002-04-03 Thread Harris Landgarten
manually with the same effect. Let me know if I am wrong. Harris -Original Message- From: Ken Murchison [mailto:[EMAIL PROTECTED]] Sent: Wednesday, April 03, 2002 5:07 PM To: Harris Landgarten Cc: Richard Gilbert; cyrus Subject: Re: sieve problem Harris Landgarten wrote: > > Wil

Re: sieve problem

2002-04-03 Thread Ken Murchison
5:07 PM > To: Harris Landgarten > Cc: Richard Gilbert; cyrus > Subject: Re: sieve problem > > Harris Landgarten wrote: > > > > Will this patch work on 2.0.16? > > Yes. This is why I posted it (see Richards original post below). > > > On Wed, 200

Re: sieve problem

2003-02-08 Thread Ken Murchison
Patrick Welche wrote: > > Now sivtest, sieveshell (,imtest, mutt) are all happily connecting, but when > I actually try out the test sieve script, I get an lmtp mail delivery error(!) > > This is the test script: > > require ["reject","fileinto"]; > > if address :is :all "From" "[EMAIL PROTEC

Re: sieve problem

2003-02-08 Thread Patrick Welche
On Sat, Feb 08, 2003 at 06:41:57PM -0500, Ken Murchison wrote: > > > Patrick Welche wrote: > > > > Now sivtest, sieveshell (,imtest, mutt) are all happily connecting, but when > > I actually try out the test sieve script, I get an lmtp mail delivery error(!) > Looks like lmtpd couldn't find you

Re: Sieve problem

2003-03-09 Thread Rob Siemborski
On Fri, 7 Mar 2003 [EMAIL PROTECTED] wrote: > I've setup cyrus IMAP with sieve a few weeks ago. It works just fine for me! > But I couldn't find info how I can have global sieve rules. Is there a way to > set up global rules for all users defined by administrator? I want sometimes > change some ru

Re: Sieve problem

2003-03-09 Thread John A. Tamplin
Rob Siemborski wrote: On Fri, 7 Mar 2003 [EMAIL PROTECTED] wrote: I've setup cyrus IMAP with sieve a few weeks ago. It works just fine for me! But I couldn't find info how I can have global sieve rules. Is there a way to set up global rules for all users defined by administrator? I want sometimes

Re: Sieve problem

2003-03-09 Thread Rob Siemborski
On Sun, 9 Mar 2003, John A. Tamplin wrote: > Would it be feasible to add an include or call facility into sieve? This is something I've been interested in for a while, I just haven't had time to throw together an I-D for it. I hadn't thought of letting it include scripts outside of the user's pe

Re: Sieve problem

2003-03-09 Thread Ken Murchison
Rob Siemborski wrote: On Sun, 9 Mar 2003, John A. Tamplin wrote: Would it be feasible to add an include or call facility into sieve? This is something I've been interested in for a while, I just haven't had time to throw together an I-D for it. I hadn't thought of letting it include scripts out

Re: Sieve problem

2003-03-09 Thread John A. Tamplin
Rob Siemborski wrote: I don't see why the bytecode version can't just have an "include" opcode, followed by a string (stringlist?) of other files. I didn't know if the bytecode was structured such that you can just include the bytecode, or if more work would be required to munge them together

Re: Sieve problem

2003-06-29 Thread pnelson
I'm no sieve expert but this works on my system: require ["fileinto"]; if header :contains "Sender" "owner-info-cyrus" { fileinto "INBOX.lists.cyrus"; } Did you include the require line? Or maybe sieve needs the opening squigle bracket on the if line. Did you read the rfc? On Sun, 2003-06-29

Re: Sieve problem

2003-06-29 Thread pnelson
Tested the begining squigle bracket on new line and it worked. One of the things that I do also is incremental tests. So I start with one rule and see if it works, then add another rule... and so on. Even though sieveshell parses the script on put, it didn't always point me to the problem. On

Re: Sieve problem

2003-06-30 Thread David Carter
On Sun, 29 Jun 2003, Michael Kaufmann wrote: > I'm trying to get sieve working on my Cyrus IMAPD (2.1.13) but I can't > get it working the way I want. I get a lot of mails from mailing lists > every day and I want them to be moved fout of my INBOX into > INBOX.ml:blah.blah but only the filter rule

Re: Sieve problem

2003-06-30 Thread Michael Kaufmann
Hi, > Have you created each of the target folders? Cyrus doesn't create folders > automatically, and will fallback to delivering to your INBOX if a given > target folder doesn't exist. yes, all the folders do exist. Is there maybe a posibility to debug timsieved? > Failing that: are the ACLs on

Re: sieve problem

2008-03-21 Thread Joseph Brennan
--On Friday, March 21, 2008 13:12 +0100 Christoph Kaminski <[EMAIL PROTECTED]> wrote: > Hi! > > Why this rule doesnt work? > > IF 'From:' contains '[EMAIL PROTECTED]' AND 'From:' contains > '[EMAIL PROTECTED]' AND 'From:' contains '[EMAIL PROTECTED]' > AND 'From:' contains '[EMAIL PROTECTED]' T

Re: Sieve problem

2004-06-10 Thread Ken Murchison
Kent L. Nasveschuk wrote: Hello, I'm having a problem with sieve finding the correct mailbox In a script when I use INBOX.backup the imapd.log says: Jun 10 08:01:55 mail master[10743]: about to exec /usr/cyrus/bin/lmtpd Jun 10 08:01:55 mail lmtpunix[10743]: executed Jun 10 08:01:55 mail lmtpunix[10

Re: sieve problem

2005-09-29 Thread Andreas Winkelmann
Am Thursday 29 September 2005 20:19 schrieb synrat: > freebsd 5.3, cyrus installed from ports with default options. > > cyrus-imapd-2.2.12_1 > cyrus-sasl-2.1.21 > cyrus-sasl-saslauthd-2.1.21 > > all imap related stuff seems to work just fine, but sieve filters > don't seem to work. > I can create

Re: sieve problem

2005-09-29 Thread synrat
Andreas Winkelmann wrote: Am Thursday 29 September 2005 20:19 schrieb synrat: freebsd 5.3, cyrus installed from ports with default options. cyrus-imapd-2.2.12_1 cyrus-sasl-2.1.21 cyrus-sasl-saslauthd-2.1.21 all imap related stuff seems to work just fine, but sieve filters don't seem to wor

Re: sieve problem

2005-09-29 Thread Simon Matter
> > > Andreas Winkelmann wrote: >> Am Thursday 29 September 2005 20:19 schrieb synrat: >> >> >>>freebsd 5.3, cyrus installed from ports with default options. >>> >>>cyrus-imapd-2.2.12_1 >>>cyrus-sasl-2.1.21 >>>cyrus-sasl-saslauthd-2.1.21 >>> >>>all imap related stuff seems to work just fine, but si

Re: sieve problem ?

2005-11-29 Thread Ken Murchison
Bob Tito wrote: Hi all, At the moment we seem to have a problem with sieve on our cyrus-imapd-2.2.12 sytem (single instance message store ON) Basically everthing works fine, but: When a message is sent to 2 (or more?) recipients and one has an vacation message on with the email-address of t

Re: sieve problem ?

2005-11-29 Thread Bob Tito
Ken Murchison wrote: Bob Tito wrote: Ken Murchison wrote: Bob Tito wrote: Hi all, At the moment we seem to have a problem with sieve on our cyrus-imapd-2.2.12 sytem (single instance message store ON) Basically everthing works fine, but: When a message is sent to 2 (or more?) recipients an

Re: sieve problem ?

2005-12-01 Thread Ken Murchison
Bob Tito wrote: Ken Murchison wrote: Bob Tito wrote: Ken Murchison wrote: Bob Tito wrote: Hi all, At the moment we seem to have a problem with sieve on our cyrus-imapd-2.2.12 sytem (single instance message store ON) Basically everthing works fine, but: When a message is sent to 2 (or mor

Re: sieve problem ?

2005-12-02 Thread Bob Tito
Ken Murchison wrote: Yeah, the script for [EMAIL PROTECTED] has: vacation :addresses "[EMAIL PROTECTED]" ... Yup... This is obviously something that makes no sense and IMO falls under the GIGO principal (garbage in, garbage out). The vacation code checks the headers to make sure that o

Re: sieve problem in 2.2

2003-07-03 Thread Ken Murchison
Dmitry Alyabyev wrote: Howdy I'm using 2.2 branch for a while and sometimes I see problem of making connection to sieve It looks like TCP session is established but no banner appears. Normaly I solve this by commenting/uncommenting corresponding line in cyrus.conf and doing 'killall -HUP master'

Re: sieve problem with vacation filter again.

2010-04-21 Thread Maria McKinley
Maria McKinley wrote: > I had managed to get the vacation filter working for the user that was > having problems by getting rid of the database and playing around with > the filter forever, but it seems that the fix was only temporary. Other > filters still work fine, and vacation filters for ot

Re: sieve problem with vacation filter again.

2010-04-21 Thread Joseph Brennan
Maria McKinley wrote: > The only thing unusual about this account, that I can think of, is that > he is forwarding mail to this account from other accounts. Did you put those other addresses in the sieve rule? Joseph Brennan Columbia University Information Technology Cyrus Home Page: h

Re: sieve problem with vacation filter again.

2010-04-22 Thread Maria McKinley
I have both addresses in the sieve rule. If you send a mail to the address that gets forwarded, you do not get a response, but if you send a mail to the direct address, you do get a vacation response. ~maria > Date: Wed, 21 Apr 2010 15:45:26 -0400 > From: Joseph Brennan > Subject:

Re: sieve problem with vacation filter again.

2010-04-23 Thread Michael Menge
a vacation response. ~maria Date: Wed, 21 Apr 2010 15:45:26 -0400 From: Joseph Brennan Subject: Re: sieve problem with vacation filter again. To: info-cyrus@lists.andrew.cmu.edu Message-ID: <47d6211e92001626abbc9...@sodor.cc.columbia.edu> Content-Type: text/plain; charset=us-ascii; forma

Re: sieve problem with vacation filter again.

2010-04-23 Thread Maria McKinley
hink I am doing what you are saying, since I have both email addresses in the addresses section, or are you saying there is someplace else that forwarded addresses should go? thanks, maria > > Message: 3 > Date: Fri, 23 Apr 2010 13:47:50 +0200 > From: Michael Menge > Subject: Re: sieve p

Re: sieve problem with too many redirects

2006-07-04 Thread Markus Rebensburg
Markus Rebensburg schrieb: > > Can anybody help me? Is it a bug in cyrus? > > I can help myself a bit :-) I used the test program found in cyrus-imapd-2.2.12/sieve, it seems to be a problem with the action_string defined while running the function do_action_list. There is a fixed length defined