Gentoo Archives: gentoo-commits

From: Fabian Groffen <grobian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/exim/
Date: Sat, 14 Dec 2019 11:04:55
Message-Id: 1576321478.802ebe845892f2a15bd0f8df079f56626148a9e4.grobian@gentoo
1 commit: 802ebe845892f2a15bd0f8df079f56626148a9e4
2 Author: Fabian Groffen <grobian <AT> gentoo <DOT> org>
3 AuthorDate: Sat Dec 14 10:41:26 2019 +0000
4 Commit: Fabian Groffen <grobian <AT> gentoo <DOT> org>
5 CommitDate: Sat Dec 14 11:04:38 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=802ebe84
7
8 mail-mta/exim-4.93.0.3: add hint for opendmarc.tlds
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Fabian Groffen <grobian <AT> gentoo.org>
12
13 mail-mta/exim/exim-4.93.0.3.ebuild | 7 ++++++-
14 1 file changed, 6 insertions(+), 1 deletion(-)
15
16 diff --git a/mail-mta/exim/exim-4.93.0.3.ebuild b/mail-mta/exim/exim-4.93.0.3.ebuild
17 index 5f549103ddc..7543ff98849 100644
18 --- a/mail-mta/exim/exim-4.93.0.3.ebuild
19 +++ b/mail-mta/exim/exim-4.93.0.3.ebuild
20 @@ -565,10 +565,15 @@ pkg_postinst() {
21 einfo "Please create ${EROOT}/etc/exim/exim.conf from"
22 einfo " ${EROOT}/etc/exim/exim.conf.dist."
23 fi
24 + if use dmarc ; then
25 + einfo "DMARC support requires ${EROOT}/etc/exim/opendmarc.tlds"
26 + einfo "you can populate this file with the contents downloaded from"
27 + einfo " https://publicsuffix.org/list/public_suffix_list.dat"
28 + fi
29 if use dcc ; then
30 einfo "DCC support is experimental, you can find some limited"
31 einfo "documentation at the bottom of this prerelease message:"
32 - einfo "http://article.gmane.org/gmane.mail.exim.devel/3579"
33 + einfo " http://article.gmane.org/gmane.mail.exim.devel/3579"
34 fi
35 use srs && einfo "SRS support is experimental"
36 use dsn && einfo "extra information in fail DSN message is experimental"