Re: Sieve for shared mailboxes

2016-04-06 Thread Merlin Hartley via Info-cyrus
Thanks Nic that looks useful Unfortunately ‘info' doesn’t seem to function on our installation: localhost> lm shared/mbujobs shared/mbujobs (\HasChildren) localhost> lam shared/mbujobs jt lrswipkxtecda merlin lrs anonymous p ij lrswipkxtecda localhost> info shared/mbujobs localhost> localhost>

Re: Sieve for shared mailboxes

2016-04-06 Thread Nic Bernstein via Info-cyrus
On 03/18/2016 05:48 AM, Merlin Hartley via Info-cyrus wrote: ... Of course, over-time more complexity is always required and I have recently implemented a few shared mailboxes (rather than just sharing user mailboxes). Inevitably, the users are now asking for an auto-reply to be configured for

Re: Sieve for shared mailboxes

2016-03-19 Thread Bron Gondwana via Info-cyrus
We don't use shared mailboxes or non-user sieve at all at FastMail, so it gets less testing than most things. I'd love to have contributions of good test cases to Cassandane from someone who knows exactly how this should work so we can make sieve good for the shared case too. It's somewhat tricky

Re: Sieve for shared mailboxes

2016-03-19 Thread Merlin Hartley via Info-cyrus
Sorry I wasn’t clear: we are using an alias with +plus addressing and lmtp to deliver into the shared mailbox I have the shared mailbox working just fine… it is only the sieve on shared mailboxes that is failing... aliases file: mbujobs: +shared/mbujobs exim router: imap_shared_accept: drive

Re: Sieve for shared mailboxes

2016-03-19 Thread Alvin Starr via Info-cyrus
I have had mixed luck with direct mailbox delivery(+ addressing) and when I say mixed I mean mostly bad. I wanted to try using it for direct delivery of copies of all sent messages. I found I needed special permissions on all the mailboxes and duplicate delivery detection would not work in that

Re: Sieve for shared mailboxes

2016-03-19 Thread Alvin Starr via Info-cyrus
Sieve is run as part of the mail delivery into the mailbox. That would either be deliver or the lmtp interface. If your users are dragging and dropping the messages into the shared mailboxes then I don't believe that you can have sieve run on the mbox to mbox transfer. On 03/18/2016 06:48 AM

Re: Sieve for shared mailboxes

2004-03-22 Thread Pat Lashley
--On Monday, March 22, 2004 13:22:52 -0600 [EMAIL PROTECTED] wrote: On Tue, 23 Mar 2004, Craig Ringer wrote: On Tue, 2004-03-23 at 02:28, Rob Siemborski wrote: > It also opens a world of possibility for new bugs. There definately isn't > a consensus on what the desireable behavior here is. User

Re: Sieve for shared mailboxes

2004-03-22 Thread +archive . info-cyrus
On Tue, 23 Mar 2004, Craig Ringer wrote: > On Tue, 2004-03-23 at 02:28, Rob Siemborski wrote: > > > It also opens a world of possibility for new bugs. There definately isn't > > a consensus on what the desireable behavior here is. > > User-created sieve loops strike me as one "fun" possibility to

Re: Sieve for shared mailboxes

2004-03-22 Thread Craig Ringer
On Tue, 2004-03-23 at 02:28, Rob Siemborski wrote: > It also opens a world of possibility for new bugs. There definately isn't > a consensus on what the desireable behavior here is. User-created sieve loops strike me as one "fun" possibility to be avoided at all costs. Craig Ringer --- Home Pa

Re: Sieve for shared mailboxes

2004-03-22 Thread Rob Siemborski
On Tue, 23 Mar 2004, Craig Ringer wrote: > User-created sieve loops strike me as one "fun" possibility to be > avoided at all costs. Well, ok, there's a consensus on *that*. -Rob -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- Rob Siemborski * Andrew Systems Group * Cyert

Re: Sieve for shared mailboxes

2004-03-22 Thread Rob Siemborski
On Fri, 19 Mar 2004, Stephen Grier wrote: > Isn't it the case that for user-space mailboxes, sieve scripts are only > applied on delivery via LMTP, and not when a message is copied or > fileintod it? I don't see why the same behaviour wouldn't be adequate > for shared mailboxes. It isn't quite th

Re: Sieve for shared mailboxes

2004-03-20 Thread Ken Murchison
[EMAIL PROTECTED] wrote: On Fri, 19 Mar 2004, Stephen Grier wrote: On Fri, 2004-03-19 at 01:09, Ken Murchison wrote: The biggest issue with sieve opn shared folders is how to use them. Are they only executed when mail is delivered via LMTP, or are they executed any time a message is inserted in

Re: Sieve for shared mailboxes

2004-03-19 Thread +archive . info-cyrus
On Fri, 19 Mar 2004, Stephen Grier wrote: > On Fri, 2004-03-19 at 01:09, Ken Murchison wrote: > > The biggest issue with sieve opn shared folders is how to use them. Are > > they only executed when mail is delivered via LMTP, or are they executed > > any time a message is inserted into the mailbo

Re: Sieve for shared mailboxes

2004-03-19 Thread Stephen Grier
On Fri, 2004-03-19 at 01:09, Ken Murchison wrote: > Stephen Grier wrote: > > > What is the current situation with Sieve for shared mailboxes? I've read > > the discussion from last July on the cyrus-devel list, subject > > "[PROPOSAL] Sieve for shared mailboxes", but I can't find any anything > >

Re: Sieve for shared mailboxes

2004-03-18 Thread Ken Murchison
Stephen Grier wrote: What is the current situation with Sieve for shared mailboxes? I've read the discussion from last July on the cyrus-devel list, subject "[PROPOSAL] Sieve for shared mailboxes", but I can't find any anything on the subject more recent than this. Is it still the intention to use