On Fri, 4 Jan 2008, John C Klensin wrote:
...
        qtextSMTP            = %d32-91 / %d93-126
                         ; i.e., within a quoted string, any
                         ; ASCII graphic or space is permitted
                         ; without blackslash-quoting except the
                         ; backslash itself.

Better make that:
        qtextSMTP            = %d32-33 / %d35-91 / %d93-126
                         ; i.e., within a quoted string, any
                         ; ASCII graphic or space is permitted
                         ; without blackslash-quoting except
                         ; double-quote and the backslash itself.



Does that help move us forward?

It looks like the right step to me.


Philip Guenther

Reply via email to