[Kolab-devel] [issue1545] amavisd domain name evaluation, dash not recognized
Matthias Hezne
kolab-issues at intevation.de
Sat Dec 30 14:23:50 CET 2006
New submission from Matthias Hezne <lists at mhcsoftware.de>:
in one of my setups amavisd refused to start. i found out that the proble was
a dash - in the domainname. as a dash is a vaild character in a domain name i
considder this to be a bug. ive patched line 9018 from
$myhostname =~ /[^.]\.[a-zA-Z0-9]+\z/s || lc($myhostname) eq 'localhost'
to
$myhostname =~ /[^.]\.[a-zA-Z0-9\-]+\z/s || lc($myhostname) eq 'localhost'
to reslove the problem
----------
messages: 9195
nosy: mahescho
priority: bug
status: unread
title: amavisd domain name evaluation, dash not recognized
________________________________________________
Kolab issue tracker <kolab-issues at intevation.de>
<https://intevation.de/roundup/kolab/issue1545>
________________________________________________
More information about the devel
mailing list