charybdis-ircd / charybdis

Scalable IRCv3.2 server for large, community-oriented networks
GNU General Public License v2.0
231 stars 102 forks source link

Charybdis 4 accepts invalid DNSBL responses #233

Closed aaronmdjones closed 7 years ago

aaronmdjones commented 7 years ago

Last night, EFNet's RBL exploded (the domain name expired and it was replaced with a wildcard A record).

Charybdis 3.5 does not accept responses outside of 127/24, while it appears that Charybdis 4 does. This probably happened during the move of the DNSBL code to authd.

aaronmdjones commented 7 years ago

Closing as the release/4 branch is no longer under development.