caabb2c246
PR: 293172 Submitted by: brnrd
15 lines
766 B
PHP
15 lines
766 B
PHP
--- program/lib/Roundcube/rcube_message.php.orig 2026-05-24 08:01:37 UTC
|
|
+++ program/lib/Roundcube/rcube_message.php
|
|
@@ -1006,9 +1006,8 @@ class rcube_message
|
|
elseif (
|
|
preg_match('/^(inline|attach)/', $mail_part->disposition)
|
|
|| !empty($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') {
|
|
continue;
|