strings -a | more
Postfix saves all my email to a flat file and I read it with strings -a pipped to more.If something is sent in a format other than plain text, I just delete it.
strings -a | more
Postfix saves all my email to a flat file and I read it with strings -a pipped to more.If something is sent in a format other than plain text, I just delete it.