mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-10 16:47:24 +01:00
Relative hostnames have a fall-back lookup with the machine's hostname appended, which makes no sense. Add a period, e.g. "my.hostname.com" => "my.hostname.com.", to prevent that. This caused false positive Spamhaus checks. Fixes #185.