+03Oct01=======================================================================
+1. don't allow @WWW to become a 'TO' field...
02Oct01=======================================================================
1. fixed the 'ever lengthening msg' syndrome and probably made the whole
thing more reliable at the same time.
} elsif ($f eq '<' && @f) { # this is bbs syntax for from call
$loc->{from} = uc shift @f;
} elsif ($f eq '@' && @f) { # this is bbs syntax, for send it 'to node'
- ;
+ shift @f;
} elsif ($f =~ /^\$/) { # this is bbs syntax for a bid
next;
} elsif ($f =~ /^<\S+/) { # this is bbs syntax for from call
} elsif ($notincalls && ($f eq 'RR')) {
$rr = '1';
} elsif ($f eq '@' && @f) { # this is bbs syntax, for AT
- next;
+ shift @f;
} elsif ($f eq '<' && @f) { # this is bbs syntax for from call
$from = uc shift @f;
} elsif ($f =~ /^\$/) { # this is bbs syntax for a bid