summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mailman/docs/README.txt1
-rw-r--r--src/mailman/mta/docs/bulk.txt2
-rw-r--r--src/mailman/mta/docs/verp.txt2
3 files changed, 4 insertions, 1 deletions
diff --git a/src/mailman/docs/README.txt b/src/mailman/docs/README.txt
index 389a2951c..063ff5583 100644
--- a/src/mailman/docs/README.txt
+++ b/src/mailman/docs/README.txt
@@ -107,3 +107,4 @@ Table of Contents
../rest/docs/*
../rules/docs/*
../archiving/docs/*
+ ../mta/docs/*
diff --git a/src/mailman/mta/docs/bulk.txt b/src/mailman/mta/docs/bulk.txt
index 57431d2f8..925d29554 100644
--- a/src/mailman/mta/docs/bulk.txt
+++ b/src/mailman/mta/docs/bulk.txt
@@ -404,3 +404,5 @@ Or there could be some other problem causing an SMTP response failure.
cperson@example.org 500 Error: SMTPResponseException
XXX Untested: socket.error, IOError, smtplib.SMTPException.
+
+.. _verp.txt: verp.html
diff --git a/src/mailman/mta/docs/verp.txt b/src/mailman/mta/docs/verp.txt
index e31419bdb..75e608c7a 100644
--- a/src/mailman/mta/docs/verp.txt
+++ b/src/mailman/mta/docs/verp.txt
@@ -6,7 +6,7 @@ Variable Envelope Return Path (VERP_) delivery is an alternative to bulk_
delivery, where an individual message is crafted uniquely for each recipient.
.. _VERP: http://en.wikipedia.org/wiki/Variable_envelope_return_path
-.. _bulk: bulk.txt
+.. _bulk: bulk.html
The cost of enabling VERP is that Mailman must send to the upstream MTA, one
message per recipient. Under bulk delivery, an exact copy of one message can