https://bz.apache.org/SpamAssassin/show_bug.cgi?id=8087
--- Comment #22 from Sidney Markowitz <sid...@sidney.com> --- (In reply to Benny Pedersen from comment #21) > in Mail::DMARC there is a file named dmarc_whitelist :) > > content of that file is hopefully used in spamassassin 4 ? SpamAssassin calls Mail::DMARC to validate the email. The code inside Mail::DMarc seems to make use of a mail-dmarc.ini file that can specify the location of a whitelist file of which there is a sample named dmarc_whitelist in a share directory. I don't know where exactly the Mail::DMARC code will look for mail-dmarc.ini when it is installed on the system as a SpamAssassin plugin. It is using File::ShareDir for that, so I guess there is some fairly standard place to put it. This is outside of my expertise and outside the scope of this bug report, so the left is left as an exercise for people who want to configure Mail::DMARC to do specific customizations. -- You are receiving this mail because: You are the assignee for the bug.