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
|
<HTML>
<HEAD>
<!-- This HTML file has been created by texi2html 1.52
from filter on 25 November 2000 -->
<TITLE>Exim Filter Specification - Testing delivery status</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_24.html">previous</A>, <A HREF="filter_26.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="SEC25" HREF="filter_toc.html#TOC25">Testing delivery status</A></H2>
<P>
There are two conditions which are intended mainly for use in system filter
files, but which are available in users' filter files as well. The condition
<TT>`first_delivery'</TT> is true if this is the first attempt to deliver the
message, and false otherwise. In a user filter file it will be false only if
there was previously an error in the filter, or if a delivery for the user
failed owing to, for example, a quota error, or forwarding to a remote
address that was deferred for some reason.
</P>
<P>
The condition <TT>`manually_thawed'</TT> is true only if the message was `frozen' for
some reason, and was subsequently released by the system administrator. It is
unlikely to be of use in users' filter files.
</P>
<P><HR><P>
Go to the <A HREF="filter_1.html">first</A>, <A HREF="filter_24.html">previous</A>, <A HREF="filter_26.html">next</A>, <A HREF="filter_34.html">last</A> section, <A HREF="filter_toc.html">table of contents</A>.
</BODY>
</HTML>
|