remove the claim that perlthanks gets an autoreply
authorRicardo Signes <rjbs@cpan.org>
Wed, 1 Jan 2014 23:20:21 +0000 (18:20 -0500)
committerRicardo Signes <rjbs@cpan.org>
Wed, 1 Jan 2014 23:20:21 +0000 (18:20 -0500)
utils/perlbug.PL

index 5a553d3..3b89c04 100644 (file)
@@ -118,17 +118,23 @@ if ($outfile) {
     Send();
     if ($thanks) {
        print "\nThank you for taking the time to send a thank-you message!\n\n";
+
+       paraprint <<EOF
+Please note that mailing lists are moderated, your message may take a while to
+show up.
+EOF
     } else {
        print "\nThank you for taking the time to file a bug report!\n\n";
-    }
 
-    paraprint <<EOF
+       paraprint <<EOF
 Please note that mailing lists are moderated, your message may take a while to
 show up. If you do not receive an automated response acknowledging your message
 within a few hours (check your SPAM folder and outgoing mail) please consider
 sending an email directly from your mail client to perlbug\@perl.org or
 perl-thanks\@perl.org respectively.
 EOF
+    }
+
 }
 
 exit;