It seems that the address parser doesn't support nested comments, but the RFC allows it, here's the relevant bits from [rfc2822](https://tools.ietf.org/html/rfc2822) ``` ccontent = ctext / quoted-pair / comment comment = "(" *([FWS] ccontent) [FWS] ")" ```