#! /bin/sh -x

    #	Filter a message through the annoyance filter
    #	installed in the standard $HOME/.annoyance-filter
    #	location.  We assume that when sendmail executes
    #	this script on our behalf, it has changed the
    #	current directory to our home.
    
    cd .annoyance-filter
    ./annoyance-filter --read dict.bin --transcript - --test -
