Actions
Patch #27025
closedRegex support for excluded mail attachments
Description
Now that we have regex support for mail body delimiters, it makes sense to allow regex parsing for excluded attachment filenames as well.
The common case are email signatures including images. In many cases, the filenames include something like footer
or signature
, so regexes like the following proved to be quite useful for us at Planio:
smime.p7s,.+\.vcf,.*(footer|signature).*\.(gif|jpg|jpeg|png)
The attached patch series implements this feature.
Files
Related issues
Updated by Toshi MARUYAMA about 7 years ago
- Target version changed from Candidate for next minor release to 4.1.0
LGTM.
Updated by Go MAEDA almost 7 years ago
- Blocks Patch #28279: Change German translation for not_a_regexp and setting_mail_handler_enable_regex added
Updated by Go MAEDA almost 7 years ago
The series of patches make "Incoming emails" settings page more consistent.
Updated by Go MAEDA almost 7 years ago
- Status changed from New to Closed
- Assignee set to Go MAEDA
- Target version changed from 4.1.0 to 4.0.0
Committed the patch 0001, 0002 and 0003. I will commit the patch 0004 as another issue (#28279).
Thank you for contributing the patches.
Actions