From 093ab9b585ab7de5090479bead8eede2297d2124 Mon Sep 17 00:00:00 2001 From: joy <> Date: Sat, 12 May 2001 17:37:45 -0800 Subject: [PATCH] [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 --- scripts/process.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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'; -- 2.39.5