Index: /tags/ipp-20130712/pstamp/scripts/pstampparse.pl
===================================================================
--- /tags/ipp-20130712/pstamp/scripts/pstampparse.pl	(revision 35939)
+++ /tags/ipp-20130712/pstamp/scripts/pstampparse.pl	(revision 35940)
@@ -221,8 +221,9 @@
 foreach my $row (@$rows) {
 
-    if ($label eq 'WEB.UP' and ($nRows > 500 or $num_jobs > 500) and $req_id and !$no_update) {
-        # this is a big request and it came from the upload page and doesn't have a specific label assigned
-        # change it to the generic one that has lower with lower priority
-        $label = 'WEB.BIG';
+    if (($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
+        $label = ($label =~ /WEB/) ? 'WEB.BIG' : 'PSI.BIG';
         print "\nChanging label for big WEB.UP request to $label\n";
 
