postfix: avoid logging full headers (#319)

This commit is contained in:
Todd Zullinger 2024-04-05 14:29:13 -04:00 committed by GitHub
parent d3cf60d2c8
commit 3012033317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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;