Auteur: Jeremy Harris Date: À: exim-users Sujet: Re: [exim] Blacklisting IP Ranges Using MySQL
On 10/09/2010 11:34 AM, Mike Cardwell wrote: > If you just stored network addresses like 41.0.0.0/8, you'd have to
> fetch the entire table, hence my long description of using IP numbers.
Nothing stopping you doing a CIDR match as part of the lookup, surely?
Perhaps MySQL doesn't support them; my apologies.
I'm a Postgresql person by preference.