Actions
Feature #93774
openCheck if default sendmail command contains "-i" option to prevent the "double dot problem"
Status:
New
Priority:
Should have
Assignee:
-
Category:
Reports
Target version:
-
Start date:
2021-03-18
Due date:
% Done:
0%
Estimated time:
PHP Version:
7.4
Tags:
sendmail, symfony, mail, double, dot, problem
Complexity:
Sprint Focus:
Description
Sending e-mail with line longer than 76 characters where dot is present as a 76th character produces duplicated dot while using Sendmail transport in -t mode.
There are some resources related to swiftmailer (below), but it also affects symfony/mail because the behaviour is caused by sendmail itself.
As mentioned in the swiftmailer inline documentation, it is highly recommended to use -i together with -t. So could (should) this be the new default for the TYPO3 core?
https://github.com/swiftmailer/swiftmailer/issues/1058
https://github.com/swiftmailer/swiftmailer/issues/72
https://github.com/swiftmailer/swiftmailer/blob/master/lib/classes/Swift/Transport/SendmailTransport.php#L54
Actions