Index: trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm
===================================================================
--- trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 38195)
+++ trunk/PS-IPP-PStamp/lib/PS/IPP/PStamp/Job.pm	(revision 38196)
@@ -1195,5 +1195,5 @@
     my $command;
     my $using_camtool = 0;
-    if ($release_name or $survey) {
+    if ($release_name or ($survey and $survey ne 'bypass')) {
         $command = "$releasetool -dbname $imagedb -listrelexp";
         if ($survey) {
@@ -1534,6 +1534,6 @@
 
     if ($mjd < 54000) {
-        print STDERR "MJD value too small minimum is 54000\n";
-        return undef; 
+        # print STDERR "MJD value too small minimum is 54000\n";
+        $mjd = 54000;
     }
 
