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.
Boris
----- "Robert Burrell Donkin" <[email protected]> wrote:
> On Thu, Jul 23, 2009 at 8:20 PM, Boris Burtin<[email protected]>
> wrote:
> > Oops. Didn't read past section 2.4.2. :-) I'll try it without the
> quotes. Thanks Robert.
>
> i did some checking on the released code, and i don't think it works
> but i've committed some stuff which hopefully should sort it out (if
> you could give trunk a try)
>
> - robert
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]