Skip to content

Commit

Permalink
Correct documentation of option limit_email_domains
Browse files Browse the repository at this point in the history
Fixes #22335
  • Loading branch information
atrol committed Feb 7, 2017
1 parent 8dd089b commit 8fdd843
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docbook/Admin_Guide/en-US/config/email.xml
Expand Up @@ -254,14 +254,14 @@ $g_notify_flags['new'] = array(
</listitem>
</varlistentry>
<varlistentry>
<term>$g_limit_email_domain</term>
<term>$g_limit_email_domains</term>
<listitem>
<para>Only allow and send email to addresses in the given domain.
<para>Only allow and send email to addresses in the given domain(s).
This is useful as a security feature and it is also useful in cases
like Sourceforge where its servers are only limited to send emails
to SourceForge email addresses in order to avoid
spam. $g_limit_email_domain =
'users.sourceforge.net';
spam. $g_limit_email_domains =
array( 'users.sourceforge.net', 'sourceforge.net' );
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit 8fdd843

Please sign in to comment.