define positioning of Authentication-Results header

This commit is contained in:
Matt Simerson 2013-05-02 03:53:21 -04:00
parent a6b563a40c
commit e32154e8ef

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 {