define positioning of Authentication-Results header

This commit is contained in:
Matt Simerson 2013-05-02 03:53:21 -04:00
parent 4d489ea6ef
commit 4a61ef1ad9

View File

@ -812,7 +812,7 @@ sub authentication_results {
};
$self->log(LOGDEBUG, "adding auth results header" );
$self->transaction->header->add('Authentication-Results', join('; ', @auth_list) );
$self->transaction->header->add('Authentication-Results', join('; ', @auth_list), 0);
};
sub clean_authentication_results {