Added BBS.pm to start allowing BBSes to send mail into the cluster
[spider.git] / perl / DXProt.pm
index d9b03a907d1768420574dcb9ffb51e19266cc983..d467a5d5b7866880ce5886a4449ea3d33f36d46a 100644 (file)
@@ -516,7 +516,7 @@ sub normal
                                dbg('chan', "Dup WWV Spot ignored\n");
                                return;
                        }
-                       if (($pcno == 23 && $d < $main::systime - $pc23_max_age) || $d > $main::systime + 900 || $field[2] < 0 || $field[2] > 23) {
+                       if (($pcno == 23 && $d < $main::systime - $pc23_max_age) || $d > $main::systime + 1500 || $field[2] < 0 || $field[2] > 23) {
                                dbg('chan', "WWV Date ($field[1] $field[2]) out of range");
                                return;
                        }