#!/bin/sh # inc a message from stdin # Useful for use with formail to deliver to an MH folder; I used this in a # procmail rule to automatically split up a digest. cat >~/msg.$$ /opt/bin/inc $* -file ~/msg.$$ rm -f ~/msg.$$