~ubuntu-branches/debian/stretch/alpine/stretch

« back to all changes in this revision

Viewing changes to web/cgi/alpine/help/filtconf.html

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2007-02-17 13:17:42 UTC
  • Revision ID: james.westby@ubuntu.com-20070217131742-99x5c6cpg1pbkdhw
Tags: upstream-0.82+dfsg
ImportĀ upstreamĀ versionĀ 0.82+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<!--
 
3
# $Id: filtconf.html 391 2007-01-25 03:53:59Z mikes@u.washington.edu $
 
4
# ========================================================================
 
5
# Copyright 2006 University of Washington
 
6
#
 
7
# Licensed under the Apache License, Version 2.0 (the "License");
 
8
# you may not use this file except in compliance with the License.
 
9
# You may obtain a copy of the License at
 
10
#
 
11
#     http://www.apache.org/licenses/LICENSE-2.0
 
12
#
 
13
# ========================================================================
 
14
-->
 
15
<BODY>
 
16
<FONT SIZE=+2><B>Message Filtering</B></FONT>
 
17
 
 
18
 
 
19
<p>Filtering is a way to automatically move certain messages from one
 
20
folder to another or to delete messages, according to rules that you
 
21
define.  For each filtering rule you define, you will provide a
 
22
<i>Pattern</i> to establish the messages you want filtered, and an
 
23
<i>Action</i>, to control what to do with those messages.</p>
 
24
 
 
25
<p>Click <img src=/images/cf_add.gif alt="Add" align=middle> to go to a screen where you can define a set of
 
26
new filter rules.
 
27
 
 
28
<p>Click <img src=/images/cf_edit.gif alt="Edit" align=middle> next to a filter that you would like to change. You
 
29
will go to an edit screen.  You will only see this option if you have
 
30
already created filters.</p>
 
31
 
 
32
 
 
33
<p>Click <img src=/images/cf_delete.gif alt="Delete" align=middle> next to a filter rule you would like to remove. 
 
34
That filter will disappear.  You will only see this option if 
 
35
you have already created filter rules.</p>
 
36
 
 
37
<p>When you have more than one filter defined, you will see the  <img src=/images/cf_shup.gif xalign=middle> (shuffle up),
 
38
and <img src=/images/cf_shdown.gif xalign=middle> (shuffle down), options next to each filter.  Use these to
 
39
move your filters up or down in the list. The order is important. Your
 
40
messages will be checked for filtering against the top filter first and,
 
41
if the filter is set up for that message, it will be filtered.  If no
 
42
matching information is found, the message will be checked against the
 
43
second filter and so on down the list.  Messages that do not match any
 
44
filter rules will be delivered to your Inbox.</p>
 
45
 
 
46
<p>Performance considerations:</p>
 
47
<ul>
 
48
  <li>The more filters you have defined the longer it will take to run 
 
49
      down the list. Deleting unused filters is a good
 
50
      idea.
 
51
  <li>Filtering in newsgroups served by an NNTP server will be slow if your 
 
52
      patterns include tests other than "From:" or
 
53
      "Subject:".
 
54
  <li>Filtering a folder served by an IMAP server based on protocol 
 
55
      versions prior to 4.
 
56
</ul>
 
57
 
 
58
 
 
59
 
 
60
</BODY>
 
61
</HTML>
 
62