diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2024-10-14 10:07:17 -0400 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2024-10-14 10:10:47 -0400 |
commit | 6204fac4d367bee88d24abb65046c50dffc8dbe9 (patch) | |
tree | ff7d0f3983aeae116a485937cf1c20b94b5e86b2 /mail-filter | |
parent | dev-util/clinfo: Add missing opencl-headers dependency (diff) | |
download | gentoo-6204fac4d367bee88d24abb65046c50dffc8dbe9.tar.gz gentoo-6204fac4d367bee88d24abb65046c50dffc8dbe9.tar.bz2 gentoo-6204fac4d367bee88d24abb65046c50dffc8dbe9.zip |
mail-filter/opendkim: fix RFC link in postinst
The old URL was both broken and outdated (the RFC has been updated twice
since). Let's user the newer one from rfc-editor.org.
Closes: https://bugs.gentoo.org/941256
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/opendkim/opendkim-2.10.3-r32.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail-filter/opendkim/opendkim-2.10.3-r32.ebuild b/mail-filter/opendkim/opendkim-2.10.3-r32.ebuild index b61911d89247..bd70b4d144b7 100644 --- a/mail-filter/opendkim/opendkim-2.10.3-r32.ebuild +++ b/mail-filter/opendkim/opendkim-2.10.3-r32.ebuild @@ -250,5 +250,5 @@ pkg_config() { einfo "After you configured your MTA, publish your key by adding this TXT record to your domain:" cat "${ROOT}/var/lib/opendkim/${selector}.txt" einfo "t=y signifies you only test the DKIM on your domain. See following page for the complete list of tags:" - einfo " http://www.dkim.org/specs/rfc4871-dkimbase.html#key-text" + einfo " https://www.rfc-editor.org/rfc/rfc6376.html#section-3.6.1" } |