Merge pull request #48 from priyadi/spamassassin
spamassassin: Fix extra newlines between headers and body.
This commit is contained in:
commit
bdeb92e01b
@ -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