X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FRBN.pm;h=0b3dfe5a937dc245c9b67958476212a9610d7664;hb=ad222bb929a17f8ad54c567d4f59f68c5d1a8bbd;hp=0cf5c4149c4940c979280ca28eea537a89be7477;hpb=4d8e254ea4c77a348c96c24fdbc265590c75fd5c;p=spider.git diff --git a/perl/RBN.pm b/perl/RBN.pm index 0cf5c414..0b3dfe5a 100644 --- a/perl/RBN.pm +++ b/perl/RBN.pm @@ -252,7 +252,7 @@ sub normal } # remove all extraneous crap from the origin - just leave the base callsign - $origin =~ s|^(?:[\w\d]+/)?([\w\d]+).*$|$1|; + $origin = basecall($origin); # is this callsign in badspotter list? if ($DXProt::badspotter->in($origin) || $DXProt::badnode->in($origin)) {