Skip to content

Commit

Permalink
postfix: avoid logging full headers (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmzullinger authored Apr 5, 2024
1 parent d3cf60d commit 3012033
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Qpsmtpd/Postfix.pm
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ sub inject_mail {

my $hdr = $transaction->header->as_string;
for (split(/\r?\n/, $hdr)) {
print STDERR "hdr: $_\n";
# print STDERR "hdr: $_\n";
$strm->print_msg_line($_);
}
$transaction->body_resetpos;
Expand Down

0 comments on commit 3012033

Please sign in to comment.