From nobody Tue Apr 18 11:21:45 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4Q11j44dvLz44x9H for ; Tue, 18 Apr 2023 11:22:00 +0000 (UTC) (envelope-from trashcan@ellael.org) Received: from mx2.enfer-du-nord.net (mx2.enfer-du-nord.net [135.125.211.209]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4Q11j424Gzz3q5f for ; Tue, 18 Apr 2023 11:21:59 +0000 (UTC) (envelope-from trashcan@ellael.org) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (p200300Fb4F12Eb014935b3087726741E.dip0.t-ipconnect.de [IPv6:2003:fb:4f12:eb01:4935:b308:7726:741e]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx2.enfer-du-nord.net (Postfix) with ESMTPSA id 4Q11j00mZTz10BF; Tue, 18 Apr 2023 13:21:56 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ellael.org; s=dkim; t=1681816916; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=QTXUFQ+hBHyWjWs7YI0QA31gN851O7/XNhhZTCZp+CQ=; b=ISYJxwgnievWMvGeLS5HTw3Zamn+hQ8KbQBV8b1gQ2VZs/rm0dCKDpT07ZZlEFD0qLd336 QPFYA7118UB4VtXEBWYraPc/2i6xKMYnbCX/4IZ+yqRhMtdPGNBvhqLO/JtTIR166hYve7 w3yC2gjbBqG/6wNZbbG0HP86l/JgVclLycDBxXPwFt9wzZpqWkch/qSX/4S6jcHELpEouZ /hrVbPhuEY4nm6LtcQsD3KLVLQXbLqn2SDxW/+/sQRt2IYRC2OTn5IqidiXOwO97q7fL8S El5CFTxHu87szBfWHJneUaXz0V+GQninWo+BZzHJFnnT+SHnRFS8VPGl/UgkyA== Content-Type: text/plain; charset=us-ascii List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3731.500.231\)) Subject: Re: Blacklistd Issues - Problem Identified From: Michael Grimm In-Reply-To: <8FEE687C-E342-49CF-B3D9-118D7ADB84AA@nxg.name> Date: Tue, 18 Apr 2023 13:21:45 +0200 Cc: questions@freebsd.org, Doug Hardie Content-Transfer-Encoding: quoted-printable Message-Id: References: <8B1C1DCE-75CA-4CE9-A589-329519FB792E@sermon-archive.info> <4E4A4B99-D8DF-4C5C-9700-C56F354A9991@sermon-archive.info> <24171551-4181-49C8-B1DE-2C3D9A00DC4C@sermon-archive.info> <6BD45EAE-D626-4B16-8C24-197FFE34E601@ellael.org> <8FEE687C-E342-49CF-B3D9-118D7ADB84AA@nxg.name> To: Norman Gray X-Mailer: Apple Mail (2.3731.500.231) X-Rspamd-Queue-Id: 4Q11j424Gzz3q5f X-Spamd-Bar: ---- X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:16276, ipnet:135.125.128.0/17, country:FR] X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-ThisMailContainsUnwantedMimeParts: N Norman Gray wrote: >=20 > On 18 Apr 2023, at 11:08, Michael Grimm wrote: >> This has been discussed before [1], and I will definitely support = your patch or a solution that makes BADUSER configurable. >=20 > I'd be willing to have a go at implementing a configurable version of = this change, for consideration (I'm the one who raised the query on the = list earlier). Yes, I remember. > However, that would be my first time with the FreeBSD sources. Is = there a standard process for this? I am not an expert either, but I would first of all open a PR. Their you = can publish your patches against sources. Someone else will later commit = your patch if accepted. > I notice that the blacklistd sources aren't in = , = so I'm stuck at step 1. The sources are at: /usr/src/contrib/blacklist In /usr/src/contrib/blacklist/bin you'll find blacklistd.conf and the = config files in /usr/src/contrib/blacklist/etc > Is there an upstream this comes from? I don't see any mention of such = a thing in that directory, but I'm very aware I may be looking in = completely the wrong location at this point. I am using a git repository (STABLE) to recompile world and kernel from = sources.=20 Thanks and regards, Michael