[wp-trac] [WordPress Trac] #15706: Allow wildcarded domains in multisite limited email domains

WordPress Trac wp-trac at lists.automattic.com
Thu Sep 22 08:26:42 UTC 2011


#15706: Allow wildcarded domains in multisite limited email domains
------------------------------------+------------------
 Reporter:  djcp                    |       Owner:
     Type:  enhancement             |      Status:  new
 Priority:  normal                  |   Milestone:  3.3
Component:  Multisite               |     Version:
 Severity:  normal                  |  Resolution:
 Keywords:  has-patch dev-feedback  |
------------------------------------+------------------

Comment (by westi):

 I still think a better solution here is a filter which allows for a plugin
 to implement this or any other rule for allowed domains rather than
 complicating the core code in this case.

 We should just augment this line of code with an extra apply_filters call:

 {{{
 if ( in_array( $emaildomain, $limited_email_domains ) == false )
 }}}

-- 
Ticket URL: <http://core.trac.wordpress.org/ticket/15706#comment:17>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list