Autor: Marc Perkel Fecha: A: Giuliano Gavazzi, exim-users Asunto: 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} ?