diff options
-rw-r--r-- | utils/perlbug.PL | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/utils/perlbug.PL b/utils/perlbug.PL index 5a553d3e94..3b89c04072 100644 --- a/utils/perlbug.PL +++ b/utils/perlbug.PL @@ -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; |