Fix bug in -async where the body_file (via body_filename) wouldn't have the headers in it.
git-svn-id: https://svn.perl.org/qpsmtpd/trunk@947 958fd67b-6ff1-0310-b445-bb7760255be9
This commit is contained in:
parent
59b826d4bb
commit
77582b0b10
@ -279,6 +279,7 @@ sub got_data {
|
|||||||
my $header = Mail::Header->new(\@header_lines,
|
my $header = Mail::Header->new(\@header_lines,
|
||||||
Modify => 0, MailFrom => "COERCE");
|
Modify => 0, MailFrom => "COERCE");
|
||||||
$self->transaction->header($header);
|
$self->transaction->header($header);
|
||||||
|
$self->transaction->body_write($self->{header_lines});
|
||||||
$self->{header_lines} = '';
|
$self->{header_lines} = '';
|
||||||
|
|
||||||
#$header->add("X-SMTPD", "qpsmtpd/".$self->version.", http://smtpd.develooper.com/");
|
#$header->add("X-SMTPD", "qpsmtpd/".$self->version.", http://smtpd.develooper.com/");
|
||||||
|
Loading…
Reference in New Issue
Block a user