------------------------------------------------------------
revno: 1367
fixes bug: https://launchpad.net/bugs/558240
committer: Mark Sapiro <[email protected]>
branch nick: 2.1
timestamp: Thu 2012-11-01 20:19:11 -0700
message:
Added an Auto-Generated: header to password reminders. (LP: 558240)
modified:
NEWS
cron/mailpasswds
--
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 'NEWS'
--- NEWS 2012-10-31 00:48:43 +0000
+++ NEWS 2012-11-02 03:19:11 +0000
@@ -23,6 +23,8 @@
Bug Fixes and other patches
+ - Added an Auto-Generated: header to password reminders. (LP: 558240)
+
- Fixed a bug where non-ascii characters in the real name in a subscription
request could throw a UnicodeEncodeError upon subscription approval and
perhaps in other situations too. (LP: 1047100)
=== modified file 'cron/mailpasswds'
--- cron/mailpasswds 2005-08-27 01:40:17 +0000
+++ cron/mailpasswds 2012-11-02 03:19:11 +0000
@@ -226,6 +226,8 @@
finally:
i18n.set_translation(otrans)
msg['X-No-Archive'] = 'yes'
+ del msg['auto-submitted']
+ msg['Auto-Submitted'] = 'auto-generated'
# We want to make this look like it's coming from the siteowner's
# list, but we also want to be sure that the apparent host name is
# the current virtual host. Look in CookHeaders.py for why this
_______________________________________________
Mailman-checkins mailing list
[email protected]
Unsubscribe:
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org