[Mailman-Developers] DMARC mitigation code question

2017-10-19 Thread Lindsay Haisley
Mark, et al While configuring the MM 2.1 DMARC mitigation code for use in Courier- MTA I note that the return fromĀ _DMARCProhibited(..) for a detected policy of "p=none" is True, just as it is for "p=quarantine" and "p=reject". Why is this? I would assume that if this code is reached, and p=none,

Re: [Mailman-Developers] DMARC mitigation code question

2017-10-19 Thread Mark Sapiro
On 10/19/2017 07:32 AM, Lindsay Haisley wrote: > Mark, et al > > While configuring the MM 2.1 DMARC mitigation code for use in Courier- > MTA I note that the return fromĀ _DMARCProhibited(..) for a detected > policy of "p=none" is True, just as it is for "p=quarantine" and > "p=reject". Why is this