Automatically set from line to logged in admin?

Is there a way to automatically set the “from line” to the name and email address of the currently logged in admin?

Wasn’t this standard behaviour in previous versions? Or is there a config option somewhere which I may have accidentally overwritten with the last update…?

@Marcel Yes it is a config file setting. Look in config_extended.php then copy the line to config.php.

Thanks for your reply! I do have the setting enabled in config.php:

define('USE_ADMIN_DETAILS_FOR_MESSAGES',1);

It seems however, that since the update from phpList 3.2.4 to 3.2.7 the setting is ignored. Is there some other setting that might be responsible for overwriting this?