1#!/bin/rc 2 3# standard library 4. /mail/lib/pipeto.lib $* 5 6if(isspam) 7 spool-tagged-spam 8if not 9 spool /mail/box/$USER/mbox 10exit 0 11