summaryrefslogtreecommitdiffstats
path: root/email_in.pl
diff options
context:
space:
mode:
Diffstat (limited to 'email_in.pl')
-rw-r--r--email_in.pl2
1 files changed, 1 insertions, 1 deletions
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 {