Am 16.08.2016 um 22:04 schrieb Benny Pedersen:
On 2016-08-16 21:52, li...@rhsoft.net wrote:
Am 16.08.2016 um 21:31 schrieb Benny Pedersen:
On 2016-08-16 13:57, RW wrote:
whitelist_from_dkim *@example.com *@example.net
should be sepearted line
why?
read perldoc
read spamassassin docs
WHITELIST AND BLACKLIST OPTIONS
Whitelist and blacklist addresses are now file-glob-style patterns, so
fri...@somewhere.com, *@isp.com, or *.domain.net will all work.
Specifically, * and ? are allowed, but all other metacharacters are not.
Regular expressions are not used for security reasons.
Multiple addresses per line, separated by spaces, is OK. Multiple
whitelist_from lines is also OK.
blacklist_from *@example.com *@example.net
cant remember if that can be one line
as all whitelist_ and blacklist_ *it can*
so what is your point?
read perldoc
read spamassassin docs
unwhitelist_from_rcvd a...@ress.com
Used to override a default whitelist_from_rcvd entry, so for example a
distribution whitelist_from_rcvd can be overridden in a local.cf file,
or an individual user can override a whitelist_from_rcvd entry in their
own user_prefs file.
The specified email address has to match exactly the address previously
used in a whitelist_from_rcvd line.
e.g.
unwhitelist_from_rcvd j...@example.com f...@example.com
unwhitelist_from_rcvd *@axkit.org