When setting the default MTA email address in email settings, the email address is being appended with a 'l' character at the end. The issue is caused by incorrect sprintf formatting in settings-emails.inc.php, line 153, where '%s <%sl>'
should really be '%s <%s>'
Incorrect formatting for default MTA email address
- Best Answerset by KevinTheJedi
Yes, this has been mentioned a lot of times before. We are fixing this in the next release.
Cheers.
Here is the relevant pull in case anyone is interested:
Cheers.