summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2020-10-22 23:33:28 (GMT)
committerGitHub <noreply@github.com>2020-10-22 23:33:28 (GMT)
commitec388cfb4ede56dace2bb78851ff6f38fa2a6abe (patch)
tree10f2d4f145b2566de3d2fdbf76a6c6041b201ddb /Doc
parentfacb522d44fceaf15de6bc95de1cd680c4621c2a (diff)
downloadcpython-ec388cfb4ede56dace2bb78851ff6f38fa2a6abe.zip
cpython-ec388cfb4ede56dace2bb78851ff6f38fa2a6abe.tar.gz
cpython-ec388cfb4ede56dace2bb78851ff6f38fa2a6abe.tar.bz2
bpo-38486: Fix dead qmail links in the mailbox docs (GH-22239)
Diffstat (limited to 'Doc')
-rw-r--r--Doc/library/mailbox.rst14
1 files changed, 4 insertions, 10 deletions
diff --git a/Doc/library/mailbox.rst b/Doc/library/mailbox.rst
index f82a3b2..94d95d1 100644
--- a/Doc/library/mailbox.rst
+++ b/Doc/library/mailbox.rst
@@ -426,17 +426,14 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
.. seealso::
- `maildir man page from qmail <http://www.qmail.org/man/man5/maildir.html>`_
- The original specification of the format.
+ `maildir man page from Courier <http://www.courier-mta.org/maildir.html>`_
+ A specification of the format. Describes a common extension for
+ supporting folders.
`Using maildir format <https://cr.yp.to/proto/maildir.html>`_
Notes on Maildir by its inventor. Includes an updated name-creation scheme and
details on "info" semantics.
- `maildir man page from Courier <http://www.courier-mta.org/maildir.html>`_
- Another specification of the format. Describes a common extension for supporting
- folders.
-
.. _mailbox-mbox:
@@ -485,11 +482,8 @@ Supported mailbox formats are Maildir, mbox, MH, Babyl, and MMDF.
.. seealso::
- `mbox man page from qmail <http://www.qmail.org/man/man5/mbox.html>`_
- A specification of the format and its variations.
-
`mbox man page from tin <http://www.tin.org/bin/man.cgi?section=5&topic=mbox>`_
- Another specification of the format, with details on locking.
+ A specification of the format, with details on locking.
`Configuring Netscape Mail on Unix: Why The Content-Length Format is Bad <https://www.jwz.org/doc/content-length.html>`_
An argument for using the original mbox format rather than a variation.