diff options
author | Fabian Groffen <grobian@gentoo.org> | 2020-06-08 09:49:10 +0200 |
---|---|---|
committer | Fabian Groffen <grobian@gentoo.org> | 2020-06-08 10:06:09 +0200 |
commit | d678ac4e8e771fc6a1b35c53d49327c74b86a7e5 (patch) | |
tree | 8056b7c40cad045abad9f8c82c79fad2e4daeaba /mail-mta/exim | |
parent | media-sound/lilypond: fixed guile2 dep (diff) | |
download | gentoo-d678ac4e8e771fc6a1b35c53d49327c74b86a7e5.tar.gz gentoo-d678ac4e8e771fc6a1b35c53d49327c74b86a7e5.tar.bz2 gentoo-d678ac4e8e771fc6a1b35c53d49327c74b86a7e5.zip |
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 <grobian@gentoo.org>
Diffstat (limited to 'mail-mta/exim')
-rw-r--r-- | mail-mta/exim/exim-4.94.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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" } |