Changeset 4116 in subversion for trunk/roundcubemail/program/include/rcube_message.php
- Timestamp:
- Oct 20, 2010 8:24:21 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/include/rcube_message.php
r4114 r4116 449 449 // part is a file/attachment 450 450 else if (preg_match('/^(inline|attach)/', $mail_part->disposition) || 451 $mail_part->headers['content-id'] || (empty($mail_part->disposition) && $mail_part->filename) 451 $mail_part->headers['content-id'] || 452 ($mail_part->filename && 453 (empty($mail_part->disposition) || preg_match('/^[a-z0-9!#$&.+^_-]+$/i', $mail_part->disposition))) 452 454 ) { 453 455 // skip apple resource forks
Note: See TracChangeset
for help on using the changeset viewer.
