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
|
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52
from filter on 25 November 2000 -->
<TITLE>Exim Filter Specification - Other commands</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_17.html">previous</A>, <A HREF="filter_19.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="SEC18" HREF="filter_toc.html#TOC18">Other commands</A></H2>
<P>
The command <TT>`finish'</TT>, which has no arguments, causes Exim to stop
interpreting the filter file. This is not a significant action unless preceded
by <TT>`seen'</TT>. A filter file containing only <TT>`seen finish'</TT> is a black hole.
</P>
<P>
It is sometimes helpful to be able to print out the values of variables when
testing filter files. The command
<PRE>
testprint <<EM>text</EM>>
e.g. testprint "home=$home reply_address=$reply_address"
</PRE>
<P>
does nothing when mail is being delivered. However, when the filtering code is
being tested by means of the -<EM>bf</EM> option, the value of the string is written
to the standard output.
</P>
<P>
When Exim's filtering facilities are being used as a system filter, the <EM>fail</EM>
and <EM>freeze</EM> commands are available. However, since they are usable only by the
system administrator and not by ordinary users, they are described in the main
Exim specification rather than in this document.
</P>
<P><HR><P>
Go to the <A HREF="filter_1.html">first</A>, <A HREF="filter_17.html">previous</A>, <A HREF="filter_19.html">next</A>, <A HREF="filter_34.html">last</A> section, <A HREF="filter_toc.html">table of contents</A>.
</BODY>
</HTML>
|