Actions
Bug #20146
closedMultiple errors during initialization on domain-less server instance
Description
On a server without FQDN (e.g. development box or test box) foreman complains with:
Mail::Field::ParseError: Mail::AddressList can not parse |Foreman-noreply@|
Reason was: Only able to parse up to Foreman-noreply@
This is because domain is not set and our settings fallback mechanism does not work good in that case.
Updated by Lukas Zapletal almost 8 years ago
- Status changed from Ready For Testing to Closed
- % Done changed from 0 to 100
Applied in changeset cafc816da07f7e1c70f69fa9c7bd7eec89df3567.
Actions