#kill HTML attachments and signatures
:0BD fwb
* ^begin 600 WINMAIL\.DAT$
| sed -e '/^begin 600 WINMAIL\.DAT$/,/^end$/d'
# Remove v-cards
:0BD fwbw
* ^begin 600 .*.vcf
| sed -e '/^begin 600 .*.vcf/,/^end$/d'
# :0 f
# * ! ^Content-Type:\<*text/html
# * ! ^Content-Type:\<*multipart/(mixed|alternative)
# | lynx -dump
#
# # Else, if it's a multipart but it doesn't have HTML, do nothing; ...
# :0Ef
# * ^Content-Type:\<*multipart/(mixed|alternative)
# * ! B ?? ^Content-Type:\<*text/html
# { }