/[Apache-SVN]/spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf/Parser.pm
ViewVC logotype

Diff of /spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf/Parser.pm

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

--- spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf/Parser.pm	2005/07/25 20:28:07	225172
+++ spamassassin/branches/3.1/lib/Mail/SpamAssassin/Conf/Parser.pm	2005/07/25 20:29:55	225173
@@ -678,7 +678,7 @@ sub finish_parsing {
 	  # bug 4419: Parse quoted strings, unquoted alphanumerics/floats and
 	  # both unquoted IPv4 and IPv6 addresses.  s// is used so that we can
 	  # determine whether or not we successfully parsed ALL arguments.
-	  while ($args =~ s/^\s*(?:['"](.*?)['"]|([\d\.A-Za-z]+?))\s*(?:,\s*|$)//) {
+	  while ($args =~ s/^\s*(?:['"](.*?)['"]|([\d\.:A-Za-z]+?))\s*(?:,\s*|$)//) {
 	    if (defined $1) {
 	      push @args, $1;
 	    }

 

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26