From ed6ad7a3756992ad8c65ab11376e827f8e086013 Mon Sep 17 00:00:00 2001 From: JD Horelick Date: Wed, 23 Jun 2010 15:01:49 -0400 Subject: [PATCH] Change the DNSBL hit snomask to SNO_REJ (+r) as to not spam SNO_GENERAL --- src/s_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/s_user.c b/src/s_user.c index fd8305b..e6dc1ca 100644 --- a/src/s_user.c +++ b/src/s_user.c @@ -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);