Wietse Venema:
> > I'm actually only parsing RCPT TO ESMTP parameters here, not an entire
> > RCPT TO command, and ESMTP parameter values are not allowed to contain
> > space characters[1]. If a parameter value contains an address (e.g.
> > ORCPT), then it's encoded using "xtext."[2] So I believe it should be
> > quite sufficient to split on space character here.
>
> That covers the syntax of all supported ESMTP parameters, so there
> should be no problems syntax-wise. The code looks good. Maybe someone
> else will find time to add ORCPT support later.
Done, including ORCPT support. The other features, ENVID and RET,
would also require code changes elsewhere in the cleanup server.
Wietse