On Mon, Apr 18, 2016 at 07:45:01AM -0700, BP20 wrote: > Does anyone have an idea for how to decode base64 encoded > emails (Content-Transfer-Encoding: base64) in order to filter the > content? > http://www.postfix.org/FILTER_README.html#simple_filter > <http://www.postfix.org/FILTER_README.html#simple_filter>
Base64 decoding is the easy part, the tricky part is MIME parsing, and then deciding which MIME parts one wants to (base64) decode. -- Viktor.