Email filtering

D

DelJo63

Email spam just keeps getting worse - - so we need to learn how to use email filters.

Here's a top level filter that reacts to the domain name suffix. Those shown below are the domestic(U.S.) top-level domains { com, org edu mil gov net } plus some that I interact with globally, eg co.uk, it and us

You will notice that the action taken is to move any failures to the JUNK folder, and that allows inspection of the folder content w/o loss of the email until I elect to delete junk

The filter uses the boolean test not ( a & b & c ... ) => move
and that leaves the inbox with email I expect and need to read.

upload_2015-2-20_9-39-1.png
yy
 
Back