From 6aeeb993af9ea53703dd60457bf5053cee2afe94 Mon Sep 17 00:00:00 2001 From: Moritz Bunkus Date: Tue, 12 Jan 2021 16:57:11 +0100 Subject: [PATCH] =?utf8?q?Mailer:=20=C3=BCberfl=C3=BCssigen=20Nicht-Standa?= =?utf8?q?rd-Header=20entfernt?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Einen Header namens »Type« gibt's nicht. Vermutlich war »ContentType« gemeint, aber der wird definitiv anders gesetzt und nicht auf multipart/mixed. --- SL/Mailer.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/SL/Mailer.pm b/SL/Mailer.pm index d609e3e11..4afda6885 100644 --- a/SL/Mailer.pm +++ b/SL/Mailer.pm @@ -207,8 +207,6 @@ sub _create_message { my @parts; - push @{ $self->{headers} }, (Type => "multipart/mixed"); - if ($self->{message}) { push @parts, Email::MIME->create( attributes => { -- 2.20.1