summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBarry Warsaw2009-11-23 22:32:42 -0500
committerBarry Warsaw2009-11-23 22:32:42 -0500
commit755dc1f981b56e4c2663b5596c95590c948ef4ad (patch)
treed1d0746c9d63571f9cbda5eb7c25bba7f45f68f7
parent69947b01e51c431b68bcb9dc38f41aca27769927 (diff)
downloadmailman-755dc1f981b56e4c2663b5596c95590c948ef4ad.tar.gz
mailman-755dc1f981b56e4c2663b5596c95590c948ef4ad.tar.zst
mailman-755dc1f981b56e4c2663b5596c95590c948ef4ad.zip
-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