Re: [Exim] Filter Help

Top Pagina
Delete this message
Reply to this message
Auteur: Marc Perkel
Datum:  
Aan: Giuliano Gavazzi, exim-users
Onderwerp: 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} ?