Change the DNSBL hit snomask to SNO_REJ (+r) as to not spam SNO_GENERAL

This commit is contained in:
JD Horelick 2010-06-23 15:01:49 -04:00
parent 6f187f63b5
commit ed6ad7a375
1 changed files with 1 additions and 1 deletions

View File

@ -452,7 +452,7 @@ register_local_user(struct Client *client_p, struct Client *source_p, const char
source_p->sockhost, source_p->preClient->dnsbl_listed->host);
source_p->preClient->dnsbl_listed->hits++;
sendto_realops_snomask(SNO_GENERAL, L_ALL,
sendto_realops_snomask(SNO_REJ, L_ALL,
"%s [%s] is being disconnected due to being listed in DNS Blacklist %s",
source_p->name, source_p->sockhost, source_p->preClient->dnsbl_listed->host);