Closed hoxxep closed 10 months ago
This escaping intends to:
\n.example_function()
\n..example_function()
\r.\n
\r.\r
Thanks for the PR, this has been fixed by escaping any dots preceded by \r or \n since RFC5322 does not allow these control characters to be present separately.
\r
\n
This escaping intends to:
\n.example_function()
becoming\n..example_function()
\r.\n
and\r.\r
.