dup check PC49
[spider.git] / perl / DXProt.pm
index d6a81ec4328ff0e4d8db67eda6010474df64bca2..d3b39cb32097963b2ba0da0023b54fef9df8505b 100644 (file)
@@ -957,6 +957,7 @@ sub normal
                }
 
                if (($pcno >= 28 && $pcno <= 33) || $pcno == 40 || $pcno == 42 || $pcno == 49) { # mail/file handling
+                       return if $pcno == 49 && eph_dup($line);
                        if ($pcno == 49 || $field[1] eq $main::mycall) {
                                DXMsg::process($self, $line);
                        } else {