From d678ac4e8e771fc6a1b35c53d49327c74b86a7e5 Mon Sep 17 00:00:00 2001 From: Fabian Groffen Date: Mon, 8 Jun 2020 09:49:10 +0200 Subject: 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 --- mail-mta/exim/exim-4.94.ebuild | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mail-mta') diff --git a/mail-mta/exim/exim-4.94.ebuild b/mail-mta/exim/exim-4.94.ebuild index eaeaaeefbd37..cc977b34b9a7 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" } -- cgit v1.2.3-65-gdbad