diff --git a/abck b/abck index 20b677a..da48432 100755 --- a/abck +++ b/abck @@ -28,7 +28,7 @@ LOG = "/var/log/messages" OUT = "./ABUSERS" -VERSION = "$Id: abck,v 1.2 2001/07/16 20:22:20 tundra Exp $" +VERSION = "$Id: abck,v 1.3 2001/07/16 20:30:09 tundra Exp $" #################### # Data Structures @@ -52,7 +52,7 @@ # Regular Expression which describes a legit IP quad address -IPQuad = r"^((\d{1,3}\.){3}(\d\d?\d?))$" +IPQuad = r"(\d{1,3}\.){3}\d{1,3}$" #################### # Function Definitions