From 9861d3cabe6e391ea67eb9e09322c701e9199f2d Mon Sep 17 00:00:00 2001 From: peter Date: Wed, 17 Feb 1999 17:14:40 +0000 Subject: 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) --- CVSROOT/log_accum.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CVSROOT/log_accum.pl') diff --git a/CVSROOT/log_accum.pl b/CVSROOT/log_accum.pl index 6b6b903..c6fd645 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)); -- cgit v1.1