Update of /cvsroot/mailman/mailman/cron
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21851

Modified Files:
      Tag: Release_2_1-maint
        mailpasswds 
Log Message:
'replace' here again for alian charset password (should we restrict password
within ascii charcters?)


Index: mailpasswds
===================================================================
RCS file: /cvsroot/mailman/mailman/cron/mailpasswds,v
retrieving revision 2.13.2.4
retrieving revision 2.13.2.5
diff -u -d -r2.13.2.4 -r2.13.2.5
--- mailpasswds 7 Nov 2004 11:58:42 -0000       2.13.2.4
+++ mailpasswds 4 Dec 2004 01:33:47 -0000       2.13.2.5
@@ -220,7 +220,7 @@
                 msg = Message.UserNotification(
                     addr, siteowner,
                     _('%(host)s mailing list memberships reminder'),
-                    text.encode(enc), poplang)
+                    text.encode(enc, 'replace'), poplang)
                 # Note that text must be encoded into 'enc' because unicode
                 # cause error within email module in some language (Japanese).
             finally:

_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org

Reply via email to