Closed GoogleCodeExporter closed 9 years ago
There's a missing #ifdef DNSBL in gross.c, will be fixed in 0.9.1
In the mean time, you can fix this by #ifdeffin line 486 in version 0.9 gross.c:
#ifdef DNSBL
dns_check_info_t *dns_check_info;
#endif
Original comment by eino.tuominen@gmail.com
on 9 Apr 2008 at 5:22
This patch fixes the problem. Just run
$ patch < /tmp/gross-disable-dsnbl.patch
in the gross top source directory.
Original comment by eino.tuominen@gmail.com
on 9 Apr 2008 at 5:32
Attachments:
Fixed in 0.9.1
Original comment by eino.tuominen@gmail.com
on 10 Apr 2008 at 6:04
Original comment by eino.tuominen@gmail.com
on 10 Apr 2008 at 6:09
Original issue reported on code.google.com by
eino.tuominen@gmail.com
on 9 Apr 2008 at 5:18