[exim] Catch friendly Name from $h_from

Pàgina inicial
Delete this message
Reply to this message
Autor: Mueller
Data:  
A: exim-users
Assumpte: [exim] Catch friendly Name from $h_from
Dear All,

I try to catch the friendly name from within $h_from (ex h_from:
"Tester"<tester@???>).
I have set it in acl_check_data with no success:
drop
   condition = ${if match{$h_from:}{"tester.*<"}}
   message = Blacklisted.
    log_message = Tester spamer.


What do I miss?

Greetings
Daniel