Fix extra newlines between headers and body. This caused problems with DKIM verification in SpamAssassin
This commit is contained in:
parent
d60882c857
commit
2775e992a1
@ -291,7 +291,7 @@ sub assemble_message {
|
||||
my $message =
|
||||
"X-Envelope-From: "
|
||||
. $transaction->sender->format . "\n"
|
||||
. $transaction->header->as_string . "\n\n";
|
||||
. $transaction->header->as_string;
|
||||
|
||||
while (my $line = $transaction->body_getline) { $message .= $line; }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user