Re: [Exim] Filter Help

Top Page
Delete this message
Reply to this message
Author: Marc Perkel
Date:  
To: Giuliano Gavazzi, exim-users
Subject: Re: [Exim] Filter Help
OK - got your other message.

That didn't quite do it unless I'm missing something. What I want to do
is to take the email address and separate the name out and compare the
name part to a list of prohibited names for spam control.

So - we start with a from address like:

Marc Perkel <marc@???> and compare the "Marc Perkel" part to the
list.

if ${something that returns Marc Perkel} matches
"${readfile{/etc/exim/blockbyname}{|}}"

What code would replace ${something that returns Marc Perkel} ?