Skip to content

Commit

Permalink
Add easy-to-copypasta nonce in the reply
Browse files Browse the repository at this point in the history
  • Loading branch information
yoe committed Feb 7, 2024
1 parent 59f3563 commit 07c9bef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/sreview-reply
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ $comment->execute($nonce) or die "Cannot fetch comments!";

my $formatter = Text::Format->new(firstIndent => 0);
open my $start, ">", "/tmp/reply-$nonce" or die "Cannot open reply file!";
print $start "# $nonce\n#\n";
my $instructions = $formatter->paragraphs("Please reply to this email with your comments. Any use of a '#' character introduces a comment; comments will be removed before sending. If you wish to abort, make sure the word 'ABORT' appears in the (not-commented part of the) reply.\n\nAny (not-commented) lines that appear after the '#----' line will be entered as a comment in the database");
$instructions .= "\n";
$instructions =~ s/^/# /gm;
Expand Down

0 comments on commit 07c9bef

Please sign in to comment.