diff options
| author | Sam Varshavchik | 2018-05-22 22:09:09 -0400 |
|---|---|---|
| committer | Sam Varshavchik | 2018-05-22 22:09:09 -0400 |
| commit | 004fa65d2fc50e9901859708cfe00d11cf121e25 (patch) | |
| tree | 178444135151e156e7d1fa6f0e69f21157d952fb | |
| parent | f4569d8153da77b7ad87d98a5818170acea094e6 (diff) | |
| download | courier-libs-004fa65d2fc50e9901859708cfe00d11cf121e25.tar.bz2 | |
Fix smtpaccess syntax parsing for IPv6 address ranges.
| -rw-r--r-- | makedat/makedat.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedat/makedat.in b/makedat/makedat.in index 8de17f4..53259ab 100644 --- a/makedat/makedat.in +++ b/makedat/makedat.in @@ -111,6 +111,7 @@ docidr() { foreach ( Net::CIDR::cidr2octets( Net::CIDR::range2cidr($net))) { + print ":" if $net =~ /:/; print "$_\t$line\n"; } } |
