Change Received header ordering when using SSL
This commit is contained in:
parent
371a9bf4a0
commit
3ef92f214e
@ -869,7 +869,7 @@ sub received_line {
|
|||||||
. $self->config('me')
|
. $self->config('me')
|
||||||
. " (qpsmtpd/"
|
. " (qpsmtpd/"
|
||||||
. $self->version
|
. $self->version
|
||||||
. ") with $sslheader$smtp; "
|
. ") with $smtp $sslheader; "
|
||||||
. (strftime('%a, %d %b %Y %H:%M:%S %z', localtime));
|
. (strftime('%a, %d %b %Y %H:%M:%S %z', localtime));
|
||||||
}
|
}
|
||||||
$self->transaction->header->add('Received', $header_str, 0);
|
$self->transaction->header->add('Received', $header_str, 0);
|
||||||
|
Loading…
Reference in New Issue
Block a user