summaryrefslogtreecommitdiff
path: root/mail/roundcube/files/patch-program_lib_Roundcube_rcube_message.php
blob: 081df4ae93dab606861dc7f0ac405c1d842bfa66 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- program/lib/Roundcube/rcube_message.php.orig	2021-10-19 08:32:55.709205000 +0200
+++ program/lib/Roundcube/rcube_message.php	2021-10-19 08:34:30.613574000 +0200
@@ -910,8 +910,7 @@
                 else if (
                     preg_match('/^(inline|attach)/', $mail_part->disposition)
                     || $mail_part->headers['content-id']
-                    || ($mail_part->filename &&
-                        (empty($mail_part->disposition) || preg_match('/^[a-z0-9!#$&.+^_-]+$/i', $mail_part->disposition)))
+                    || $mail_part->filename
                 ) {
                     // skip apple resource forks
                     if ($message_ctype_secondary == 'appledouble' && $secondary_type == 'applefile') {