File: filter_2.html

package info (click to toggle)
exim-html 3.20-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge, woody
  • size: 2,868 kB
  • ctags: 4,188
  • sloc: makefile: 40; sh: 19
file content (53 lines) | stat: -rw-r--r-- 2,400 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52
     from filter on 25 November 2000 -->

<TITLE>Exim Filter Specification - Introduction</TITLE>
</HEAD>
<body bgcolor="#FFFFFF" text="#00005A" link="#FF6600" alink="#FF9933" vlink="#990000">
Go to the <A HREF="filter_1.html">first</A>, <A HREF="filter_1.html">previous</A>, <A HREF="filter_3.html">next</A>, <A HREF="filter_34.html">last</A> section, <A HREF="filter_toc.html">table of contents</A>.
<P><HR><P>


<H2><A NAME="SEC2" HREF="filter_toc.html#TOC2">Introduction</A></H2>

<P>
Most Unix mail transfer agents (programs that deliver mail) permit individual
users to specify automatic forwarding of their mail, usually by placing a list
of forwarding addresses in a file called <TT>`.forward'</TT> in their home directories.
Exim extends this facility by allowing the forwarding instructions to be a set
of rules rather than just a list of addresses, in effect providing `<TT>`.forward'</TT>
with conditions'. Operating the set of rules is called <EM>filtering</EM>, and the
file that contains them is called a <EM>filter file</EM>.

</P>
<P>
The ability to use filtering has to be enabled by the system administrator, and
some of the individual facilities can be separately enabled or disabled.
A local document should be provided to describe exactly what has been enabled.
In the absence of this, consult your system administrator.

</P>
<P>
It is important to realize that no deliveries are actually made while a filter
file is being processed. The result of filtering is a list of destinations to
which a message should be delivered -- the deliveries themselves take place
later, along with all other deliveries for the message. This means that it is
not possible to test for successful deliveries while filtering. It also means
that duplicate addresses generated by filtering are dropped, as with any other
duplicate addresses.

</P>
<P>
This document describes how to use a filter file and the format of its
contents. It is intended for use by end-users. How the system administrator can
set up and control the use of filtering is described in the full Exim
specification.

</P>

<P><HR><P>
Go to the <A HREF="filter_1.html">first</A>, <A HREF="filter_1.html">previous</A>, <A HREF="filter_3.html">next</A>, <A HREF="filter_34.html">last</A> section, <A HREF="filter_toc.html">table of contents</A>.
</BODY>
</HTML>