BuGlessRB / procmail

The mail sorting program
GNU General Public License v2.0
47 stars 8 forks source link

MIME-encoded and/or base64 headers? #3

Open 00shoham opened 1 year ago

00shoham commented 1 year ago

Headers - notably Subject: but I imagine others, can be MIME-encoded. This seems to happen fairly often. It would be cool if procmail could detect such and map them to UTF-8, for easier RegEx parsing in rules.

00shoham commented 1 year ago

I've written a filter to handle this - could be helpful to others.

https://github.com/00shoham/procmail-pre