Suggest that monthly reports be emailed as an attachment

This commit is contained in:
Gavin Atkinson 2013-05-01 11:57:15 +00:00
parent e8990f1fb7
commit 5dafec0da8
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41530

View file

@ -1,4 +1,5 @@
#!/usr/bin/perl -w
# $FreeBSD$
require "./cgi-style.pl";
@ -152,7 +153,7 @@ if ($Submit)
);
my $contents = join('', @contents);
$contents = "<!-- Mail to: monthly\@freebsd.org -->\n$contents";
$contents = "<!-- Mail as an attachment to: monthly\@freebsd.org -->\n$contents";
if (!$errors)
{