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

Re: List of expected changes for sieve 05 draft

1998-11-10 22:34:14
Date: Tue, 10 Nov 1998 15:30:04 -0800
From: Randall Gellens <randy(_at_)qualcomm(_dot_)com>
 
My Sieve implementation uses "envelope.rcpt" and "envelope.from" as tests.

Do we need to add . to the list of legal characters in an identifier?
I'd rather not.

I've also implemented "Mark" as an action which adds a header to the 
message; "^f" and "^r" are expanded to the envelope return-path and 
recipient, respectively.

For example (from my test Sieve script):

      if envelope.rcpt contains "+"
              mark "x-detail: ^r";

Ok.  So what does x-detail signify?

Tim

-- 
Tim Showalter <tjs+(_at_)andrew(_dot_)cmu(_dot_)edu>