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

Re: Multiple tagged arguments with the same tag?

2006-07-26 03:34:55

On Tue, Jul 25, 2006 at 05:04:33PM +0200, Kjetil Torgrim Homme wrote:
okay.  the current draft also says "These next tokens [after the tagged
argument] may be numbers or strings but they are never blocks."  this
seems to imply string lists are allowed, but it's not quite clear to me.

if we rule out

  someaction :recipient "one" :recipient "two"

it would be useful to allow extensions to do

  someaction :recipient ["one", "two"]

The vacation extension already uses

  [":addresses" string-list]

To me, 3028 meant to say that tagged arguments can not be blocks, only
data, and worded it in an unfortunate way.

Michael