The help information for MailFaces is all contained in the Web pages which you are now reading. All that the MailFaces Help key will do is give you the address of the Help URL.
The icon images that you see in the MailFaces window are really buttons and can be selected with the mouse. When selected, they will display a list of the mail messages that are represented by that image button. Each entry will show:
Each listed entry is proceeded by a selection checkbox.
If the Deleted Checked Mail button is pushed, then any
selected mail messages will be deleted at the server.
If the button represents a KillSelect message, than this
checkbutton will be automatically turned on.
If the Deleted Listed Mail button is pushed, then all
of the listed mail messages will be deleted at the server.
Note: The deleted mail messages can not be recovered.
You can also display the text of the mail message by pressing the Show Checked Mail button. The mail message text will be displayed in a new dialog box for the first checked mail message. If no message is checked, then the first (or only) mail messaged is displayed.
From the Display dialog, you can push the Show Headers button and have the complete set of mail headers displayed. This can be very useful in determining how to write Select statements to handle mail icon selection.
In addition to displaying a custom icon for Email, you can have Mailfaces send a message to your cellphone when Email arrives from people that you have selected. This message will contain the Subject of the Email, who it is from and as much text as will fit in the constraints of the Short Message Service (usually 160 characters). To enable the service, you have to do the following:
I use the Cingular service. They do not currently charge for messsages sent to my cell phone using the EMail service. Note that other cellular companies may charge for each SMS message that is sent. Check with your service provider. Also, I do not know if all cellular providers provide an email interface for sending SMS messages. Feedback on cellular providers other than Cingular is very welcome.
You can select specific users or groups for this option. You can also use the following statement to send an SMS message when the subject line starts with the characters "SMS". Since no Icon is specified, it will continue searching the Select statements for an icon specification.
Select subject RE "^SMS" SMS
There is also an option to copy or move your EMail messages to a different server. There is also an SMSCopy option that will only do the copy operation if the SMS option on the menubar has been enabled.
There are numerous reasons why you might want to use copy or move.
DefaultCopyAddress "jack@hotmail.com" DefaultMoveAddress "jackSpam@yahoo.com" Select from "jill@hotmail.com" copy KillSelect subject "FREE" move Select subject RE "^SMS" smscopy "copy(jackpda@palm.com)"
You then use the Group statement to specify the group
name and file location of the CSV file.
This group name can then be used in a Select statement.
For example:
Group friends "c:\\mailfaces\\friends.csv" Group dept "c:\\mailfaces\\dept.csv" Select group friends "file:./images/friends.gif" Select group dept "file:./images/work.gif" SMS
If you use Eudora as your mail client, you can use its address list directly.
Group family "c:\\eudoradirectory\\Nickname\\family.txt" Select group family "file:./images/friends.gif"where "eudoradirectory" is the directory where Eudora is installed or where "eudora.ini" is found.
Mailfaces can be an effective tool for filtering SPAM Email so that it can
be easily or automatically deleted.
The KillSelect statement can be used to group
all email that matches certain criteria to be grouped under a special Icon or
automatically deleted. My recomendation is to group it under the special SPAM icon
and then periodically click on the SPAM icon, quickly scan the list of selected mail,
unselect any email that is really not SPAM and then use the option of deleting all selected
mail.
The following are some suggestions for selecting SPAM.
In the example above, the PICONDB indicates that mail from "opera.com" should
use the icon from the PIcon database and not be selected as SPAM.
If there is a LIST-SUBSCRIBE: or LIST-OWNER header it is probably a mailing list.
The empty search line will match any Mail that has a
non null LIST-SUBSCRIBE or LIST-OWNER header
If you are likely to be on the bcc: list for email,
then you want to be sure to have Select statements for the "from" address.
For example: in my case, most of the bcc: mail that I get is from people
that I work with so I have a Select statement for the company mail address.
The above will probably get rid of much of your SPAM. Specific KillSelect statemets
based on the contents of the subject line are also often helpful.
You can specify "AutoDelete" as a parameter on any on the KillSelect statements and the
mail that matches this KillSelect statement will be automatically deleted on the next pass.
However, there is no way to recover this email so it should only be used when you are
absolutely sure that the KillSelect statement will not select any mail that you want to see.
The faces.log file is by default genereated with entries that include the major
events that occur during MailFaces processing. It can be used to determine what mail
is automatically deleted.
KillSelect from RE "@-|-@"
KillSelect not recipient "jthomas@cruzio.com"
However you should note that in addition to being the case for most SPAM,
this is also true of most email that is being sent
because you are on a mailing list and also for email where you are on
the "bcc" list (Blind Carbon Copy). So you should be sure if you use this
that any mailing list that you are on have specific Select statements earlier
in the Options file. Since posting from email lists can have the posting address
in the "to:", "cc:" or "reply-to" headers you might want to look at the headers
for typical messages to see what is used for mailing lists that you are on.
See the section above for how to display the mail headers.
Here are some statements that I use.
Select to "yahoogroups.com" "file:./images/yahoogroups.gif"
Select to "topica.com" "file:./images/topica.gif"
Select reply-to "topica.com" "file:./images/topica.gif"
Select reply-to "opera.com" "PICONDB"
Select to "santa-cruz-bikes@" "file:./images/mtnbike.gif"
Select cc "santa-cruz-bikes@" "file:./images/mtnbike.gif"
KillSelect not recipient "jthomas@cruzio.com"
Select list-subscribe "" "file:./images/mailinglist.gif"
Select list-owner "" "file:./images/mailinglist.gif"
KillSelect subject RE "FREE|MONEY|SEX"