On 2016-08-16 13:57, RW wrote:
On Tue, 16 Aug 2016 08:18:55 +0000
Chris Lee wrote:
Hi Merijn,
Still digest your solution, look like it rather complex to me.
Besides, it is possible to just whitelist or blacklist some email
address for DKIM checking?
You could do it like this:
whitelist_from_dkim *@example.com *@example.net
blacklist_from *@example.com *@example.net
The two rules score -100 and 100 respectively, so they cancel out if
dkim passes.
fail
perldoc Mail::SpamAssassin::Plugin::DKIM
whitlist_from_dkim must be on seperate line pr domain
thanks to ATPS dkim signing :(