Fix DMARC authentication-result string
This commit is contained in:
parent
298b92f067
commit
0e614e8741
@ -147,7 +147,7 @@ sub data_post_handler {
|
||||
|
||||
my $disposition = $dmarc->result->disposition;
|
||||
my $auth_str = "dmarc=$disposition";
|
||||
$auth_str = " (p=" . $pol->p . ")" if $pol;
|
||||
$auth_str .= " (p=" . $pol->p . ")" if $pol;
|
||||
|
||||
if ( $dmarc->result->result eq 'pass' ) {
|
||||
$self->log(LOGINFO, "pass");
|
||||
|
Loading…
Reference in New Issue
Block a user