diff options
| author | bwarsaw | 2000-10-27 21:44:11 +0000 |
|---|---|---|
| committer | bwarsaw | 2000-10-27 21:44:11 +0000 |
| commit | ce60417ca47d890e70187bbfca858258c6438958 (patch) | |
| tree | 1fb808b2270319a99a28628da7e22dad121c5897 | |
| parent | a0ae8f0a9e2f616003e82679a7952d599877c22e (diff) | |
| download | mailman-ce60417ca47d890e70187bbfca858258c6438958.tar.gz mailman-ce60417ca47d890e70187bbfca858258c6438958.tar.zst mailman-ce60417ca47d890e70187bbfca858258c6438958.zip | |
GetConfigInfo(): In the reply_goes_to_list details, add a link to
Simon Hill's dissenting opinion on Reply-To munging.
| -rw-r--r-- | Mailman/MailList.py | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Mailman/MailList.py b/Mailman/MailList.py index 609c59d79..ca390101f 100644 --- a/Mailman/MailList.py +++ b/Mailman/MailList.py @@ -429,7 +429,9 @@ is <em>strongly</em> recommended for most mailing lists.''', depend on their own <tt>Reply-To:</tt> settings to convey their valid return address. See <a href="http://www.unicom.com/pw/reply-to-harmful.html">`Reply-To' Munging -Considered Harmful</a> for a general discussion of this issue. +Considered Harmful</a> for a general discussion of this issue. See +<a href="http://www.metasystema.org/essays/reply-to-useful.mhtml">Reply-To +Munging Considered Useful</a> for a dissenting opinion. <p>Some mailing lists have restricted posting privileges, with a parallel list devoted to discussions. Examples are `patches' or `checkin' lists, where |
