From: Don Armstrong Date: Tue, 3 Jul 2007 16:21:51 +0000 (-0700) Subject: add more verbiage to the bugspam.cgi X-Git-Tag: release/2.6.0~527^2~10 X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=sidebyside;h=3e72c44092f7c6c2e87b5b2ea2978574cbd183e4;p=debbugs.git add more verbiage to the bugspam.cgi --- diff --git a/examples/debian/misc/bugspam.cgi b/examples/debian/misc/bugspam.cgi index 2a8c4bb..d668503 100755 --- a/examples/debian/misc/bugspam.cgi +++ b/examples/debian/misc/bugspam.cgi @@ -21,7 +21,7 @@ if (not defined $ok) { print "Content-Type: text/html\n\n"; print "Verify submission\n"; print "

Verify report for bug $bug

\n"; - print qq(Yes, report bug $bug as spam\n); + print qq(Yes, report that bug $bug has spam\n); print "\n"; exit 0; }