8000
[Mime] Regression with double doubleticks from #39866 #40652
Labels
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: 4.4.21 5.5.6
Description
Adding a name
"Foo"
leads to double doubleticks since #39866How to reproduce
Possible Solution
Note this is kinda unfortunate currently: Previous symfony/mailer packages did not add the surrounding double ticks on their own, so we have to expect that address names have been set as
"John Doe"
to end up with"John Doe" <foo@example.com>
. This now leads to"\"John Doe\"" <foo@example.com>
.It would be good if that could be mitigated by trimming eventual given outer doubleticks.
For now, we'll probably set the new package versions as conflict to see how this issue ends up and to not risk a regression on our side.
The text was updated successfully, but these errors were encountered: