Re: [Exim] Autoresponder except to some address...

Top Page
Delete this message
Reply to this message
Author: Robert Westendorp
Date:  
To: Phil Pennock
CC: exim-users
Subject: Re: [Exim] Autoresponder except to some address...
Do you mean like this:
condition =${if eq {$localpart@$domain} {${lookup {$local_part@$domain}
lsearch {/usr/local/exim/noauto}}} {$value} fail }

----- Original Message -----
From: "Phil Pennock" <Phil.Pennock@???>
To: "Robert Westendorp" <rjwsys@???>
Cc: <exim-users@???>
Sent: Wednesday, August 15, 2001 12:59 PM
Subject: Re: [Exim] Autoresponder except to some address...

On 2001-08-15 at 11:09 -0700, Robert Westendorp wrote:
> For one thing you don't want the user with the autoresponder to send
> mail to themselves and start a nasty loop, so I put in the once and
> once_repeat as a temporary measure, but let's say I want to list
> particular people who I don't want to get an autoreply.. such as
> ${local_part}@${domain} .. who wants to get there own autoreply.


Use "condition =" and read section 9 of the Specification, then section
6. "${if", some boolean operators, and a file-lookup for the fixed
parts.
--
I'm not a complete idiot, some parts are missing!