gwynne Tue, 25 Aug 2009 11:00:07 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=287681
Log:
go back to noreply@, if nothing else it's more correct and seems to mostly work
Changed paths:
U SVNROOT/commit-email.php
Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php 2009-08-25 10:39:45 UTC (rev 287680)
+++ SVNROOT/commit-email.php 2009-08-25 11:00:07 UTC (rev 287681)
@@ -7,7 +7,7 @@
// Constants
$smtp_server = '127.0.0.1';
-$envelope_sender = '[email protected]'; // '[email protected]';
+$envelope_sender = '[email protected]';
$commit_email_list = array(
// FastCGI ISAPI
'|^php/fastcgi-isapi|' => array('[email protected]', '[email protected]',
'[email protected]'),
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php