Re: Sieve expressiveness?

2001-03-12 Thread Juan Leon
--On Sunday, March 11, 2001 11:26 PM -0500 Ken Murchison [EMAIL PROTECTED] wrote: Juan Leon wrote: Can sieve be told to file mail to user+foo into folder foo, for any value of foo, for as long as the folder exists? Basically, I'd like to do something like: if anyof (address

Sieve expressiveness?

2001-03-11 Thread Juan Leon
Can sieve be told to file mail to user+foo into folder foo, for any value of foo, for as long as the folder exists? Basically, I'd like to do something like: if anyof (address :matches ["Cc","CC","To","TO"] "user+*@*") { fileinto "INBOX.$1"; } My users have been doing this with

Sieve's vacation not working. what to try?

2001-02-23 Thread Juan Leon
I am running cyrus 2.0.9, which comes with timsieve ready to go. I can telnet to the timsieve port and get a list of sieve features that include "vacation" among 7 others. I install a sieve script like the following: require ["fileinto","vacation"]; vacation :days 7 :addresses ["[EMAIL

Sieve action forward?

2001-02-16 Thread Juan Leon
Hello, I need to forward a message with a modified "To:" field. The "redirect" sieve action just changes the SMTP envelope (or makes the MTA change the envelope). Is there a sieve action to do what I want? Is it possible that there might be one, sometime? The reason I need this is

Netscape and STARTTLS

2001-01-17 Thread Juan Leon
Netscape doesn't seem to show the "locked lock" icon when I access a STARTTLS-enabled cyrus, even though it does process the certificate. Is this a netscape omission, or am I in trouble? Thanks, Juan

Re: Authentication Cyrus/sasl

2001-01-17 Thread Juan Leon
) If marriage is outlawed, only outlaws will have inlaws. Juan Leon wrote: I have tried about a million things. I am going to rant a bit hoping that something rings a bell and some advice miraculously pours forth. This is with SASL 1.5.24, cyrus 1.6.24 and 2.0.9, Linux 2.2.16 (RH 7.0). I

Authentication Cyrus/sasl

2001-01-16 Thread Juan Leon
I have tried about a million things. I am going to rant a bit hoping that something rings a bell and some advice miraculously pours forth. This is with SASL 1.5.24, cyrus 1.6.24 and 2.0.9, Linux 2.2.16 (RH 7.0). I will be eternally grateful if you can help. I am trying to install a cyrus that