> servlet API.  I'm guessing this'll be the most
> contentious issue as I've
> moved the mailet API to a simple name/value init
> parameters.  While the
> flexibility of nesting attributes in XML seems
> appealing, in my mind in
> complicates the API, and in fact, none of the
> mailets we have right now
> even use nested attributes... the closest thing is
> supporting multiple
> forwardto elements, and this could just be a
> delimited value.
> 

I'd prefer an XML based scheme, although I can live
with name/value. Sometimes not only the mailet, but
also the match condition itself could get a little
more complex. for example,i have one mailet that
checks what remote addresses are allowed to relay
emails, and i ended up with sth like

match="SenderIsAllowed=IP=127.0.0.1|255.255.255.255;10.20.81.109|255.0.0.0,
DN=apache.org;xyz.com"

which allows both IP and domain based filters. i have
to use several delimiters here '=|,;' here :)

anyway, a name/value pair interface should still work
for me... just more delimiters...

--Ye

__________________________________________________
Do You Yahoo!?
Yahoo! Mail - Free email you can access from anywhere!
http://mail.yahoo.com/


------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives:  <http://www.mail-archive.com/james%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to