diff options
author | peter <peter@FreeBSD.org> | 1999-02-18 01:14:40 +0800 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1999-02-18 01:14:40 +0800 |
commit | 9861d3cabe6e391ea67eb9e09322c701e9199f2d (patch) | |
tree | f27533ac069d200f67aca1fda7e7bae48a62d196 /CVSROOT | |
parent | ed0b22a60c2b76e24175089d01d6dc30e4df2b90 (diff) | |
download | freebsd-ports-gnome-9861d3cabe6e391ea67eb9e09322c701e9199f2d.tar.gz freebsd-ports-gnome-9861d3cabe6e391ea67eb9e09322c701e9199f2d.tar.zst freebsd-ports-gnome-9861d3cabe6e391ea67eb9e09322c701e9199f2d.zip |
Update for post-resend changes use. (the majordomo resend on hub is
using bulk_mailer to inject the mail, the address list is ignored now,
this broke the cvs-committers list)
Diffstat (limited to 'CVSROOT')
-rwxr-xr-x | CVSROOT/log_accum.pl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index 6b6b9038250c..c6fd645204dc 100755 --- a/CVSROOT/log_accum.pl +++ b/CVSROOT/log_accum.pl @@ -1,6 +1,6 @@ #!/usr/local/bin/perl # -# $Id: log_accum.pl,v 1.29 1998/07/27 13:01:39 wosch Exp $ +# $Id: log_accum.pl,v 1.30 1999/02/16 13:39:30 peter Exp $ # # Perl filter to handle the log messages from the checkin of files in # a directory. This script will group the lists of files by log @@ -388,6 +388,7 @@ sub mail_notification { if ($subject ne "") { print(MAIL $subject, "\n"); } + print MAIL "Precedence: bulk\n"); print (MAIL "\n"); print(MAIL join("\n", @text)); |