atom feed16 messages in org.apache.james.server-devRe: jSieve parse error with multi-lin...
FromSent OnAttachments
Boris BurtinJul 1, 2009 2:49 pm 
Boris BurtinJul 1, 2009 4:59 pm 
Robert Burrell DonkinJul 2, 2009 7:24 am 
Robert Burrell DonkinJul 2, 2009 7:42 am 
Boris BurtinJul 2, 2009 9:50 am 
Boris BurtinJul 2, 2009 10:17 am 
Robert Burrell DonkinJul 5, 2009 11:51 pm 
Robert Burrell DonkinJul 5, 2009 11:54 pm 
Boris BurtinJul 6, 2009 11:29 am 
Robert Burrell DonkinJul 6, 2009 11:39 pm 
Boris BurtinJul 17, 2009 12:11 pm 
Robert Burrell DonkinJul 23, 2009 2:32 am 
Boris BurtinJul 23, 2009 12:19 pm 
Robert Burrell DonkinJul 23, 2009 12:24 pm 
Boris BurtinJul 27, 2009 1:14 pm 
Robert Burrell DonkinJul 30, 2009 7:40 am 
Subject:Re: jSieve parse error with multi-line form
From:Robert Burrell Donkin (robe@gmail.com)
Date:Jul 30, 2009 7:40:16 am
List:org.apache.james.server-dev

On Mon, Jul 27, 2009 at 9:15 PM, Boris Burtin<bbur@zimbra.com> wrote:

Cool.  Parsing of multi-line forms is working now, but I think dot-stuffing is
still busted.  For the following script:

require ["fileinto", "reject", "tag", "flag"];

# reply if anyof (header :contains "subject" "reply") {    reply text: This is line 1. This is line 2. .......... This is line 3. . ;    stop; }

I get the following value

This is line 1. This is line 2. . This is line 3.

If I understand RFC 3028 section 2.4.2 correctly, shouldn't I get 9 dots when
the line in the script is prefixed with 10 dots?  Currently, I get only 1.

i agree

- robert