From nobody Mon Feb 05 23:45:20 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 4TTNKZ6R7Wz59HsT for ; Mon, 5 Feb 2024 23:45:22 +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 4TTNKZ3Cnyz45Bg for ; Mon, 5 Feb 2024 23:45:22 +0000 (UTC) (envelope-from freebsd@dreamchaser.org) Authentication-Results: mx1.freebsd.org; none 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 415NjKxh004777; Mon, 5 Feb 2024 16:45:20 -0700 (MST) (envelope-from freebsd@dreamchaser.org) Message-ID: Date: Mon, 5 Feb 2024 16:45:20 -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: newaliases changed? Content-Language: en-US To: Peter Cc: FreeBSD Mailing List References: <32601639-0a4e-4bb0-b87d-9bcbae1c7945@dreamchaser.org> From: Gary Aitken In-Reply-To: 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]); Mon, 05 Feb 2024 16:45:20 -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]); Mon, 05 Feb 2024 16:45:20 -0700 (MST) X-Rspamd-Queue-Id: 4TTNKZ3Cnyz45Bg X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:21947, ipnet:66.109.128.0/19, country:US] On 2/5/24 16:23, Peter wrote: > Hello! > > On Mon, Feb 05, 2024 at 04:15:02PM -0700, Gary Aitken wrote: >> Recently upgraded from 12.4 to 13.2 >> When I run newaliases, I get a bunch of complaints for things that >> used to work fine: >> /etc/mail/aliases: line 88: goodfriends: ... missing value for alias >> /etc/mail/aliases: line 89: Non-continuation line starts with space >> >> The entries in question look like this: >> >> #friends: (bad addrs) >> # foo@bentley.unco.edu, # bentley.unco.edu: host not found >> # baz@kcs.keene.k12.ny.us >> >> goodfriends: >> foo1@blackfoot.net, \ >> foo2@comcast.net, \ >> foo3@aol.com, \ >> foo4@fatquailfarm.com, \ >> foo5@sbcglobal.net, \ >> foo6@blackfoot.net, \ >> foo7@tnc.org, \ >> foo8@aol.com, \ >> foo9@hotmail.com, \ >> foo10@blackfoot.net >> >> This is a cut and paste, obviously; the whitespace is all blanks. >> huh? >> Thanks for any tips. > I don't know the proper syntax, but based on the errors > I think that a " \" after "goodfriends:" could work. My fault, I was trying things out and put it back without the '\' Adding one doesn't help.