On Thu, 15 Jun 2000, Bruce Bowler wrote:
> running exim 3.13, redhat 6.1, user=bcb) my .forward file looks like
>
> # exim filter <<<< ------ Do not delete
> if $header_subject: contains "Data Ready for FTP--Sub"
> then
> pipe "/usr/exim/bin/exim bowler@???"
Why are you calling out to exim again? If you want to deliver the
message to that address, why not just use
'deliver bowler@???'
If you want it to still delivery to the bcb address, then use
'unseen deliver bowler@???'
It's possible that not doing the delivery from the filter is causing
the parent address checking to fail.. I'd try it that way and see what
happens..
> endif
> deliver bcb@???
>
> I use the pipe to deliver to the other node so errors come to me, rather
> than the original sender. I want a copy delivered locally as confirmation
> that the message did come in, hence the final deliver.
>
> On the "ultimate destination" (seadas.bigelow.org, running exim 3.03,
> solaris 7, user=bowler) my .forward file looks like
>
> # exim filter <<<< ----- Do not delete...
> if $header_subject: contains "Data ready for FTP--Sub"
> then
> pipe "/usr/bowler/seawifs_get.pl"
> endif
>
> It all works more or less OK but why does alpha1 deliver it twice (or, what
> is causing the second message to come in?)
>
> Bruce
> +---------------------------------------------------------------------+
> Bruce Bowler +1.207.633.9600 BBowler@???
>
> Eggheads, unite! You have nothing to lose but your yolks.
> - Adlai Stevenson
> +---------------------------------------------------------------------+
>
>
> --
> ## List details at http://www.exim.org/mailman/listinfo/exim-users Exim details at http://www.exim.org/ ##
>
--