14 Dec 2011 16:18
Error when saving filter
Hello,
when I clock on "Skript" in ingo I see the lines below.
When I try to activate the script I get this error
{45}script errors: line 4: unsupported feature
Can anyone tell me what's the reason and how I can get it to work ?
Thanks
Andreas
# Sieve Filter
2: # Erzeugt von Ingo (http://www.horde.org/ingo/) (December 14,
2011, 4:11 pm)
3:
4: require ["fileinto", "imapflags", "body"];
5:
6: # Spam mit 0
7: if allof ( header :comparator "i;ascii-casemap" :contains "Sender"
"support.spam@...", header :comparator "i;ascii-casemap" :contains
"Subject" ".it (0" ) {
8: fileinto "INBOX.spam-reports";
9: stop;
10: }
11:
12: # openldap1
13: if anyof ( header :comparator "i;ascii-casemap" :contains
"Subject" "openldap-technical Digest", header :comparator
(Continue reading)
RSS Feed