diff options
| author | bwarsaw | 2002-08-22 19:37:00 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-08-22 19:37:00 +0000 |
| commit | f1d4f3f9d9b22133d4a01d3954ebb8375883930d (patch) | |
| tree | 7400dc5f67ce483fbf21906d14dc756ec1f77ab9 /Mailman/Gui/General.py | |
| parent | cbd71d084191c30a868a5116509f2d9a0deb6b49 (diff) | |
| download | mailman-f1d4f3f9d9b22133d4a01d3954ebb8375883930d.tar.gz mailman-f1d4f3f9d9b22133d4a01d3954ebb8375883930d.tar.zst mailman-f1d4f3f9d9b22133d4a01d3954ebb8375883930d.zip | |
Diffstat (limited to 'Mailman/Gui/General.py')
| -rw-r--r-- | Mailman/Gui/General.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index cfb5d578b..6907d05c0 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -361,7 +361,7 @@ class General(GUIBase): ('include_rfc2369_headers', mm_cfg.Radio, (_('No'), _('Yes')), 0, _("""Should messages from this mailing list include the - <a href="http://www.faqs.org/rfc/rfc2369.html">RFC 2369</a> + <a href="http://www.faqs.org/rfcs/rfc2369.html">RFC 2369</a> (i.e. <tt>List-*</tt>) headers? <em>Yes</em> is highly recommended."""), @@ -386,7 +386,7 @@ class General(GUIBase): _('Should postings include the <tt>List-Post:</tt> header?'), _("""The <tt>List-Post:</tt> header is one of the headers recommended by - <a href="http://www.faqs.org/rfc/rfc2369.html">RFC 2369</a>. + <a href="http://www.faqs.org/rfcs/rfc2369.html">RFC 2369</a>. However for some <em>announce-only</em> mailing lists, only a very select group of people are allowed to post to the list; the general membership is usually not allowed to post. For lists of |
