release candidate
[spider.git] / perl / RBN.pm
index 87cedaa71c73447a78d174e988094f6aeff08897..e0d096b9dcd6ecf389ed349c3a0b4362cb6ac084 100644 (file)
@@ -259,6 +259,14 @@ sub normal
                return;
        }
 
+       # is it 'baddx'
+       if ($DXProt::baddx->in($call)) {
+               dbg("RBN: Bad DX spot '$call', ignored");
+               dbg($line) if isdbg('nologchan');
+               return;
+       }
+
+       
        # remove all extraneous crap from the origin - just leave the base callsign
        my $norigin = basecall($origin);
        unless ($norigin) {