vexim / vexim2

Virtual Exim 2
Other
71 stars 47 forks source link

vexim_encode_header(): return statement missing #266

Closed lebail closed 4 years ago

lebail commented 4 years ago

The function vexim_encode_header() in config/functions.php has no return statement. So it doesn't return the encoded text.

As a result the welcome message sent to newly created mailboxes has an empty subject.

rimas-kudelis commented 4 years ago

Thanks! This is now fixed.