Re: [exim] Quick how do I do this question

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: exim-users
Subject: Re: [exim] Quick how do I do this question
Ok - lets try this even easier.

I need to look up a string to see if it's in a file in an ACL

condition = something

file is

abc
def
xyz

I want to look up "def"

How do I do that?