[wpmu-trac] Re: [WordPress MU Trac] #544: Sending emails to bad addresses

WordPress MU Trac wpmu-trac at lists.automattic.com
Mon Jan 14 02:48:23 GMT 2008


#544: Sending emails to bad addresses
-------------------------+--------------------------------------------------
 Reporter:  copperblade  |        Owner:  somebody
     Type:  defect       |       Status:  new     
 Priority:  normal       |    Milestone:          
Component:  component1   |      Version:          
 Severity:  normal       |   Resolution:          
 Keywords:               |  
-------------------------+--------------------------------------------------
Comment (by copperblade):

 preformatted:

 {{{
 fgrep -r support@ *
 wp-admin/wpmu-options.php:
 <?php printf( __( 'Registration and support mails will come from this
 address. Make it generic like "support@%s"' ), $current_site->domain ); ?>
 wp-includes/class-phpmailer.php:    var $From               =
 "support at wordpress.com";
 wp-includes/wpmu-functions.php:         $admin_email = 'support@' .
 $_SERVER['SERVER_NAME'];
 wp-includes/wpmu-functions.php:         $admin_email = 'support@' .
 $_SERVER['SERVER_NAME'];
 wp-includes/wpmu-functions.php:         $admin_email = 'support@' .
 $_SERVER['SERVER_NAME'];
 wp-includes/wpmu-functions.php:         $admin_email = 'support@' .
 $_SERVER['SERVER_NAME'];
 wp-settings.php:                graceful_fail(sprintf(__('This blog has
 not been activated yet. If you are having problems activating your blog,
 please contact <a href="mailto:support@{%1$s}">support@{%1$s}</a>.'),
 $current_site->domain));
 }}}

-- 
Ticket URL: <http://trac.mu.wordpress.org/ticket/544#comment:1>
WordPress MU Trac <http://mu.wordpress.org/>
WordPress Multiuser


More information about the wpmu-trac mailing list