------------------------------------------------------------
revno: 1450
committer: Mark Sapiro <msap...@value.net>
branch nick: 2.1
timestamp: Fri 2014-03-14 10:00:20 -0700
message:
  Cleaned up a couple of comments missed in the author_is_list to
  from_is_list change.
modified:
  Mailman/Defaults.py.in
  Mailman/Handlers/CookHeaders.py


--
lp:mailman/2.1
https://code.launchpad.net/~mailman-coders/mailman/2.1

Your team Mailman Checkins is subscribed to branch lp:mailman/2.1.
To unsubscribe from this branch go to 
https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription
=== modified file 'Mailman/Defaults.py.in'
--- Mailman/Defaults.py.in	2013-10-29 20:24:47 +0000
+++ Mailman/Defaults.py.in	2014-03-14 17:00:20 +0000
@@ -1,6 +1,6 @@
 # -*- python -*-
 
-# Copyright (C) 1998-2013 by the Free Software Foundation, Inc.
+# Copyright (C) 1998-2014 by the Free Software Foundation, Inc.
 #
 # This program is free software; you can redistribute it and/or
 # modify it under the terms of the GNU General Public License
@@ -108,7 +108,7 @@
 # expire that many seconds following their last use.
 AUTHENTICATION_COOKIE_LIFETIME = 0
 
-# The following must be set to Yes to enable the 'author is list' feature.
+# The following must be set to Yes to enable the 'from is list' feature.
 # See DEFAULT_FROM_IS_LIST below.
 ALLOW_FROM_IS_LIST = No
 

=== modified file 'Mailman/Handlers/CookHeaders.py'
--- Mailman/Handlers/CookHeaders.py	2014-02-16 23:00:38 +0000
+++ Mailman/Handlers/CookHeaders.py	2014-03-14 17:00:20 +0000
@@ -191,7 +191,7 @@
         # above code?
         # Also skip Cc if this is an anonymous list as list posting address
         # is already in From and Reply-To in this case and similarly for
-        # an 'author is list' list.
+        # a 'from is list' list.
         if mlist.personalize == 2 and mlist.reply_goes_to_list <> 1 \
            and not mlist.anonymous_list and not (mlist.from_is_list and
                                                  mm_cfg.ALLOW_FROM_IS_LIST):

_______________________________________________
Mailman-checkins mailing list
Mailman-checkins@python.org
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to