From 14f0f8714bca5795b7823b22f8680eebac284df7 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 5 Apr 2009 21:47:10 +0000 Subject: Bug 486744: Accept the multipart/signed emails - Patch by Mikhail Gusarov r/a=mkanat --- email_in.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'email_in.pl') diff --git a/email_in.pl b/email_in.pl index 59a716a57..1e04e5c6a 100644 --- a/email_in.pl +++ b/email_in.pl @@ -225,7 +225,7 @@ sub get_body_and_attachments { my $body; my $attachments = []; - if ($ct =~ /^multipart\/alternative/i) { + if ($ct =~ /^multipart\/(alternative|signed)/i) { $body = get_text_alternative($email); } else { -- cgit v1.2.3-24-g4f1b