Re: [EXIM] filter and normal transport.

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Steve Haslam
Fecha:  
A: exim-users
Asunto: Re: [EXIM] filter and normal transport.
On Thu, Jun 10, 1999 at 12:57:13PM +0100, yann.golanski@??? wrote:
> Is there a way to make a filter abort and go back to a normal
> delivery?


> For example if the mail has UGRENT is the subject, send it to userX,
> then go back to a normal delivery.


If a filter doesn't make any significant deliveries, it falls through
to the default- you can force a delivery to not be regarded as
significant by prefixing it with "unseen"

e.g.

# Exim filter
if $header_subject: is URGENT then
deliver userX
endif

If you use "unseen deliver userX", the URGENT mail will be delivered
to userX in *addition* to the default.

SRH
-- 
Steve Haslam, Validation Engineer, ARM Ltd, Cambridge UK     +44-1223-400677
steve.haslam@???       steve@???        araqnid@???
we see a deadly sin in every home, on every street corner.
and we tolerate it because it's commonplace. it's trivial.


--
*** Exim information can be found at http://www.exim.org/ ***