+27Aug01=======================================================================
+1. make rej/wwv and rej/wcy work
26Aug01=======================================================================
1. make all newly learned nodes locked out by default.
2. add lock_nodes.pl which locks out all the nodes in the user file whose
my ($self, $line) = @_;
my $type = 'reject';
-my $sort = 'ann';
+my $sort = 'wcy';
my ($r, $filter, $fno) = $WCY::filterdef->cmd($self, $sort, $type, $line);
return (0, $r ? $filter : $self->msg('filter1', $fno, $filter->{name}));
my ($self, $line) = @_;
my $type = 'reject';
-my $sort = 'ann';
+my $sort = 'wwv';
my ($r, $filter, $fno) = $Geomag::filterdef->cmd($self, $sort, $type, $line);
return (0, $r ? $filter : $self->msg('filter1', $fno, $filter->{name}));