Date: 10/08/99
- Next message: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT loginfo.pl"
- Previous message: Thies C. Arntzen: "Re: [PHP-DEV] Re: Bug #2466 Updated: charset"
- Next in thread: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT loginfo.pl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
andrei Fri Oct 8 11:23:38 1999 EDT
Modified files:
/CVSROOT loginfo.pl
Log:
Changes for cvs-daily list.
Index: CVSROOT/loginfo.pl
diff -u CVSROOT/loginfo.pl:1.14 CVSROOT/loginfo.pl:1.15
--- CVSROOT/loginfo.pl:1.14 Thu Oct 7 06:13:35 1999
+++ CVSROOT/loginfo.pl Fri Oct 8 11:23:07 1999
@@ -23,6 +23,11 @@
$mailto = $mailfrom;
$cvsuser = shift;
+if ($cvsuser eq "changelog") {
+ $envaddr = "php-cvs-daily-private\ <email protected>";
+} else {
+ $envaddr = $mailto;
+}
<email protected> = split(" ", $ARGV[0]);
$directory = $args[0];
@@ -46,7 +51,10 @@
while(<STDIN>) {
chop;
- if($state eq 5) { $logmsg .= $_."\n"; }
+ if($state eq 5) {
+ next if (/^@/);
+ $logmsg .= $_."\n";
+ }
if(/^Log Message/) { $state = 5; }
}
@@ -214,7 +222,7 @@
print "HELO cvsserver\r\n".
"MAIL FROM:<$mailfrom>\r\n".
-"RCPT TO:<$mailto>\r\n".
+"RCPT TO:<$envaddr>\r\n".
"DATA\r\n".
"$email\r\n".
".\r\n".
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT loginfo.pl"
- Previous message: Thies C. Arntzen: "Re: [PHP-DEV] Re: Bug #2466 Updated: charset"
- Next in thread: Andrei Zmievski: "[PHP-DEV] cvs: /CVSROOT loginfo.pl"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

