==================== Building and installing debbie ==================== $ sudo make install Builds and installs debbie into /usr/local/bin/ $ make install prefix=~ Builds and installs debbie into ~/bin/ You'll need: C99-compliant C compiler, make, m4, flex, groff (for the man page). ====================== Using debbie from procmail ====================== Add this rule to your ~/.procmailrc : :0 Wif * ^Content-Transfer-Encoding: base64$ * ^Content-Type: text/ |/usr/local/bin/debbie before any rule that matches on message body, and before the rule that pipes messages into your spam filter. Although most spam filters should be able to do their own decoding, invoking `debbie` first will avoid doing the job twice. ====================== Using debbie from a shell ====================== Pipe an email message into debbie's standard input, receive the filtered version on standard output: $ debbie < msg-base64 > msg-8bit ________________________________________________________________________ $Id: INSTALL,v 2.1 2019/10/04 17:14:52 ndr Exp $