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

Re: I-D Deadline Approaching

1999-02-16 17:01:29
At 06:07 PM 2/16/99 -0500, Tim Showalter wrote:
Hi.  The Internet-Drafts deadline is February 26.  This leaves ten days
to get whatever we want to get done to Sieve done.

Few more corrections, but its getting there...

   Example:  if header :contains ["From"] ["coyote"] {
                redirect "acm(_at_)frobnitzm(_dot_)edu";
             } elsif header "Subject" :contains "$$$" {
                            ^^^^^^^^^^^^^^^^^^^ syntax, :contains "Subject"
                redirect "postmaster(_at_)frobnitzm(_dot_)edu";

...
   Example:  if not :exists ["From","Date"] {
                    ^^^^^^^ syntax, exists
                discard;
             }

<Prev in Thread] Current Thread [Next in Thread>