Tag Archives: html

HTML and Procmail

Now I have permanently switced to Mutt as my MTA (Mail Transfer
Agent), embedded HTML in emails has started to become a hindrance. So
I devised a simple procmail recipe to pipe all my HTML messages to text-only links2 so all the useless
formatting and images are removed, yet the messages are still readable
(if not more so).
:0:
* ^Content-Type.*text/html
{
[...]

0
| 0 Comments - Leave A Response | Posted in software | Also tagged , | Edit