strange errors adding new rule
Status: Beta
Brought to you by:
aturbide
After filling out the "new rule" page on 0.61h
with a "discard" rule (or any other rule for that
matter) and clicking "Save Rule" I get this message:
res=IMAP::Sieve [ list ]: couldn't get list for :
script errors:
Update successful...Error: getscript->IMAP::Sieve [
list ]: couldn't get list for : line 3: unsupported feature
and the rule is not saved.
Line 3 of my script is:
require ["fileinto"];
Which is a supported feature; at least, it seems to work
fine (cyrus 2.0.6)
Any thoughts?