=================================================================== RCS file: /home/cvs/CVSROOT/log_generate.pl,v retrieving revision 1.3 retrieving revision 1.4 diff -u -p -r1.3 -r1.4 --- CVSROOT/log_generate.pl 1999/11/12 15:18:10 1.3 +++ CVSROOT/log_generate.pl 2000/09/22 17:11:37 1.4 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# $OpenXM: CVSROOT/log_generate.pl,v 1.2 1999/10/27 18:04:48 maekawa Exp $ +# $OpenXM: CVSROOT/log_generate.pl,v 1.3 1999/11/12 15:18:10 maekawa Exp $ # # Most parts obtained from FreeBSD.org and modified for OpenXM # @@ -292,7 +292,7 @@ sub mail_notification { if ($debug) { open(MAIL, "| /usr/sbin/mailsend -H $owner$dom"); } else { - open(MAIL, "| /usr/sbin/mailsend -H cvs-committers$dom"); + open(MAIL, "| /usr/sbin/mailsend -H cvs-committers\@openxm\.org"); } # This is turned off since the To: lines go overboard.