# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# Header fields I don't normally want to see
#
ignore *               # this means "ignore all lines by default"

# I do want to see these fields, though!
#unignore       from: subject to cc mail-followup-to \
#               date x-mailer x-url # this shows how nicely wrap long lines
#unignore *
unignore return-path envelope-to from to cc subject date x-spam-status reply-to

# - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
#
# User Defined Headers
#

#my_hdr X-Useless-Header: Look ma, it's a \# sign! # real comment
#my_hdr X-Operating-System: `uname -a`
my_hdr From: Mark Nipper <nipsy@bitgnome.net>
