ref: 3ed1e24460dbefcb247702aed6c7d4c98c2f2ca5
dir: /acme/bin/Isspam/
#!/bin/rc
if(! ~ $#* 0){
echo usage: Isspam >[1=2]
exit usage
}
if(! ~ `{pwd} /mail/fs/*/[0-9]* || ! test -f raw || ! test -f unixheader){
echo must run in mail directory >[1=2]
exit 'bad dir'
}
cat unixheader raw | upas/isspam