8 Aug 2000 18:10
draft-melnikov-sieve-imapflags-03.txt
Ken Murchison <ken <at> oceana.com>
2000-08-08 16:10:24 GMT
2000-08-08 16:10:24 GMT
Alexey,
A couple nits/comments/questions on your latest draft:
Where's the page breaks and page headers? :^)
> #
> # Example Sieve Filter
> # Declare any optional features or extension used by the script
> #
> require ["fileinto", "reject", "imapflags"];
Any reason why "reject" is required and mentioned below, but never used?
> #
> # Reject any large messages
> #
> if size :over 1M
> {
> if header :is "From" "boss <at> company.com"
> {
> addflag "\\Flagged $Big";
This should be: addflag ["\\Flagged", "$Big"];
> # The message will be marked as "\Flagged $Big" when filed into mailbox "Big messages"
> }
> fileinto "Big messages";
> }
>
(Continue reading)
RSS Feed