# $Id: subject-passwords,v 1.1 2002/12/14 01:26:30 root Exp $
#
# Allow any messages that have a special keyword in the subject,
# as listed in a user's "subjects+" file.
exception {
    SHELL=/bin/sh

    /^Subject: .*/
    if (lookup($MATCH, '.mailfilters/subjects+'))
    {
	xfilter "reformail -A '$JUNK_TAG: allowed: subject has password \"$MATCH\"'"
	to $DEFAULT
    }
}
