On Mon, Jul 27, 2009 at 9:15 PM, Boris Burtin<[email protected]> 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 --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
