Per, > >> http://jessen.ch/files/community36.eml > >> whitelist_from_dkim *...@community36.net > >> > >> The actual author is 'keine-antw...@community36.net'; I have run it > >> through SA with debug on and I see it being added to whitelist > >> entries. Still when it is checked by DIM, it reports "author > >> keine-antw...@community36.net, not in any dkim whitelist". > > > > I don't see DKIM record set for community36.net. If it's not set, it > > can't match. > > Okay. Well, SA still reports DKIM_VERIFIED, so the signature is fine, > but maybe I'm whitelisting on the wrong thing? I also tried this:
Without the second argument to whitelist_from_dkim, it checks for author signatures, as documented. In your case the mail carries a signature by domain mcsv129.net, so you have a third-party signature there. If you want to whitelist an author by some third party signature, you need to tell in the second argument which signing domain is acceptable. whitelist_from_dkim *...@community36.net mcsv129.net Mark