Autor: Nico Erfurth Data: A: Thomas Kinghorn CC: Exim-Users (E-mail) Assumpte: Re: [Exim] spfilter and exim
On Fri, 3 Jan 2003, Nico Erfurth wrote:
> I had a quick look, just use ./spfilter.pl -f exim und convert the
> resulting file in output/DEFAULT.exim to something else, like cdb or dbm.
>
> you can use ${lookup {IPADDR} dbm {generated file}} now
Hmmm, I checked it again, and I see that the output for exim is not
correct.
For full blocks it outputs:
xxx.yyy.zzz: reason
Exim wants a full ipaddr with a netmask like.
xxx.yyy.zzz.0/24: reason
so you can't check the whole database (unless you use some tricks with
$sg{}).