I have to following redirect router:

list_redirect:
  driver = redirect
  domains = example.com
  senders = [email protected] : [email protected]: [email protected]
  local_parts = list
  data = [email protected], [email protected], [email protected]
  errors_to = [email protected]
  headers_add = List-Id: <[email protected]>

Everything seems to work so far except that I was not able to filter
addresses from the CC header in data. My idea was something like this:

${filter{[email protected], [email protected], [email protected]}{and 
{{def:h_Cc}}{{!eq{$item}{$h_Cc}}}}}

Except for the fact that the first argument is not a list, because it
doesn't use : as separator, I got the following error:

  missing } at end of condition inside "and" group inside "filter" item

My guess is that $h_Cc isn't expanded. Any further ideas?

Regards,
Matthias-Christian

-- 
## List details at http://lists.exim.org/mailman/listinfo/exim-users
## Exim details at http://www.exim.org/
## Please use the Wiki with this list - http://wiki.exim.org/

Reply via email to