[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: List of expected changes for sieve 05 draft



> Tim:
> > > I want to be able to test "envelope-sender" too, and we have that in
> > > our implementation...
> >
> > What does the command look like?  If you've got a working syntax, we
> > might as well use it.

> } elseif  envelopesender :contains :comparator "i;ascii-casemap" ["ietf-sasl"]  {

> I actually like Randy's "envelope.rcpt" and "envelope.from".  If you want
> to avoid the ".", we could make it like "header":

> } elseif envelope ["from"] :contains :comparator "i;ascii-casemap" ["ietf-sasl"]  {

> ...which also allows '["from", "rcpt"]' for more flexibility.

What a great idea! I really like this approach, even though it isn't what
I implemented.

				Ned