From 00cd722a6f255532797587a3f6e9d7010ac16ce0 Mon Sep 17 00:00:00 2001 From: joy <> Date: Sat, 7 Oct 2000 17:17:02 -0800 Subject: [PATCH] [project @ 2000-10-07 18:17:02 by joy] no need to add the prefix to gTextInstructions variable, it already contains it --- scripts/receive.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/receive.in b/scripts/receive.in index 8b752e43..9359b84b 100755 --- a/scripts/receive.in +++ b/scripts/receive.in @@ -1,5 +1,5 @@ #!/usr/bin/perl -w -# $Id: receive.in,v 1.5 2000/10/06 21:47:36 joy Exp $ +# $Id: receive.in,v 1.6 2000/10/07 18:17:02 joy Exp $ # usage: mail is piped directly into program #set umask in order to have group-writable incoming/* @@ -88,7 +88,7 @@ $gBadEmailPrefix http://$gWebDomain/ $gBadEmailPrefix http://$gWebDomain/Reporting.html $gBadEmailPrefix http://$gWebDomain/Developer.html $gBadEmailPrefix http://$gWebDomain/Access.html -$gBadEmailPrefix $gTextInstructions +$gTextInstructions $gBadEmailPrefix For details of how to access $gBug report logs by email: $gBadEmailPrefix send \`request\@$gEmailDomain' the word \`help' $gBadEmailPrefix -- 2.39.5