You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
736 B
14 lines
736 B
diff --git pflogsumm-1.1.5/pflogsumm.pl pflogsumm-1.1.5/pflogsumm.pl
|
|
index 36384dd..eb527d0 100755
|
|
--- pflogsumm-1.1.5/pflogsumm.pl
|
|
+++ pflogsumm-1.1.5/pflogsumm.pl
|
|
@@ -1536,7 +1536,7 @@ sub gimme_domain {
|
|
# split domain/ipaddr into separates
|
|
# newer versions of Postfix have them "dom.ain[i.p.add.ress]"
|
|
# older versions of Postfix have them "dom.ain/i.p.add.ress"
|
|
- unless((($domain, $ipAddr) = /^([^\[]+)\[((?:\d{1,3}\.){3}\d{1,3})\]/) == 2 ||
|
|
+ unless((($domain, $ipAddr) = /^([^\[]+)\[((?:\d{1,3}\.){3}\d{1,3}|[0-9a-f:]+)\]/) == 2 ||
|
|
(($domain, $ipAddr) = /^([^\/]+)\/([0-9a-f.:]+)/i) == 2) {
|
|
# more exhaustive method
|
|
($domain, $ipAddr) = /^([^\[\(\/]+)[\[\(\/]([^\]\)]+)[\]\)]?:?\s*$/;
|