Index: /tags/ipp-20130712/pstamp/scripts/pstampparse.pl
===================================================================
--- /tags/ipp-20130712/pstamp/scripts/pstampparse.pl	(revision 36055)
+++ /tags/ipp-20130712/pstamp/scripts/pstampparse.pl	(revision 36056)
@@ -229,10 +229,13 @@
 foreach my $row (@$rows) {
 
-    if (($label =~ /PSI/ or $label =~ /WEB/) and ($nRows > 200 or $num_jobs > 200) and $req_id and !$no_update) {
+    if (!($label =~ /BIG/) and ($label =~ /PSI/ or $label =~ /WEB/)  and
+        ($nRows > 200 or $num_jobs > 200) and $req_id and !$no_update) {
+
         # this is a big request and it came from one of the "high priority" channels
-        # upload page and doesn't have a specific label assigned
-        # change it to a generic one that runs with lower priority
+        # change the label to one that runs with lower priority
+        my $old_label = $label;
+
         $label = ($label =~ /WEB/) ? 'WEB.BIG' : 'PSI.BIG';
-        print "\nChanging label for big WEB.UP request to $label\n";
+        print "\nChanging label for big request from $old_label to $label\n";
 
         my $command = "$pstamptool -updatereq -req_id $req_id  -set_label $label";
