Index: trunk/pstamp/scripts/pstampparse.pl
===================================================================
--- trunk/pstamp/scripts/pstampparse.pl	(revision 29576)
+++ trunk/pstamp/scripts/pstampparse.pl	(revision 29577)
@@ -836,4 +836,12 @@
             my $fault = $error_code >> 8;
             print STDERR "$command failed with fault $fault\n";
+            if ($fault < 10) {
+                # I added the following to the production build one Sunday
+                # night with the comment
+                # a Sunday night hack
+                # I don't recall what the issue was. 
+                # Comment out for now.
+                # $fault = $PSTAMP_NOT_AVAILABLE
+            }
             if ($fault >= 10) {
                 $$r_dep_id = 0;
