From nobody Mon Jan 06 18:03:53 2025 X-Original-To: freebsd-stable@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 4YRhrw0KG3z5jxq5 for ; Mon, 06 Jan 2025 18:04:16 +0000 (UTC) (envelope-from juraj@lutter.sk) Received: from ns2.wilbury.net (ns2.wilbury.net [92.60.51.55]) (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 "svc.wilbury.net", Issuer "E5" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4YRhrv5DtRz4GYc for ; Mon, 6 Jan 2025 18:04:15 +0000 (UTC) (envelope-from juraj@lutter.sk) Authentication-Results: mx1.freebsd.org; none Received: from smtpclient.apple (gw-t.owhome.net [87.197.133.183]) (Authenticated sender: juraj@lutter.sk) by svc.wilbury.net (Postfix) with ESMTPSA id 222D461F8D; Mon, 06 Jan 2025 19:04:07 +0100 (CET) Content-Type: text/plain; charset=utf-8 List-Id: Production branch of FreeBSD source code List-Archive: https://lists.freebsd.org/archives/freebsd-stable List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: freebsd-stable@freebsd.org Sender: owner-freebsd-stable@FreeBSD.org Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.1\)) Subject: Re: Incompatibility between Sendmail and DMA From: Juraj Lutter In-Reply-To: <202501061750.506HoVkZ098737@nuc.oldach.net> Date: Mon, 6 Jan 2025 19:03:53 +0100 Cc: Miroslav Lachman <000.fbsd@quip.cz>, freebsd-stable@freebsd.org Content-Transfer-Encoding: quoted-printable Message-Id: References: <202501061750.506HoVkZ098737@nuc.oldach.net> To: Helge Oldach X-Mailer: Apple Mail (2.3776.700.51.11.1) X-Spam-Status: No, score=-2.9 required=5.0 tests=ALL_TRUSTED,BAYES_00 autolearn=ham autolearn_force=no version=4.0.1 X-Spam-Checker-Version: SpamAssassin 4.0.1 (2024-03-26) on ns2.wilbury.net X-Rspamd-Queue-Id: 4YRhrv5DtRz4GYc 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:44185, ipnet:92.60.48.0/22, country:SK] > On 6 Jan 2025, at 18:50, Helge Oldach wrote: >=20 > Hi, >=20 > Miroslav Lachman wrote on Mon, 06 Jan 2025 17:14:47 +0100 (CET): > On 1/6/25 11:14, Miroslav Lachman wrote: >> After upgrading from 13.3 to 14.2, sending emails from shel lscript,=20= >> which had worked for about 20 years, stopped working. >>=20 >> The code looks like this: >>=20 >> mailto=3D"mon mon-sms" >> subject=3D"DMA check" >> msg=3D"testing of DMA" >>=20 >> echo -e "$msg" | mail -s "$subject" "$mailto" >=20 > Try: >=20 > echo -e "$msg" | mail -s "$subject" $mailto When mail recipients are delimited by a comma (,), it would work = independently of quotes. =E2=80=94 Juraj Lutter otis@FreeBSD.org