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 = 'nore...@php.net'; // this-will-bou...@php.net
+$envelope_sender = 'this-will-bou...@php.net'; // 'nore...@php.net';
 $commit_email_list = array(
     // FastCGI ISAPI
     '|^php/fastcgi-isapi|' => array('sh...@php.net', 'w...@php.net', 
'ed...@php.net'),

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to