X-Git-Url: http://dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FSpot.pm;h=7e621c91f4a947b4f7efa75e8c742916a9440c94;hb=4176dc3ee603f4b13c27d4267f8acbec3bf8f851;hp=67d8a6580aae023dfc6664c3985babfad0c7f9e5;hpb=3ba1b48202f7053b4d1097525dc0a660c3f9b31a;p=spider.git diff --git a/perl/Spot.pm b/perl/Spot.pm index 67d8a658..7e621c91 100644 --- a/perl/Spot.pm +++ b/perl/Spot.pm @@ -300,6 +300,7 @@ sub dup chomp $text; $text = substr($text, 0, $duplth) if length $text > $duplth; unpad($text); + $text =~ s/[\\\%]\d+//g; $text =~ s/[^a-zA-Z0-9]//g; my $dupkey = "X$freq|$call|$d|\L$text"; return DXDupe::check($dupkey, $main::systime+$dupage);