From 7880bc8407e8a60c51594beb44cb07ea5a250d94 Mon Sep 17 00:00:00 2001
From: joy <>
Date: Tue, 10 Oct 2000 22:39:12 -0800
Subject: [PATCH] [project @ 2000-10-10 23:39:12 by joy] actually, there's
 purpose, but the variable is in text file, doh

---
 scripts/receive.in | 12 +++---------
 1 file changed, 3 insertions(+), 9 deletions(-)

diff --git a/scripts/receive.in b/scripts/receive.in
index 53bb7d06..3d24a3fc 100755
--- a/scripts/receive.in
+++ b/scripts/receive.in
@@ -1,5 +1,5 @@
 #!/usr/bin/perl -w
-# $Id: receive.in,v 1.7 2000/10/10 23:27:04 joy Exp $
+# $Id: receive.in,v 1.8 2000/10/10 23:39:12 joy Exp $
 # usage: mail is piped directly into program
 
 #set umask in order to have group-writable incoming/*
@@ -24,7 +24,7 @@ if ( $gMailer eq 'exim' )
 	s/\>//;
 	s/\<//;
 }
-
+require("/etc/debbugs/text");
 
 #remove everything from @ to end of line
 s/\@.*$//;
@@ -88,13 +88,7 @@ $gBadEmailPrefix   http://$gWebDomain/
 $gBadEmailPrefix   http://$gWebDomain/Reporting.html
 $gBadEmailPrefix   http://$gWebDomain/Developer.html
 $gBadEmailPrefix   http://$gWebDomain/Access.html
-$gBadEmailPrefix
-$gBadEmailPrefix Instructions are available from ftp.debian.org in /debian
-$gBadEmailPrefix and at all Debian mirror sites, in the files:
-$gBadEmailPrefix  doc/bug-reporting.txt
-$gBadEmailPrefix  doc/bug-log-access.txt
-$gBadEmailPrefix  doc/bug-maint-info.txt
-$gBadEmailPrefix
+$gTextInstructions
 $gBadEmailPrefix For details of how to access $gBug report logs by email:
 $gBadEmailPrefix   send \`request\@$gEmailDomain' the word \`help'
 $gBadEmailPrefix
-- 
2.39.5