From nobody Wed Feb 14 04:22:52 2024 X-Original-To: freebsd-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 4TZQ6M6RpPz59tWm for ; Wed, 14 Feb 2024 04:23:07 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Received: from ns.dreamchaser.org (ns.dreamchaser.org [66.109.141.57]) (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-signature ECDSA (P-256) client-digest SHA256) (Client CN "discoveriesinwood.com", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4TZQ6L3qjWz4HJM for ; Wed, 14 Feb 2024 04:23:06 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of freebsd@dreamchaser.org designates 66.109.141.57 as permitted sender) smtp.mailfrom=freebsd@dreamchaser.org Received: from [192.168.151.122] (breakaway.dreamchaser.org [192.168.151.122]) by ns.dreamchaser.org (8.17.1/8.17.1) with ESMTP id 41E4Mqg4032367; Tue, 13 Feb 2024 21:22:53 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: <967befc4-5bbc-4c78-8913-31b56805b3cb@dreamchaser.org> Date: Tue, 13 Feb 2024 21:22:52 -0700 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 User-Agent: Mozilla Thunderbird Reply-To: freebsd@dreamchaser.org Subject: Re: sanity check Content-Language: en-US To: Polytropon Cc: FreeBSD Mailing List References: <6e2f0c7a-fcfb-43ba-9c85-2d7a8ee8465b@dreamchaser.org> <20240210174822.df5e5582.freebsd@edvax.de> From: Gary Aitken In-Reply-To: <20240210174822.df5e5582.freebsd@edvax.de> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Greylist: inspected by milter-greylist-4.6.4 (ns.dreamchaser.org [192.168.151.101]); Tue, 13 Feb 2024 21:22:53 -0700 (MST) for IP:'192.168.151.122' DOMAIN:'breakaway.dreamchaser.org' HELO:'[192.168.151.122]' FROM:'freebsd@dreamchaser.org' RCPT:'' X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.6.4 (ns.dreamchaser.org [192.168.151.101]); Tue, 13 Feb 2024 21:22:53 -0700 (MST) X-Spamd-Bar: -- X-Spamd-Result: default: False [-2.71 / 15.00]; NEURAL_HAM_LONG(-0.99)[-0.986]; NEURAL_HAM_SHORT(-0.83)[-0.828]; NEURAL_HAM_MEDIUM(-0.71)[-0.710]; R_SPF_ALLOW(-0.20)[+mx]; ONCE_RECEIVED(0.10)[]; MIME_GOOD(-0.10)[text/plain]; XM_UA_NO_VERSION(0.01)[]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, country:US]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_ONE(0.00)[1]; FROM_HAS_DN(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; R_DKIM_NA(0.00)[]; REPLYTO_ADDR_EQ_FROM(0.00)[]; FROM_EQ_ENVFROM(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; TO_MATCH_ENVRCPT_SOME(0.00)[]; DMARC_NA(0.00)[dreamchaser.org]; TO_DN_ALL(0.00)[]; MLMMJ_DEST(0.00)[freebsd-questions@freebsd.org]; HAS_REPLYTO(0.00)[freebsd@dreamchaser.org] X-Rspamd-Queue-Id: 4TZQ6L3qjWz4HJM Thanks, I'll file a bug. Gary On 2/10/24 09:48, Polytropon wrote: > On Fri, 9 Feb 2024 20:18:30 -0700, Gary Aitken wrote: >> Could someone running 13.2 and sendmail try adding the following >> lines to /etc/mail/aliases and tell me whether newaliases complains >> or not? >> >> bozos: foo@somewhere.net, \ >> bar@somewhere.net > > FreeBS 13.2-RELEASE, error for "newaliases" (and "make aliases") > command: > > /etc/mail/aliases: line 82: Non-continuation line starts with space > > Applies both to indentation with a tab or any number of spaces. > With the indentation left off ("bar" starts at beginnin of the > next line), the following error appears: > > /etc/mail/aliases: line 82: missing colon > > This effect is "new" to FreeBSD 13.2; older versions don't seem > to be affected.