ietf-mta-filters
[Top] [All Lists]

Re: last chance before last call on sieve and vacation

2000-05-03 06:12:24
Tim,

Regarding extended sieve example on page 38...

   #
   # Keep all messages to or from people in my company
   #
   elsif anyof address :domain :is ["From", "To"] "company.com"
           {
           keep;               # keep in "In" folder
           }

This is a syntax error.  Either remove the "anyof", or enclose the
test list within ( ... )

In the revisions since draft 7, the "anyof" was inserted.

Greg Sereda
AT&T Labs