spf: add comment re: Authentication-Results header

This commit is contained in:
Matt Simerson 2013-03-27 19:07:23 -04:00
parent d8ef305664
commit 21db884d8e

View File

@ -231,6 +231,7 @@ sub data_post_handler {
};
$transaction->header->add('Received-SPF', $result->received_spf_header, 0);
# consider also adding SPF status to Authentication-Results header
return DECLINED;
}