I'd like to search messages for anything FROM someone whose name
is on a list, AND for anything that mentions either my name or
my mail address (to find replies).
Right now I'm doing this in two passes. The first pass searches
the From: field for @find, where the file named FIND contains the
list of names. The second pass searches the header and body for
the string "msmith|mark e. smith".
Am I doing this the hard way?
-- Mark E. Smith <msmith@lvnworth.com>