From: Ken Murchison (no email)
Date: Wed Oct 03 2001 - 09:43:57 EDT
Frank Richter wrote:
>
> Hi,
> using 2.0.16 I see sporadic Sieve errors:
>
> Oct 2 07:20:56 pat lmtpd[21021]: sieve parse error for rink: line 3:
> address '': parse error, expecting `$'
>
> The Sieve filter is very simple:
> -------------------------------------
> # PHP-Sieve 1.1: forward
>
> redirect "";
> -------------------------------------
>
> The result of this error: Mail is deliverd to users INBOX, not redirected.
> Other deliveries for this user work (are redirected).
>
> Any ideas? Where to debug?
No. Sounds like the lexer is freaking out, because a '$' should never
be expected in an address as far as I can remember (its been a while
since I read RFC[2]822 and wrote the grammar).
Do you always see this problem with the same address? Does this script
always fail? What happens if you check the syntax of the script by
running it through sieve/test?
Ken
-- Kenneth Murchison Oceana Matrix Ltd. Software Engineer 21 Princeton Place 716-662-8973 x26 Orchard Park, NY 14127 --PGP Public Key-- http://www.oceana.com/~ken/ksm.pgp
|
|
|