aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1999-02-18 01:14:40 +0800
committerpeter <peter@FreeBSD.org>1999-02-18 01:14:40 +0800
commit9861d3cabe6e391ea67eb9e09322c701e9199f2d (patch)
treef27533ac069d200f67aca1fda7e7bae48a62d196 /CVSROOT
parented0b22a60c2b76e24175089d01d6dc30e4df2b90 (diff)
downloadfreebsd-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-xCVSROOT/log_accum.pl3
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));