diff options
author | Aaron Weber <aaron@src.gnome.org> | 2001-10-06 05:02:17 +0800 |
---|---|---|
committer | Aaron Weber <aaron@src.gnome.org> | 2001-10-06 05:02:17 +0800 |
commit | a2d9676982f3bab99567be9516d6b70d9235524a (patch) | |
tree | 96ac84438d757e9fae0a981fc05774a2f2c23702 | |
parent | 1c4fe770ac9faad5103a520598f1755186cf248c (diff) | |
download | gsoc2013-evolution-a2d9676982f3bab99567be9516d6b70d9235524a.tar gsoc2013-evolution-a2d9676982f3bab99567be9516d6b70d9235524a.tar.gz gsoc2013-evolution-a2d9676982f3bab99567be9516d6b70d9235524a.tar.bz2 gsoc2013-evolution-a2d9676982f3bab99567be9516d6b70d9235524a.tar.lz gsoc2013-evolution-a2d9676982f3bab99567be9516d6b70d9235524a.tar.xz gsoc2013-evolution-a2d9676982f3bab99567be9516d6b70d9235524a.tar.zst gsoc2013-evolution-a2d9676982f3bab99567be9516d6b70d9235524a.zip |
added example to filter bulk mail.
* C/usage-mail-org.sgml: added example to filter bulk mail.
svn path=/trunk/; revision=13470
-rw-r--r-- | help/C/usage-mail-org.sgml | 49 | ||||
-rw-r--r-- | help/ChangeLog | 4 |
2 files changed, 53 insertions, 0 deletions
diff --git a/help/C/usage-mail-org.sgml b/help/C/usage-mail-org.sgml index 3e806b0ba8..6c29c01025 100644 --- a/help/C/usage-mail-org.sgml +++ b/help/C/usage-mail-org.sgml @@ -433,7 +433,56 @@ </listitem> </orderedlist> </para> + <example id="filter-example"> + <title>Using a Filter to Avoid Spam</title> + <para> + The majority of bulk mail is tagged with the + <computeroutput>Precedence: Bulk</computeroutput> header at + one point or another. Some of these messages, of course, + could be in mailing lists you've subscribed to, but many of + them are unsolicited commercial email. + </para> + <para> + To catch them and put them all in one place, create a + new filter for incoming mail. Then: + <orderedlist> + <listitem><para> + Set the first part of your search critera to look in a <guilabel>Specific header</guilabel>. + </para></listitem> + + <listitem><para> + Enter <userinput>Precedence</userinput> as the name of the header. + </para></listitem> + + <listitem><para> + Choose <guilabel>contains</guilabel> at the second drop-down box. + </para></listitem> + + <listitem><para> + Enter <userinput>Bulk</userinput> as the content to search for. + You're now working with all email that has the word "Bulk" in the + "Precedence" header. + </para></listitem> + + <listitem><para> + For actions, select "Move to Folder" and choose the + folder where you'd like to place bulk mail. + </para></listitem> + + <listitem><para> + If you like, add an action and choose <guilabel>Stop + Processing</guilabel> if you'd like this message to be + ignored by all other filters. + </para></listitem> + + <listitem><para> + Click OK. You're done. + </para></listitem> + </para> + </example> </sect2> + + <sect2 id="filters-edit"> <title>Editing Filters</title> diff --git a/help/ChangeLog b/help/ChangeLog index 63c1785903..7092fb36eb 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,7 @@ +2001-10-05 Aaron Weber <aaron@ximian.com> + + * C/usage-mail-org.sgml: added example to filter bulk mail. + 2001-10-01 Aaron Weber <aaron@ximian.com> * C/usage-mail.sgml: missing directory for figure file ref. |