#! /bin/sh -x

    #	Filter a message through the annoyance filter
    #	and use dicti at $HOME/.annoyance-filter
    #	We assume that when sendmail executes
    #	this script on our behalf, it has changed the
    #	current directory to our home.

    dict=.annoyance-filter/dict.bin

    [ -r $dict ] &&
    annoyance-filter --read $dict --transcript - --test -
