define positioning of Authentication-Results header
This commit is contained in:
parent
4d489ea6ef
commit
4a61ef1ad9
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user