Open rockwotj opened 3 years ago
It seems that the address parser doesn't support nested comments, but the RFC allows it, here's the relevant bits from rfc2822
ccontent = ctext / quoted-pair / comment comment = "(" *([FWS] ccontent) [FWS] ")"
It seems that the address parser doesn't support nested comments, but the RFC allows it, here's the relevant bits from rfc2822