don't allow mail message routing for clx
[spider.git] / perl / DXProt.pm
index a607b4094151155fb7edd7553c435ae0e08f2d34..73fcfc54ad42156d339db25f7e282a532fd606ce 100644 (file)
@@ -725,7 +725,7 @@ sub normal
                        if ($pcno == 49 || $field[1] eq $main::mycall) {
                                DXMsg::process($self, $line);
                        } else {
-                               $self->route($field[1], $line);
+                               $self->route($field[1], $line) unless $self->is_clx;
                        }
                        return;
                }