On Wed, Aug 2, 2017 at 2:49 PM,  <[email protected]> wrote:
> Hi Maruis,
>
> I have data like this in the table:
>
> | 21 | *.date                               |
> | 22 | *.top                                |
> | 23 | *.us                                 |
>
> Would it still work?

For use with "deny senders", you need e-mail addresses, even though
they may contain wildcards.

So your data would probably need to look like this if you want to use that:

| 21 | *@*.date                               |
| 22 | *@*.top                                |
| 23 | *@*.us                                 |

Alternatively, you can keep your database entries, but match with
sender_domains instead, as domainlists also may contain wildcards:

deny    sender_domains        = +blockedsenders
           message        = Sender $sender_address blocked
           logwrite = :main,reject: Sender $sender_address from
blacklisted domain $sender_host_name (IP: $sender_host_address)

PS: the above is untested.
-- 
Jan

-- 
## 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