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

RE: List of expected changes for sieve 05 draft

1998-11-11 12:46:16
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