]> git.donarmstrong.com Git - debbugs.git/commitdiff
[project @ 2001-05-12 18:37:45 by joy]
authorjoy <>
Sun, 13 May 2001 01:37:45 +0000 (17:37 -0800)
committerjoy <>
Sun, 13 May 2001 01:37:45 +0000 (17:37 -0800)
we advertize submit@bugs, not bugs@bugs nowadays, so let's have this instance changed, too

scripts/process.in

index 8e718a3f12590650b2b5062a8d210523e9df2d9b..32a2c3b576b6354bf0a638361b6f29c00c051472 100755 (executable)
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: process.in,v 1.28 2001/05/02 20:13:49 joy Exp $
+# $Id: process.in,v 1.29 2001/05/12 18:37:45 joy Exp $
 #
 # Usage: process nn
 # Temps:  incoming/Pnn
@@ -25,7 +25,7 @@ if (!rename("incoming/G$nn","incoming/P$nn"))
     &quit("renaming to lock: $!");
 }    
 
-$baddress= 'bugs' if $codeletter eq 'B';
+$baddress= 'submit' if $codeletter eq 'B';
 $baddress= 'maintonly' if $codeletter eq 'M';
 $baddress= 'quiet' if $codeletter eq 'Q';
 $baddress= 'forwarded' if $codeletter eq 'F';