gwynne Tue, 18 Aug 2009 10:17:41 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=287444
Log:
the envelope sender seems to trigger some particular configuration in the lists
MX; reverting it to its former value for now
Changed paths:
U SVNROOT/commit-email.php
Modified: SVNROOT/commit-email.php
===================================================================
--- SVNROOT/commit-email.php 2009-08-18 10:12:32 UTC (rev 287443)
+++ SVNROOT/commit-email.php 2009-08-18 10:17:41 UTC (rev 287444)
@@ -7,7 +7,7 @@
// Constants
$smtp_server = '127.0.0.1';
-$envelope_sender = '[email protected]'; // [email protected]
+$envelope_sender = '[email protected]'; // '[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