On 19/04/2021 08:27, Luca Bertoncello via Exim-users wrote:
I need to check if the given address is in a "block list".
The problem is, that the list can contains part of addresses, too, eg:

t...@tester.de
test
tester.de

so that a lookup for b...@tester.de must match.

Are you allowed to (mass-) edit this file before use?
You could turn the lines into RE's and use nwildlsearch:

^test@tester\.de
^test
^tester\.de

--
Cheers,
  Jeremy

--
## List details at https://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