Index: trunk/pstamp/scripts/pstamp_finish.pl
===================================================================
--- trunk/pstamp/scripts/pstamp_finish.pl	(revision 30633)
+++ trunk/pstamp/scripts/pstamp_finish.pl	(revision 33670)
@@ -201,9 +201,17 @@
                 # process the reglist file to get the list of files produced by this job
                 foreach my $line (<JRL>) {
+
+                    # XXX: we are getting many cases where the size and/or md5sum calculated by
+                    # the job has changed by the time the request_finish has run
+                    # Don't
                     # add line to the requests's reglist
-                    print $rlf $line;
+                    # ....
+#                    print $rlf $line;
+
 
                     chomp $line;
-                    my ($img_name, undef) = split '\|', $line;
+                    my ($img_name, $reported_size, $reported_sum, $filetype) = split '\|', $line;
+                    # ... instead let dsreg compute the paramters by leaving them blank
+                    print $rlf "$img_name|||$filetype|\n";
 
                     # add line to the table definition file
