[Citadel Development] Re: How did I make my sieve filter work again

2012-02-28 Thread IGnatius T Foobar
sieve2_validate() returned 12: Sieve Error: script was not retrieved This error results from an empty script being fed into the Sieve parser. I have committed a change that will check for this condition and stop processing instead of throwing a spurious error. The bit about eating

[Citadel Development] Re: How did I make my sieve filter work again

2012-02-25 Thread s3cr3to
Sad, I take my words back, my sieve filters works but the sieve errors came back sieve2_execute() returned 11: Sieve Error: header could not be parsedsieve2_validate() returned 12: Sieve Error: script was not retrieved Oh well, maybe is the server that is "choked" (with no activity maybe is

[Citadel Development] Re: How did I make my sieve filter work again

2012-02-25 Thread IGnatius T Foobar
I wonder if we should simply drop support for Sieve and parse the rulesets as they are.