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,
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