X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/603f1cfdc56691b331b6ef337a8c3633e7a125b3..c1f8f16a9b467565fbef7e8c85f0aad8bfad6bde:/config/announce-gen diff --git a/config/announce-gen b/config/announce-gen index 7b8095ae..01e4047f 100755 --- a/config/announce-gen +++ b/config/announce-gen @@ -226,11 +226,13 @@ sub print_changelog_deltas ($$) $fail and exit 1; + # The markup is escaped as <\# so that when this script is sent by + # mail (or part of a diff), Gnus is not triggered. print < +<\#secure method=pgpmime mode=sign> FIXME: put comments here @@ -263,8 +265,10 @@ EOF print "\nHere are the MD5 and SHA1 signatures:\n"; print "\n"; - print "<#part type=text/plain filename=\"$tmp\" disposition=inline>\n" - . "<#/part>\n"; + # The markup is escaped as <\# so that when this script is sent by + # mail (or part of a diff), Gnus is not triggered. + print "<\#part type=text/plain filename=\"$tmp\" disposition=inline>\n" + . "<\#/part>\n"; open OUT, '>', $tmp or die "$ME: $tmp: cannot open for writing: $!\n";