X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FFilter.pm;h=bf19719fd41d9fc3ab7df1635ccf486c1a8df7eb;hb=1935ba236a7ef4999bceb00b6faf28038f3b052e;hp=64d05508a5311b63661aeab0095c7f9e3735aca2;hpb=7b04a3d44f31ef2524a67c4498d686335477ee07;p=spider.git diff --git a/perl/Filter.pm b/perl/Filter.pm index 64d05508..bf19719f 100644 --- a/perl/Filter.pm +++ b/perl/Filter.pm @@ -416,7 +416,7 @@ sub parse # check the line for non legal characters dbg("Filter::parse line: '$line'") if isdbg('filter'); - return ('ill', $dxchan->msg('e19')) if $line !~ /{.*}/ && $line =~ /[^\s\w,_\-\*\/\(\)\$!]/; + return ('ill', $dxchan->msg('e19')) if $line !~ /{.*}/ && $line =~ /[^\s\w,_\.:\-\*\/\(\)\$!]/; $line = lc $line;