aboutsummaryrefslogtreecommitdiffstats
path: root/CVSROOT
diff options
context:
space:
mode:
authorwosch <wosch@FreeBSD.org>1998-07-27 20:29:36 +0800
committerwosch <wosch@FreeBSD.org>1998-07-27 20:29:36 +0800
commit3acc991b4cecb3daa80ad44695fdaf5ac95a6cd3 (patch)
tree53f0e90e9e6525307b983e6d2c3de8f9690ed6fb /CVSROOT
parentc0455193f5245793985d27e4b1c7e4f9eb148ac0 (diff)
downloadfreebsd-ports-gnome-3acc991b4cecb3daa80ad44695fdaf5ac95a6cd3.tar.gz
freebsd-ports-gnome-3acc991b4cecb3daa80ad44695fdaf5ac95a6cd3.tar.zst
freebsd-ports-gnome-3acc991b4cecb3daa80ad44695fdaf5ac95a6cd3.zip
Disable excessive cross-posting to cvs-* mailing lists.
This is a workaround until the postmaster fix his scripts.
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 bcf6c35c2164..c5a8c521151b 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.25 1997/05/23 04:29:24 peter Exp $
+# $Id: log_accum.pl,v 1.26 1997/06/08 16:46:17 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
@@ -356,6 +356,7 @@ sub mail_notification {
foreach $line (@mailaddrs) {
next if ($unique{$line});
$unique{$line} = 1;
+ next if /^cvs-/;
print(MAIL ", " . $line . $dom);
}
print(MAIL "\n");