Removing all attachment also block contents

f4242

Renowned Member
Dec 19, 2016
104
5
83
Quebec, QC
Hello,

I'm trying to remove all attachment received by an email address. When I use the action remove all attachment, this also match "plain/text" attachement that content the message. Is there a way to block all attachment but allow text/plain and text/html?

Thanks,
 
Hm - the first mime-part of the message (the content) should remain untouched if it has a fitting content-type (text/*).
However it seems that doesn't catch those mails which are multipart/alternative (i.e. containing text/plain and text/html) - A colleague is working on a patch - so it should be fixed soon

I hope this helps!