> Has anyone mechanised a way of parsing a Clara mail log
> and selecting particular lines to add to the Clara mail
> filter?
My suggestion would be to fgrep the file for these words
and then copy and paste the search results into the mail
filter file.
The power of fgrep is in its support for what are called
regular expressions. These allow you to create powerful,
specific search patterns:
For example: ^From
will search for all lines starting with the word From.
You could search the web for fgrep, or alternatively the
Zeus editor also comes with the fgrep tool:
http://www.zeusedit.com
To access the fgrep use the "Edit, Find in Files" menu and
run your search with regular expressions option enabled.
The online help also has a section that describes how to
create regular expressions.
Note: Zeus is shareware (45 day trial).
Jussi Jumppanen
Author: Zeus for Windows