On Thu, 13 Aug 2009 10:41:51 +0200, Per Jessen <p...@computer.org> wrote: > My ruleset contains lines like this: > > ifplugin Mail::Spamassassin::Plugin::DKIM > whitelist_from_dkim *...@example.com > endif
i would use def_whitelist_from_dkim with wildcard user, just me, but imho better in other words: whitelist_from_dkim u...@example.com def_whitelist_from_dkim *...@example.net and adjust scores for this 2 sets until you get the best results > I see DKIM_VERIFIED hit in mails from example.com, but the whitelisting > doesn't happen for some reason. What am I doing wrong? this should not happend, check spamassassin --lint output from spamassassin 2>&1 --lint -D | less any errors ? -- Benny Pedersen