🇬🇷Greece @ioannis.cherouvim

Account created on 11 May 2012, over 12 years ago
#

Recent comments

🇬🇷Greece ioannis.cherouvim

Patch #9 works perfectly for me on Drupal 9.5.10 on a pretty complex CSS file. Thanks!

🇬🇷Greece ioannis.cherouvim

Also happens when the site name contains a comma

100% confirming this finding by @stefvanlooveren.

To reproduce with just 3 drush commands:

$ drush config:set system.site name 'foobar, test' -y

 // Do you want to update name key in system.site config?: yes.                                                         

$ drush user:block admin
 [success] Blocked user(s): admin

$ drush user:unblock admin
 [error]  Symfony\Component\Mime\Exception\RfcComplianceException: Email ""foobar" does not comply with addr-spec of RFC 2822. in Symfony\Component\Mime\Address->__construct() (line 56 of /home/vagrant/clima-opof-reference/vendor/symfony/mime/Address.php). 

In SqlContentEntityStorage.php line 815:
                                                               
  Email ""foobar" does not comply with addr-spec of RFC 2822.  
                                                               

In Address.php line 56:
                                                               
  Email ""foobar" does not comply with addr-spec of RFC 2822.  
Production build 0.71.5 2024