Re: [Exim] I'm having a senior moment...

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: Bruce Bowler
Fecha:  
A: Philip Hazel
Cc: Dave C., exim-users
Asunto: Re: [Exim] I'm having a senior moment...
At 05:15 PM 6/15/00 , Philip Hazel wrote:
>On Thu, 15 Jun 2000, Bruce Bowler wrote:
>
> > > > I use the pipe to deliver to the other node so errors come to me,
> rather
> > > > than the original sender.
> >
> >
> > At least in the past, (earlier versions of exim) if something bad happens
> > in the process on seadas.bigelow.org, the error goes back to the person
> > that sent me the message. I _DONT_ want that to happen...
>
>In the latest Exims you can say
>
> deliver xxxx errors_to yyyy
>
>in a filter, provided that yyyy is your address (the one for which the
>filter is running).


Does 3.13 fall into the "latest Exims"?

If so, I should be able to make my .forward file look like.

# exim filter <<<< ------ Do not delete
if $header_subject: contains "Data Ready for FTP--Sub"
then
    deliver bowler@??? errors_to bcb@???
endif
deliver bcb@???


correct?

In the logs, I get

2000-06-15 13:25:29 132dOR-0007Ms-00 == bcb@???
<bbowler@???> D=userforward defer (-11): error in filter file:
unknown filtering command "errors_to" near line 4 of filter file

In the system configure file, my userforward director looks like

userforward:
driver = forwardfile
file_transport = address_file
pipe_transport = address_pipe
reply_transport = address_reply
no_verify
filter = true
check_ancestor
file = .forward


So what else is missing?

+---------------------------------------------------------------------+
Bruce Bowler            +1.207.633.9600            BBowler@???


It is as natural to die as to be born
- Francis Bacon
+---------------------------------------------------------------------+