Bug 212147 - sieve validator doesnt know about "setflag" action
Summary: sieve validator doesnt know about "setflag" action
Status: RESOLVED NOT A BUG
Alias: None
Product: kmail
Classification: Unmaintained
Component: general (other bugs)
Version First Reported In: 1.12.2
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-28 08:47 UTC by scientes
Modified: 2009-10-28 15:07 UTC (History)
0 users

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description scientes 2009-10-28 08:47:38 UTC
Version:           1.12.2 (using KDE 4.3.2)
OS:                Linux
Installed from:    Ubuntu Packages

The sieve validation (settings-->manage sieve scripts) reports the "setflag" command as invalid. This is part of RFC 5232

http://ietfreport.isoc.org/idref/rfc5232/
Comment 1 scientes 2009-10-28 08:48:28 UTC
If it decides a script is invalid, it cannot be uploaded.
Comment 2 scientes 2009-10-28 08:54:54 UTC
I am using dovecot's LDA Sieve (the newer version) http://wiki.dovecot.org/LDA/Sieve
Comment 3 scientes 2009-10-28 15:07:23 UTC
I needed to put

require ["imap4flags"]

in my header. Validation happens at managesieve level, not kmail.