--On Wednesday, August 12, 2020 11:29 AM -0700 Mark Sapiro <mark@msapiro.net> wrote:
On 8/12/20 9:37 AM, Quanah Gibson-Mount wrote:
Is there a way to configure a list automatically put a hold on messages that have binary attachments such as jpgs, pngs, etc?
You can use header matching rules (Header filters) for this:
E.g., Header = content-type Pattern = image/ Action = Hold
will hold all messages with attached images
A pattern like
^(?!(text/|multipart/|message/|application/.*signature))
will match any message that has an elemental part that isn't text/ or some kind of signature.
Thank you very much! Applied. :)
Regards, Quanah
--
Quanah Gibson-Mount Product Architect Symas Corporation Packaged, certified, and supported LDAP solutions powered by OpenLDAP: <http://www.symas.com>