From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A19791581C1 for ; Sat, 6 Jul 2024 23:46:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 57F1C2BC02C; Sat, 6 Jul 2024 23:46:24 +0000 (UTC) Received: from mailbackend.panix.com (mailbackend.panix.com [166.84.1.89]) (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) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EFCC42BC015 for ; Sat, 6 Jul 2024 23:46:23 +0000 (UTC) Received: from panix1.panix.com (panix1.panix.com [166.84.1.1]) by mailbackend.panix.com (Postfix) with ESMTP id 4WGn8Z2z5VzrfL for ; Sat, 6 Jul 2024 19:46:22 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=panix.com; s=panix; t=1720309582; bh=SZ/MwhFDeh68Q6LhjkQ/b1740l5f2kgAIFeQRgehtkI=; h=Date:From:To:Subject:In-Reply-To:References; b=oJbCV/t/M5xRFzV2elypwrIG/spz5QA/5X2OznyL5eJQVQUTfSeqQRZFvEv1T5XmY f2J1H04Cwoqh3+ki18tusCdp2Y5Nhj0tFGJIk+auIck/QiQe1DgN0nGJXuIBOVRocW isjFrXe6v0jCIs5RBPlry8ZojUOgjxRTNIbdpOI8= Received: by panix1.panix.com (Postfix, from userid 20712) id 4WGn8Z2YHwzcbc; Sat, 6 Jul 2024 19:46:22 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by panix1.panix.com (Postfix) with ESMTP id 4WGn8Z2HP2zcbC for ; Sat, 6 Jul 2024 19:46:22 -0400 (EDT) Date: Sat, 6 Jul 2024 19:46:22 -0400 From: Jude DaShiell To: Gentoo mailing list Subject: Re: [gentoo-user] emerge notice In-Reply-To: Message-ID: <2fb079cc-e54b-d85d-ab77-ee4ec556f31f@panix.com> References: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII X-Archives-Salt: aa2e8c3e-07b8-40fe-afba-eabb0ddb3cb9 X-Archives-Hash: fc821058b73008b8480b9d497980f0b7 you could first pipe portage output to tee perhaps portage.log for a file to hold output then use grep on portage.log to find notifications in context sofollowing lines of notifications would be preserved. I've not used grep with lines of context before yet so don't know how that feature would work. -- Jude "There are four boxes to be used in defense of liberty: soap, ballot, jury, and ammo. Please use in that order." Ed Howdershelt 1940. On Sat, 6 Jul 2024, Thelma wrote: > I have in my make.conf: > > PORTAGE_ELOG_CLASSES="warn error log" > PORTAGE_ELOG_SYSTEM="mail" > PORTAGE_ELOG_MAILURI="info@domain.com /usr/sbin/sendmail" > PORTAGE_ELOG_MAILFROM="portage" > PORTAGE_ELOG_MAILSUBJECT="package \${PACKAGE} merged on \${HOST} with notice" > > It used to work, but ever since Rogers took over Shaw network, they started > making changes to their mail server and most email sent from command line to > myself via my provider doesn't work. > > Is there an alternative, example send these notifications to a file or print > them at the end of emerge. > >