Re: [exim] Blacklisting IP Ranges Using MySQL
Català
Dansk
Deutsch
Ελληνικά
English
Español
suomi
Français
Galego
magyar
Italiano
日本語
Nederlands
Polski
Português
Português Brasileiro
This message is part of the following thread:
the complete thread tree sorted by date
Mike Cardwell at
2010-10-08 08:53
Mike Cardwell at
2010-10-08 19:28
Author:
Jeremy Harris
Date:
2010-10-08 10:49
UTC
To:
Exim-users
Subject:
Re: [exim] Blacklisting IP Ranges Using MySQL
Brian Spraker wrote:
> Is there a way to blacklist IP ranges using MySQL?
[...]
> 41.0.0.0/8
> 58.0.0/8
condition = ${if match_ip{$sender_host_address}\ {${lookup mysql.......}}}
- Jeremy