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

« back to all changes in this revision

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

  • Committer: Bazaar Package Importer
  • Author(s): Asheesh Laroia
  • Date: 2010-10-03 15:31:55 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20101003153155-2exypc96j1e8tw0p
Tags: 2.02-1
* New upstream release, based on re-alpine project
* Updated debian/copyright to reflect this fact
* re-alpine removed the non-free from the tarball, so now
  we do not repack the upstream tarball. (Yay!)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<HTML>
 
2
<!--
 
3
# $Id: filtconf.html 1204 2009-02-02 19:54:23Z hubert@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