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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 21BBB13835A for ; Mon, 8 Jun 2020 08:06:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2312BE088B; Mon, 8 Jun 2020 08:06:19 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0AAB5E088B for ; Mon, 8 Jun 2020 08:06:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1E94434ED8F for ; Mon, 8 Jun 2020 08:06:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 12FDD286 for ; Mon, 8 Jun 2020 08:06:16 +0000 (UTC) From: "Fabian Groffen" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Fabian Groffen" Message-ID: <1591603569.d678ac4e8e771fc6a1b35c53d49327c74b86a7e5.grobian@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-mta/exim/exim-4.94.ebuild X-VCS-Directories: mail-mta/exim/ X-VCS-Committer: grobian X-VCS-Committer-Name: Fabian Groffen X-VCS-Revision: d678ac4e8e771fc6a1b35c53d49327c74b86a7e5 X-VCS-Branch: master Date: Mon, 8 Jun 2020 08:06:16 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0c777260-08e3-4e88-abed-052cbf545fe3 X-Archives-Hash: c1bd9d37af965b72ce40f9020d32dfff commit: d678ac4e8e771fc6a1b35c53d49327c74b86a7e5 Author: Fabian Groffen gentoo org> AuthorDate: Mon Jun 8 07:49:10 2020 +0000 Commit: Fabian Groffen gentoo org> CommitDate: Mon Jun 8 08:06:09 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d678ac4e mail-mta/exim-4.94: add warning about local_part being renamed Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Fabian Groffen gentoo.org> mail-mta/exim/exim-4.94.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mail-mta/exim/exim-4.94.ebuild b/mail-mta/exim/exim-4.94.ebuild index eaeaaeefbd3..cc977b34b9a 100644 --- a/mail-mta/exim/exim-4.94.ebuild +++ b/mail-mta/exim/exim-4.94.ebuild @@ -585,4 +585,7 @@ pkg_postinst() { use dsn && einfo "extra information in fail DSN message is experimental" elog "The obsolete acl condition 'demime' is removed, the replacements" elog "are the ACLs acl_smtp_mime and acl_not_smtp_mime" + einfo + elog "Note that \$local_part is renamed to \$local_part_data, please" + elog "update your affected sections, such as local_delivery transport" }