From: joy <> Date: Sun, 13 May 2001 01:37:45 +0000 (-0800) Subject: [project @ 2001-05-12 18:37:45 by joy] X-Git-Tag: release/2.6.0~1131 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=093ab9b585ab7de5090479bead8eede2297d2124;p=debbugs.git [project @ 2001-05-12 18:37:45 by joy] we advertize submit@bugs, not bugs@bugs nowadays, so let's have this instance changed, too --- diff --git a/scripts/process.in b/scripts/process.in index 8e718a3f..32a2c3b5 100755 --- a/scripts/process.in +++ b/scripts/process.in @@ -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';