According to RFC7489 authstr should be: none, pass, fail, temperror, permerror
This commit is contained in:
parent
0e614e8741
commit
feb63c95a5
@ -146,7 +146,8 @@ sub data_post_handler {
|
|||||||
};
|
};
|
||||||
|
|
||||||
my $disposition = $dmarc->result->disposition;
|
my $disposition = $dmarc->result->disposition;
|
||||||
my $auth_str = "dmarc=$disposition";
|
my $result = $dmarc->result->result;
|
||||||
|
my $auth_str = "dmarc=$result";
|
||||||
$auth_str .= " (p=" . $pol->p . ")" if $pol;
|
$auth_str .= " (p=" . $pol->p . ")" if $pol;
|
||||||
|
|
||||||
if ( $dmarc->result->result eq 'pass' ) {
|
if ( $dmarc->result->result eq 'pass' ) {
|
||||||
|
Loading…
Reference in New Issue
Block a user