Suggest that monthly reports be emailed as an attachment
This commit is contained in:
parent
e8990f1fb7
commit
5dafec0da8
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=41530
1 changed files with 2 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue