diff options
Diffstat (limited to 'Mailman/Gui/General.py')
-rw-r--r-- | Mailman/Gui/General.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Mailman/Gui/General.py b/Mailman/Gui/General.py index 43c5967d..b398bc92 100644 --- a/Mailman/Gui/General.py +++ b/Mailman/Gui/General.py @@ -344,7 +344,7 @@ class General(GUIBase): type="hidden" name="new_member_options" value="ignore">'''), _("""When a new member is subscribed to this list, their initial - set of options is taken from the this variable's setting.""")), + set of options is taken from this variable's setting.""")), ('administrivia', mm_cfg.Radio, (_('No'), _('Yes')), 0, _('''(Administrivia filter) Check postings and intercept ones @@ -423,15 +423,15 @@ class General(GUIBase): mailing list to avoid stray bounces? <em>Yes</em> is recommended."""), - _(""""<a href="http://www.faqs.org/rfcs/rfc2822.html">RFC + _("""<a href="http://www.faqs.org/rfcs/rfc2822.html">RFC 2822</a> defines the <tt>Sender</tt> header and defines it as "the mailbox of the agent responsible for the actual transmission of the message." Mailman replaces this header - per default with the list's bounce address. + by default with the list's bounce address. <p>While it is debatable if Mailman is such an agent, setting this header helps directing bounces from some broken MTAs to - the right destination. On the other hand do some mail + the right destination. On the other hand, some mail readers show unexpected behaviour if this header is set (like missing addresses in forwarded mails and copies sent to the bounce address on reply-to-all), so it can be disabled |