Changeset 600
- Timestamp:
- 03/25/14 14:57:58 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DNSDB.pm
r599 r600 1317 1317 } 1318 1318 } else { 1319 if (lc($hname) !~ /^(?: [0-9a-z_.-]+|@)$/) {1319 if (lc($hname) !~ /^(?:\*\.)?(?:[0-9a-z_.-]+|@)$/) { 1320 1320 # Don't mention @, because it would be far too wordy to explain the nuance of @ 1321 1321 $errstr = "Hostnames may not contain anything other than (0-9 a-z . _)";
Note:
See TracChangeset
for help on using the changeset viewer.