Messages per Month
| From | Sent On | Attachments |
|---|---|---|
| Boris Burtin | Jul 1, 2009 2:49 pm | |
| Boris Burtin | Jul 1, 2009 4:59 pm | |
| Robert Burrell Donkin | Jul 2, 2009 7:24 am | |
| Robert Burrell Donkin | Jul 2, 2009 7:42 am | |
| Boris Burtin | Jul 2, 2009 9:50 am | |
| Boris Burtin | Jul 2, 2009 10:17 am | |
| Robert Burrell Donkin | Jul 5, 2009 11:51 pm | |
| Robert Burrell Donkin | Jul 5, 2009 11:54 pm | |
| Boris Burtin | Jul 6, 2009 11:29 am | |
| Robert Burrell Donkin | Jul 6, 2009 11:39 pm | |
| Boris Burtin | Jul 17, 2009 12:11 pm | |
| Robert Burrell Donkin | Jul 23, 2009 2:32 am | |
| Boris Burtin | Jul 23, 2009 12:19 pm | |
| Robert Burrell Donkin | Jul 23, 2009 12:24 pm | |
| Boris Burtin | Jul 27, 2009 1:14 pm | |
| Robert Burrell Donkin | Jul 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





