User: alborini
Date: 01/07/04 23:48:04
Modified: . log_accum.pl
Log:
Problem with user ?
Revision Changes Path
1.3 +2 -2 CVSROOT/log_accum.pl
Index: log_accum.pl
===================================================================
RCS file: /cvsroot/jboss/CVSROOT/log_accum.pl,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- log_accum.pl 2001/03/22 19:45:07 1.2
+++ log_accum.pl 2001/07/05 06:48:04 1.3
@@ -66,7 +66,7 @@
$PATH = "$PATH:/bin:/usr/bin";
$MAIL_CMD = "| /usr/lib/sendmail -i -t";
$MAIL_TO = '[EMAIL PROTECTED]';
-$MAIL_FROM = "$ENV{'USER'}\@users.sourceforge.net";
+#$MAIL_FROM = "$ENV{'USER'}\@users.sourceforge.net";
$SUBJECT_PRE = 'CVS update:';
############################################################
@@ -311,7 +311,7 @@
print "Mailing the commit message...\n";
open(MAIL, $MAIL_CMD);
- print MAIL "From: $MAIL_FROM\n";
+# print MAIL "From: $MAIL_FROM\n";
print MAIL "To: $MAIL_TO\n";
print MAIL "Subject: $SUBJECT_PRE $ARGV[0]\n\n";
print(MAIL join("\n", @text));
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-development