spf: add comment re: Authentication-Results header
This commit is contained in:
parent
d8ef305664
commit
21db884d8e
@ -231,6 +231,7 @@ sub data_post_handler {
|
|||||||
};
|
};
|
||||||
|
|
||||||
$transaction->header->add('Received-SPF', $result->received_spf_header, 0);
|
$transaction->header->add('Received-SPF', $result->received_spf_header, 0);
|
||||||
|
# consider also adding SPF status to Authentication-Results header
|
||||||
|
|
||||||
return DECLINED;
|
return DECLINED;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user