mirror of
https://github.com/webmin/webmin.git
synced 2026-02-03 06:03:28 +00:00
Fix tooltips
This commit is contained in:
@@ -1,10 +1,13 @@
|
|||||||
<header>Senders to never classify as spam (whitelist_from)</header>
|
<header>Senders to never classify as spam</header>
|
||||||
|
|
||||||
Used to whitelist sender addresses which send mail that is often tagged (incorrectly) as spam. <p>
|
The <tt>whitelist_from</tt> option is used to whitelist sender addresses which
|
||||||
|
send mail that is often tagged (incorrectly) as spam. <p>
|
||||||
|
|
||||||
Use of this setting is not recommended, since it blindly trusts the message, which is routinely and easily forged by spammers and phish senders. <p>
|
Use of this setting is not recommended, since it blindly trusts the message,
|
||||||
|
which is routinely and easily forged by spammers and phish senders. <p>
|
||||||
|
|
||||||
The recommended solution is to instead use whitelist_auth or other authenticated whitelisting methods, or whitelist_from_rcvd. <p>
|
The recommended solution is to instead use whitelist_auth or other authenticated
|
||||||
|
whitelisting methods, or <tt>whitelist_from_rcvd</tt>. <p>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|
||||||
|
|||||||
@@ -1,5 +1,8 @@
|
|||||||
<header>Sender to never classify as spam (whitelist_from_rcvd)</header>
|
<header>Sender to never classify as spam</header>
|
||||||
|
|
||||||
Use this to supplement the allowed sender addresses with a check against the Received headers. The first parameter is the address to whitelist, and the second is a string to match the relay's rDNS. <p>
|
The <tt>whitelist_from_rcvd</tt> option is used to supplement the allowed
|
||||||
|
sender addresses with a check against the received headers. The first parameter
|
||||||
|
is the address to whitelist, and the second is a string to match the relay's
|
||||||
|
rDNS. <p>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
@@ -1,6 +1,7 @@
|
|||||||
<header>Exceptions for senders to never classify as spam (unwhitelist_from)</header>
|
<header>Exceptions for senders to never classify as spam</header>
|
||||||
|
|
||||||
Used to override an sender to never classify as spam, for example to be more
|
The <tt>unwhitelist_from</tt> option is used to override a sender to never
|
||||||
specific or to block an address that is allowed globally. <p>
|
classify as spam, for example to be more specific or to block an address that is
|
||||||
|
allowed globally. <p>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
|
|||||||
Reference in New Issue
Block a user