# #
#
# spam/delete "procmailrc" file
#
# TO USE THESE RECIPES, put
# INCLUDERC=$tag_dir/delete
# into your "main" procmail file (after the tag file).
#
# This file will junk any mail that has been tagged with
# a tag indicating that the message is unwanted.
#
# 1996/06/04 Anne Bennett
# - Initial coding
# 1999/11/11 Anne Bennett
# - Added variable for location of includes directory (tag_dir).
# 2000/06/09 Anne Bennett
# - Make sure that trash_header is set, otherwise all mail matches!
# 2000/06/09 Anne Bennett
# - (Last update)
#
# ----------- "spam" series configuration done in "spam/tag"
trash_header="${trash_header:-X-Procmail: unwanted}"
:0 H
* $ ^$trash_header
/dev/null