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

Re: Multiple tagged arguments with the same tag?

2006-07-26 02:06:27

On Tue, 2006-07-25 at 08:44 -0700, Ned Freed wrote:
On Sat, 2006-07-22 at 16:24 -0700, Ned Freed wrote:
[snip]
I see no reason not to allow string lists as paramater arguments. My
implementation certainly allows them.

if we rule out

  someaction :recipient "one" :recipient "two"

it would be useful to allow extensions to do

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

Agreed.

Neat, I like this.

Aaron