=================================================================== RCS file: /home/cvs/CVSROOT/log_generate.pl,v retrieving revision 1.4 retrieving revision 1.5 diff -u -p -r1.4 -r1.5 --- CVSROOT/log_generate.pl 2000/09/22 17:11:37 1.4 +++ CVSROOT/log_generate.pl 2000/10/03 04:00:21 1.5 @@ -1,6 +1,6 @@ #!/usr/bin/perl -w # -# $OpenXM: CVSROOT/log_generate.pl,v 1.3 1999/11/12 15:18:10 maekawa Exp $ +# $OpenXM: CVSROOT/log_generate.pl,v 1.4 2000/09/22 17:11:37 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\@openxm\.org"); + open(MAIL, "| /usr/sbin/mailsend -H cvs-committers$dom"); } # This is turned off since the To: lines go overboard.