postfix: avoid logging full headers (#319)
This commit is contained in:
parent
d3cf60d2c8
commit
3012033317
@ -206,7 +206,7 @@ sub inject_mail {
|
|||||||
|
|
||||||
my $hdr = $transaction->header->as_string;
|
my $hdr = $transaction->header->as_string;
|
||||||
for (split(/\r?\n/, $hdr)) {
|
for (split(/\r?\n/, $hdr)) {
|
||||||
print STDERR "hdr: $_\n";
|
# print STDERR "hdr: $_\n";
|
||||||
$strm->print_msg_line($_);
|
$strm->print_msg_line($_);
|
||||||
}
|
}
|
||||||
$transaction->body_resetpos;
|
$transaction->body_resetpos;
|
||||||
|
Loading…
Reference in New Issue
Block a user