Re: [Mailman-Developers] Should we move to Bazaar?

2007-05-04 Thread Tokio Kikuchi
t mind learning something new. It's > one of the underlying reasons why I'm here in the first place. And > while its always nice to have a pain free way to get from A to B, the > pain can be managed if B is a clear improvement. > -- Tokio Kikuchi, [EMAIL PROTECTED] http://wea

Re: [Mailman-Developers] [Mailman-Users] [Fwd: TypeError: us-asciiwith python2.4 and mailman 2.1.8-1 (debian)]

2007-04-10 Thread Tokio Kikuchi
Mark Sapiro wrote: > Tokio Kikuchi wrote: > >> Hi developers, >> >> This particular problem is caused by a bug in email 4.0.1 package which >> was fixed in the most recent subversion repository. >> http://svn.python.org/view/python/trunk/Lib/email/me

Re: [Mailman-Developers] [Mailman-Users] [Fwd: TypeError: us-ascii with python2.4 and mailman 2.1.8-1 (debian)]

2007-04-10 Thread Tokio Kikuchi
> > if not isinstance(charset, unicode): > > charset = unicode(charset, 'us-ascii').encode('us-ascii') > > except U

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8184] trunk/mailman/Mailman

2007-03-30 Thread Tokio Kikuchi
ibutes but needs Lock() to get them. A few problem remains like decorating the message where OutgoingRunner is used. This runner don't update the database so it doesn't use Lock() but only Load(). We should fix them to use Lock() (and Unlock()) to reload data. -- Tokio Kikuchi, [EMAIL P

Re: [Mailman-Developers] How can I reload mlist data from SA database

2007-03-29 Thread Tokio Kikuchi
gt;>> m.Save() Traceback (most recent call last): File "", line 1, in File "/usr/local/mailman/Mailman/MailList.py", line 576, in Save self.__lock.refresh() File "/usr/local/mailman/Mailman/LockFile.py", line 187, in refresh raise NotLockedError(&#

Re: [Mailman-Developers] How can I reload mlist data from SA database

2007-03-28 Thread Tokio Kikuchi
Barry Warsaw wrote: > Hi Tokio, > > I wonder if we shouldn't just be adding always_refresh=True to the > mappers? I can't get to the SQLAlchemy site atm to provide a reference. I can't access the sqlalchemy site either now. But, I tested my code with two terminals using bin/withlist seeing

Re: [Mailman-Developers] How can I reload mlist data from SA database

2007-03-27 Thread Tokio Kikuchi
Barry Warsaw wrote: > On Mar 27, 2007, at 4:22 AM, Tokio Kikuchi wrote: > >> I've submitted a patch to address this problem on SF patch area >> because I'm not confident whether to check this in the svn. I hope >> you have time to review and write a better

Re: [Mailman-Developers] How can I reload mlist data from SA database

2007-03-27 Thread Tokio Kikuchi
; their feedback. We definitely need to address that issue before we > get too far down the SA road. I've submitted a patch to address this problem on SF patch area because I'm not confident whether to check this in the svn. I hope you have time to r

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8181] trunk/mailman/Mailman

2007-03-26 Thread Tokio Kikuchi
/usr/local/mailman/Mailman/bin/newlist.py", line 92, in parseargs if opts.password_scheme.lower() not in passwords.SCHEMES: AttributeError: 'module' object has no attribute 'SCHEMES' -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8181] trunk/mailman/Mailman

2007-03-26 Thread Tokio Kikuchi
re and if so, what the reason is? I was just re-entering the last patch but there may remain older data in my installation. I'll check it in a fresh install and make correction. If 'rest_group' is a hashed password, it should be in the ascii range but we are going t

Re: [Mailman-Developers] Problem with format=flowed patch

2007-03-24 Thread Tokio Kikuchi
tood. It was a little bit too early in the morning to start working. ;-) (6AM Japan) I've almost done with this 'format=flowed' patch and others for Scrubber.py and Decorate.py for the trunk. I'll commit them after adding some more test codes. -- Tokio Kikuchi, [EMAIL

Re: [Mailman-Developers] Problem with format=flowed patch

2007-03-24 Thread Tokio Kikuchi
ion of this patch, > please get the current version to avoid this problem. > -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/li

Re: [Mailman-Developers] How can I reload mlist data from SA database

2007-03-09 Thread Tokio Kikuchi
(TestPasswordsBase): scheme = 'pbkdf2' Thoughts? > > Thanks, and I hope you haven't wasted your entire spring vacation > waiting for me to respond! :) Never mind. The new semester starts in April. :) -- Tokio Kikuchi [EMAIL PROTECTED] http://weather.is.kochi-

[Mailman-Developers] How can I reload mlist data from SA database

2007-03-02 Thread Tokio Kikuchi
till to go are mime multipart messages and archives. I've also added a comment on Testing Mailman 2.2 wiki page how to test run the 2.2 code. Cheers, -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Develope

Re: [Mailman-Developers] My new job

2007-02-03 Thread Tokio Kikuchi
gP/XFVeeDBn6QVXkE9oK1YJxyrLZZET5GxT > TAvTJgfndkcWPuUpbC5D6hcpDNa6sfIgJnR3enoW7MgKpOAtIXTuXqPpNiFMBVT2 > qUhlDHhwYzdJWWyzI/oXGRvt0lMqqA69Iu7A6DAKrgksBB128V/mYxTfv8BPmF4W > uASb/9MkmAQ= > =h+IQ > -END PGP SIGNATURE- -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi

Re: [Mailman-Developers] Pickles begone

2007-01-03 Thread Tokio Kikuchi
he owner and permission of data/mailman.db. Are you accessing web ui via wsgi (HTTPRunner) or classic cgi? > > > I haven't tried yet to convert an older list to the new system. > > > -- Fil -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ _

Re: [Mailman-Developers] Postfix/virtual-mailman not compatible when using dedicated destination (like "localhost")

2006-12-04 Thread Tokio Kikuchi
e a little bit confusing because you can bypass this by /etc/postfix/virutal. MOSTLY_LMTP_DOMAINS ? -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.pyt

Re: [Mailman-Developers] Postfix/virtual-mailman not compatible when using dedicated destination (like "localhost")

2006-12-04 Thread Tokio Kikuchi
I'd be glad to do one > again, but I wanted to ask: > > 1) Do you see benefit to adding a variable that would define this > right-hand-side domain (e.g. "localhost") for virtual-mailman? > > 2) What is a good name for the variable?

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8100] trunk/mailman/Mailman/MTA/Postfix.py

2006-11-25 Thread Tokio Kikuchi
Hi, After all, you are right, Barry. Tokio Kikuchi wrote: >>> - if config.USE_LMTP immediately after ALIASFILE add/remove; we need >>> to keep alias settings because postfix rejects as unknown if >>> not present. >> I haven't tried this diff y

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8100] trunk/mailman/Mailman/MTA/Postfix.py

2006-11-23 Thread Tokio Kikuchi
h may be old, but the postfix returns 550 if I set up with transport map only. But, additional test on my site revealed that using virtual map resulted in pipe command and not lmtp. :-( I'll test it more on this weekend. -- Tokio Ki

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8090] trunk/mailman/Mailman

2006-11-13 Thread Tokio Kikuchi
code but I've only checked in thus far. Please check and test it. -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-deve

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8090] trunk/mailman/Mailman

2006-11-11 Thread Tokio Kikuchi
he email notification urls and keep GetScriptURL() returning > relative paths. > Like VirtualHostMonster in Zope? > E.g. when I try to use r8090 via the Apache ScriptAlias path, I end > up getting three slashes between the host and the 'mailma

Re: [Mailman-Developers] Problem with new configuration.Configuration.load()

2006-10-21 Thread Tokio Kikuchi
lain if the passed file doesn't exist. > +1 BTW, should we all move to new config sheme ? Then, should we make some upgrade script in Mailman/versions.py ? -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Devel

Re: [Mailman-Developers] Converting mm_cfg to config in mmshell scripts

2006-10-21 Thread Tokio Kikuchi
nd check them in. > +1 -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.pyt

Re: [Mailman-Developers] HTTPRunner.py

2006-10-16 Thread Tokio Kikuchi
which is different from the current path as viewed from the browser through the reverse proxy. :-( -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.

[Mailman-Developers] HTTPRunner.py (was Re: LMTPRunner.py)

2006-10-08 Thread Tokio Kikuchi
. I haven't actually tried any of > that yet, but currently that's the directly I'm thinking 2.2 should > move to. > > (But yes, that does probably mean we could include a > wsgiref.simple_server()-based runner of sorts, although that's going > to be a b

Re: [Mailman-Developers] LMTPRunner.py

2006-10-05 Thread Tokio Kikuchi
CGIHTTPServer.test(HandlerClass, ServerClass) if __name__ == '__main__': test() - -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Dev

Re: [Mailman-Developers] pipe-to-prog/maidir/lmtp performance

2006-10-01 Thread Tokio Kikuchi
d I'm just wondering how efficient the LMTP part will be. My impression is that it is almost the same as Maildir delivery. -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@pyt

[Mailman-Developers] pipe-to-prog/maidir/lmtp performance

2006-09-30 Thread Tokio Kikuchi
be a bottleneck. Cheers, -- Tokio Kikuchi [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://www.python.org/cg

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8041] trunk/mailman/Mailman

2006-09-29 Thread Tokio Kikuchi
rry. Any SMTP server can become a LMTP server IIRC. http://docs.python.org/lib/node624.html -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/ma

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8043] trunk/mailman/Mailman

2006-09-28 Thread Tokio Kikuchi
> trunk/mailman/Mailman/MTA/Postfix.py > trunk/mailman/Mailman/MailList.py > trunk/mailman/Mailman/Queue/MaildirRunner.py -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-De

Re: [Mailman-Developers] [Mailman-Users] OS X & Mailman & Python

2006-09-27 Thread Tokio Kikuchi
> In summary my preferences would be: > > Mailman 2.1.x supported on Python 2.3, 2.4, and 2.5. Drop support > for Python 2.1 and 2.2. We've done this accidentally in Mailman > 2.1.9, so let's make it official. > > Mailman 2.2 supported on Python 2.4 and 2.5.

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8041] trunk/mailman/Mailman

2006-09-26 Thread Tokio Kikuchi
.path.join(config.LIST_DATA_DIR, + self.host_name + '@' + name) + else: + self._full_path = '' # Only one level of mixin inheritance allowed for baseclass in self.__class__.__bases__: if h

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [8036]trunk/mailman/Mailman/loginit.py

2006-09-23 Thread Tokio Kikuchi
u are right. I've backed out the last change. Well, I installed coLinux on my lap top and was testing if I can debug mailman while travelling. ;-) -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Develope

Re: [Mailman-Developers] Patches in mandriva package

2006-09-12 Thread Tokio Kikuchi
h. > > Let's wait for 2.1.10, because otherwise we're really going to need > another release candidate and another week or so of testing. Oh, yes. I understand. -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___

Re: [Mailman-Developers] Patches in mandriva package

2006-09-11 Thread Tokio Kikuchi
end_digests(). Daily call of cron/senddigests will provide more detail to the site administrator. Therefore, 2.1.9 is also not vulnerable. CVE-2005-3573 is a false (delayed) alert. -- Tokio Kikuchi [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [7965] branches/Release_2_1-maint/mailman

2006-08-04 Thread Tokio Kikuchi
onth? I think I can do it because our university entered in the summer vacation. -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/

Re: [Mailman-Developers] SoC: status update

2006-06-21 Thread Tokio Kikuchi
e can eliminate many problems we have on current web pages including the pipermail archive, while current language-charset database should be retained for email message usage. Cheers, -- Tokio Kikuchi, [EMAIL PROTECTED] http://weather.is.kochi-u.ac.jp/ __

[Mailman-Developers] logger umask

2006-05-04 Thread Tokio Kikuchi
handler.setFormatter(formatter) log.addHandler(handler) +# restore original umask + os.umask(oumask) -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-D

Re: [Mailman-Developers] Problems with Vietnamese translation

2006-04-30 Thread Tokio Kikuchi
slightly differently, though. Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: h

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [7858] trunk/mailman

2006-04-23 Thread Tokio Kikuchi
-jp for japanese), you still get error for a chinese spam. It may be useful if the log output use 'replace' feature of encode() method. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers maili

Re: [Mailman-Developers] [Mailman-checkins] SF.net SVN: mailman: [7858] trunk/mailman

2006-04-22 Thread Tokio Kikuchi
qrunners should be working properly. > > I wish I could have tested all code paths that touch the logger, but > that's infeasible. I have tested this, but it's possible that there > were some mistakes in the translation. > > - Mailman.Bouncers.BounceAPI.Stop i

[Mailman-Developers] RELEASED: Mailman 2.1.8

2006-04-14 Thread Tokio Kikuchi
d the Mailman 2.1.8 source tarball, see: http://sourceforge.net/project/showfiles.php?group_id=103 (Note that uploading to the mirror sites may be delayed.) -- Tokio Kikuchi ___ Mailman-Developers mailing list Mailman-Developers@python.org

[Mailman-Developers] Released: Mailman 2.1.8 release candidate

2006-04-06 Thread Tokio Kikuchi
str' object has no attribute 'as_string' (147). Utils.get_domain() wrong if VIRTUAL_HOST_OVERVIEW off (1275856). Miscellaneous - Brad Knowles' mailman daily status report script updated to 0.0.16. -- Tokio Kikuchi, tkikuchi@ is.

[Mailman-Developers] Released: Mailman 2.1.8b1

2006-03-23 Thread Tokio Kikuchi
mistakes delay notice for bounce (1421285). show_qfiles: 'str' object has no attribute 'as_string' (147). Utils.get_domain() wrong if VIRTUAL_HOST_OVERVIEW off (1275856). Miscellaneous - Brad Knowles' mailman daily status report script up

[Mailman-Developers] Mailman 2.1.8a1 (was Released: Mailman 2.1.7a1)

2006-03-09 Thread Tokio Kikuchi
Ops! Sorry for the typo in the subject. :-( Tokio Kikuchi wrote: > Hi Developers and i18ners, > > Mailman 2.1.8a1 was released for alpha test and i18n translations. > Unfortunately, SF file upload is currently down, so I've put up the tar > ball and the GPG signature on

[Mailman-Developers] Released: Mailman 2.1.7a1

2006-03-09 Thread Tokio Kikuchi
mistakes delay notice for bounce (1421285). show_qfiles: 'str' object has no attribute 'as_string' (147). Miscellaneous - Brad Knowles' mailman daily status report script updated to 0.0.16. -- Tokio Kikuchi, tkikuchi

Re: [Mailman-Developers] [Mailman-Users] any info onthisreportedexploit?

2006-02-01 Thread Tokio Kikuchi
o be having a lot of trouble with this. Make that > > if t and not t[7]: > t = t[:7] + (1,) +t[8:] > > I changed the patch including this one. Please check it again. https://sourceforge.net/tracker/index.php?func=detail&aid=1419490&group_

Re: [Mailman-Developers] [Mailman-Users] any info on this reported exploit?

2006-01-30 Thread Tokio Kikuchi
Mark Sapiro wrote: > Tokio Kikuchi wrote: > >>We may have to patch against this email package parsedate bug. >>I've just uploaded a patch on SF tracker. Please someone review this >>before I commit in the CVS (this weekend, maybe). > > > I have looked at

Re: [Mailman-Developers] [Mailman-Users] any info on this reportedexploit?

2006-01-30 Thread Tokio Kikuchi
Mark Sapiro wrote: > Tokio Kikuchi wrote: > >>We may have to patch against this email package parsedate bug. >>I've just uploaded a patch on SF tracker. Please someone review this >>before I commit in the CVS (this weekend, maybe). >>https://sourceforge.net/

Re: [Mailman-Developers] [Mailman-Users] any info on this reported exploit?

2006-01-30 Thread Tokio Kikuchi
Tokio Kikuchi wrote: >> http://www.securityfocus.com/bid/16248/discuss >> GNU Mailman Large Date Data Denial Of Service Vulnerability >> GNU Mailman is prone to a denial of service attack. This issue affects >> the >> email date parsing functionality of Mailman. (

Re: [Mailman-Developers] Put admin_member_chunksize in GUI

2006-01-28 Thread Tokio Kikuchi
fear that some unsuspecting list owner will set it too big? > No reason, maybe. But, I just don't want to add a new language catalog entry and re-generate whole .po files for 2.2 now. :-( -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ __

Re: [Mailman-Developers] Scrubber mungs quoted-printable revisited.

2006-01-28 Thread Tokio Kikuchi
crubber.py and unconditionally setting > the decode flag for subsequent get_payload() calls is it makes the > whole process insensitive to whether or not or when Python email bug # > 1409455 is fixed. If the bug is fixed, the payload will be encoded and > msg.get_charset() above will r

Re: [Mailman-Developers] [ mailman-Bugs-1416853 ] Jan 14 change toHandlers/SpamDetect.py isincomplete

2006-01-27 Thread Tokio Kikuchi
Mark Sapiro wrote: > Tokio Kikuchi wrote: > >>OK, Barry. I've come up with this patch (for the current CVS). >>If its OK, I want to start up for the release of 2.1.8a1. > > > > The pass through of the 'hold' action if the message is to -owner s

Re: [Mailman-Developers] [ mailman-Bugs-1416853 ] Jan 14 change to Handlers/SpamDetect.py isincomplete

2006-01-27 Thread Tokio Kikuchi
gt; If in response to a certain spam designation the owner destined message > is discarded, that's fine. But it shouldn't be held, and rejecting spam > is almost always a bad idea. OK, Barry. I've come up with this patch (for the current CVS). If its OK, I want to start up fo

Re: [Mailman-Developers] [Mailman-Users] Problems with uuencoded attachments

2006-01-15 Thread Tokio Kikuchi
Barry Warsaw wrote: > On Mon, 2006-01-16 at 09:25 +0900, Tokio Kikuchi wrote: > > >>In usual mailman qrunner execs, stderr is logged into logs/errors. It >>is the additional tee_to_real_stderr in LogStdErr() setting which wants >>to print the error into real stderr

Re: [Mailman-Developers] [Mailman-Users] Problems with uuencoded attachments

2006-01-15 Thread Tokio Kikuchi
Barry Warsaw wrote: > On Jan 14, 2006, at 9:59 PM, Tokio Kikuchi wrote: > > >>Mark Sapiro wrote: >> >> >> >>>>File "/usr/lib/python2.3/uu.py", line 139, in decode >>>> sys.stderr.write("Warning: %s\n" % str(v)) >&g

Re: [Mailman-Developers] [Mailman-Users] Problems with uuencoded attachments

2006-01-14 Thread Tokio Kikuchi
n'), sfp) to uu.decode(StringIO(payload+'\n'), sfp, quiet=True) There should be other chances that Python builtin modules spew warnings to sys.stderr. How about this patch for Logging/Utils.py to write these messages into syslog facility. -- Tokio Kiku

Re: [Mailman-Developers] Serious Archiving problem in 2.1.7

2006-01-05 Thread Tokio Kikuchi
Thank you Mark. It looks like we reached the same conclusion. One note: I prefer to use unicode() than decode() because the latter is not supported in Python 2.1 and looks like fuzzy in declaring unicode string (or else). Mark Sapiro wrote: > Tokio Kikuchi wrote: > >>At my firs

Re: [Mailman-Developers] Serious Archiving problem in 2.1.7

2006-01-04 Thread Tokio Kikuchi
y hate to read code in the Archiver directory. :-( We'd rather develope new archiver from scratch for 2.2 (or 3.0). New design should be in XHTML/CSS/UTF-8. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-De

Re: [Mailman-Developers] Serious Archiving problem in 2.1.7

2006-01-04 Thread Tokio Kikuchi
Barry Warsaw wrote: > On Wed, 2006-01-04 at 08:58 -0800, Mark Sapiro wrote: > > >>The purpose of this post is twofold. First, I would like independent >>review of the patch, as I still don't fully understand the reason for >>the error in all cases and the i18n implications. > > > I'll try to fi

Re: [Mailman-Developers] Serious Archiving problem in 2.1.7

2006-01-04 Thread Tokio Kikuchi
Tokio Kikuchi wrote: >> >>>The purpose of this post is twofold. First, I would like independent >>>review of the patch, as I still don't fully understand the reason for >>>the error in all cases and the i18n implications. >> >> >>I'll

Re: [Mailman-Developers] RELEASED Mailman 2.1.7

2006-01-01 Thread Tokio Kikuchi
s later. I just want to say my thanks to Mark again now, and I thank you all for your cooperation. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http:/

[Mailman-Developers] RELEASED Mailman 2.1.7

2005-12-31 Thread Tokio Kikuchi
http://mailman.sourceforge.net/ For links to download the Mailman 2.1.7 source tarball, see: http://sourceforge.net/project/showfiles.php?group_id=103 Best regards and a happy new year! -- Tokio Kikuchi ___ Mailman-Developers mailing list Ma

[Mailman-Developers] Mailman 2.1.7rc1 (was Re: [Mailman-Users] Released: Mailman 2.1.7b1)

2005-12-23 Thread Tokio Kikuchi
Oops, Sorry for the typo in the message title. I mean Released: Mailman 2.1.7rc1 Release Candidate Tokio Kikuchi wrote: > Hi all, > > I've just released Mailman 2.1.7rc1 Release Candidate. I'm sorry for > the violation of file name extension convention because I m

[Mailman-Developers] [Mailman-Users] Released: Mailman 2.1.7b1

2005-12-23 Thread Tokio Kikuchi
Hi all, I've just released Mailman 2.1.7rc1 Release Candidate. I'm sorry for the violation of file name extension convention because I made a small mistake when tagging the release number. I will be releasing 2.1.7 final by December 31 if there is no problem. Please download it from SF or:

Re: [Mailman-Developers] [Mailman-Users] filename too long error - stopping list

2005-12-22 Thread Tokio Kikuchi
/Handlers/Scrubber.py", line 447, in >>> save_attachment >>>fp = open(path, 'w') >>>IOError: [Errno 36] File name too long: >>>'/var/lib/mailman/archives/private/rca-l/attachments/20051207/3d04c3a4/iso-8859-1QThe_surface_of_the_SunA0_

[Mailman-Developers] Released: Mailman 2.1.7b1

2005-12-19 Thread Tokio Kikuchi
Hi all, I've just released Mailman 2.1.7b1 for beta test and i18n translations. I'm tempted to jump into RC because the 2.1-maint branch is so stable and 2.1.7 is mainly for bug fixes, but we need more translations before the final release. Please download it from SF or: http://mm.tkikuchi.net/

Re: [Mailman-Developers] Scrubber mungs Quoted Printable

2005-12-16 Thread Tokio Kikuchi
r-Encoding: quoted-printable > > > How about just a line of stuff with some =3D=3D=3D=3D and a few words. > > X=3D91**2 (x is 91 squared) > > >>>>print msg.get_payload() > > > How about just a line of stuff with some and a few words. > &g

Re: [Mailman-Developers] Encoding problem: Mailman bails during "Administrative requests"

2005-12-14 Thread Tokio Kikuchi
/x-www-form-urlencoded admin(10012): HTTP_ACCEPT_ENCODING: gzip,deflate,compress,identity admin(10012): UNIQUE_ID: Q5yWc8CoZOEAACbkeKA admin(10012): PATH_INFO: /wsa-talk == TRACEBACK END -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ Index: Syslog.py

Re: [Mailman-Developers] Spam/Scam button

2005-12-13 Thread Tokio Kikuchi
development of mailman-2.2 after the release of 2.1.7. This should be the chance that the patch is integrated in the 2.2 release. Regards, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing l

[Mailman-Developers] Released: Mailman 2.1.7a1

2005-12-12 Thread Tokio Kikuchi
es (Mark Sapiro). - Logging/Logger.py unicode transform option (1235567). - bin/update crashes with bogus files (949117). - Bugs and patches: 1212066/1301983 (Date header in create/remove notice) -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ _

Re: [Mailman-Developers] [Mailman-i18n] A better way of doing templates?

2005-12-06 Thread Tokio Kikuchi
Barry Warsaw wrote: > On Thu, 2005-11-24 at 10:44 +0900, Tokio Kikuchi wrote: > > >>How about adding current templates into pot/po and pickup and generate >>language templates during "make install." I don't know if it could be >>done at all but I will l

Re: [Mailman-Developers] Scrubber mungs Quoted Printable

2005-11-30 Thread Tokio Kikuchi
;>print msg > >>From nobody Mon Nov 28 09:18:41 2005 > From: "Mark Sapiro" <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: HTML - all > Date: Sun, 27 Nov 2005 09:02:33 -0800 > MIME-Version: 1.0 > Content-Type: text/plain; charset="iso-8859-

Re: [Mailman-Developers] A better way of doing templates?

2005-11-23 Thread Tokio Kikuchi
done at all but I will look at it this weekend. As regards the whole translation process, I've already submitted a patch to select languages when configuring. This should help separating the translations from the main developement code base. http://sourceforge.net/tracker/index.php?func=de

Re: [Mailman-Developers] XMLRPC Patch

2005-11-08 Thread Tokio Kikuchi
As the past discussions on this list suggest, there will be no more new feature in 2.1.x series but bug fixes, This should be integrated in 2.2 or 3.0. BTW, I had Sun RPC cracked, then vulnerable Windows RPC. So, I'm rather skeptical about RPC things. Yeah, I know it's different but ...

Re: [Mailman-Developers] Sibling list

2005-11-06 Thread Tokio Kikuchi
JC Dill wrote: > Stephen J. Turnbull wrote: > >>>>>>>"Tokio" == Tokio Kikuchi <[EMAIL PROTECTED]> writes: >> >> >>Tokio> - Is the terminology 'sibling' appropriate? >> >>I hesistate to give it a +1 beca

[Mailman-Developers] Sibling list

2005-11-03 Thread Tokio Kikuchi
e.g. [EMAIL PROTECTED]). Do not specify the list address mutually in the sibling list configuration page or those doubled members won't get message. TBD: - Is the terminology 'sibling' appropriate? - Need more comments in the processing code (CalcRecips.py). -- Tokio Kikuchi, tki

[Mailman-Developers] Patch: Select language(s) when install

2005-09-21 Thread Tokio Kikuchi
evelopers can review this patch before I check in to the CVS. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.python.org/mailman/listinfo/mailman-deve

Re: [Mailman-Developers] Mal Formed MIME post leakedthrough to list

2005-09-18 Thread Tokio Kikuchi
the epilogue in the message. I will look at it closer. > > Interestingly, both Thunderbird 1.5b1 and MS Outlook Express 6 seem to > parse the message as intended, but Mutt 1.4.1i sees it more like > Mailman does. > > If there's no answer on the list, I intend to keep a

[Mailman-Developers] Mailman 2.X CVS MAIN is back

2005-08-28 Thread Tokio Kikuchi
so) I want to check in to the MAIN branch only hereafter, although some serious security bug fix (if any) should be committed in the 2.1 branch. I believe the MAIN CVS checkout is now ready to be tested but plese let me know if you notice something. Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.

Re: [Mailman-Developers] [Mailman-Users] header_filter_rules possible bug

2005-08-02 Thread Tokio Kikuchi
list > Mailman-Users@python.org > http://mail.python.org/mailman/listinfo/mailman-users > Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py > Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/ > Unsubscribe: > http://mail.python.org/mailman/options/m

Re: [Mailman-Developers] Bad info in http://www.list.org/faq.html

2005-07-22 Thread Tokio Kikuchi
NS = 1 > > This should say > > > OWNERS_CAN_ENABLE_PERSONALIZATION = Yes > > -- Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://ma

Re: [Mailman-Developers] please update list.org/devs.html IRC channel listing

2005-07-22 Thread Tokio Kikuchi
Hi, Jim Tittsler wrote: > I believe <http://www.list.org/devs.html> should be updated to change > the IRC network name from openprojects.net to freenode.net. > I've just updated on sourceforge. http://mailman.sourceforge.net/devs.html > > -- Tokio Kikuchi, tkiku

Re: [Mailman-Developers] version mismatch?

2005-07-20 Thread Tokio Kikuchi
nstall again. > > Let us know if that works and I'll update the release notes. > > -Barry > -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@

Re: [Mailman-Developers] content filtering bug (text/html and text/plain in multipart emails)

2005-07-13 Thread Tokio Kikuchi
n is two parts. One, is there a work-around available, and > two is this a "feature" which the developers intend to fix? > I've just checked in my patch to fix this. It introduces a new attribute 'collapse_alternatives' in the maillist object. You will need to

Re: [Mailman-Developers] content filtering bug (text/html andtext/plain in multipart emails)

2005-07-11 Thread Tokio Kikuchi
t; unconditionally, but I agree now that it probably should be optional. > > Care to work out a patch? > Anyone done this already? I'm going to do this as a part of my lecture (Anatomy of Mailman) for our MS course students tommorow. :-) -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http

Re: [Mailman-Developers] unicode traceback

2005-07-10 Thread Tokio Kikuchi
mall bug would warrant a 2.1.7 release even. > Sorry that I couldn't respond sooner. Will you please upload your patch to the SourceForge patch trancker and assign to me (tkikuchi)? -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___

Re: [Mailman-Developers] [Mailman-Users] ValueError: unpack list of wrong size

2005-06-09 Thread Tokio Kikuchi
ators.jpg" Note that RFC2231 encoding specifies "'" as a special character for delimiting charset'lang'content. The sender's MUA should have encoded "'" as "%27". See: http://www.faqs.org/rfcs/rfc2231.html Of course, Mailman and Python em

Re: [Mailman-Developers] Search members bug?

2005-05-14 Thread Tokio Kikuchi
Barry Warsaw wrote: > version we release (Tokio, we'll put off updating the GPL notices too). Agreed. And, sorry for the many typos I've committed. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailm

Re: [Mailman-Developers] [Mailman-Users] subject_prefix multiplication

2005-05-13 Thread Tokio Kikuchi
hon re.escape() should escape special characters only -- I can't find '%' in special character list in the manual. -- Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Develo

Re: [Mailman-Developers] Patch for Mail Archive mirroring

2005-05-12 Thread Tokio Kikuchi
not moved toward accepting the resposibility. I'd say "no" for merging into CVS now. Of course, Barry may have different opinion. Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman

Re: [Mailman-Developers] [Fwd: [ mailman-Bugs-1188133 ] CGI group id not properly tested]

2005-04-23 Thread Tokio Kikuchi
Thank you John! I've updated the bug tracker. Mr. Mottram also changed his page after a little discussion with me. John Dennis wrote: > On Sat, 2005-04-23 at 06:53 +0900, Tokio Kikuchi wrote: > >>Hi Developers, >> >>There is a rumor that mailman sec

[Mailman-Developers] [Fwd: [ mailman-Bugs-1188133 ] CGI group id not properly tested]

2005-04-23 Thread Tokio Kikuchi
You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=100103&aid=1188133&group_id=103 ___ Mailman-coders mailing list Mailman-coders@python.org http://mail.python.org/mailman/listinfo/mailman-coders -- Tokio

[Mailman-Developers] Mailman 2.1.6 2nd release candidate

2005-04-21 Thread Tokio Kikuchi
the middle of May. :-< So, we have much time to test or translate this 2nd release candidate for the final 2.1.6. http://sourceforge.net/project/showfiles.php?group_id=103 or http://mm.tkikuchi.net/mailman-2.1.6rc2.tgz Cheers, -- Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp http://weather.is.ko

[Mailman-Developers] Mailman 2.1.6 release candidate up

2005-04-14 Thread Tokio Kikuchi
m the language champions including Leona for zh_CN (Chinese, China). Hopefully, I will be able to release the 2.1.6 final within a week. Cheers, -- Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Ma

[Mailman-Developers] Mailman 2.1.6 release candidate up

2005-04-14 Thread Tokio Kikuchi
Hi all, Now we are on the last stage before the final release of 2.1.6. After the release of 2.1.6b5, we've got translation updates from the language champions including Leona for zh_CN (Chinese, China). Hopefully, I will be able to release the 2.1.6 final within a week. Cheers, -- Tokio Ki

Re: [Mailman-Developers] Mailman 2.1.6 beta 5 released

2005-03-23 Thread Tokio Kikuchi
CVS. http://cvs.sourceforge.net/viewcvs.py/mailman/mailman/Mailman/Handlers/SpamDetect.py?r1=2.3.2.2&r2=2.3.2.3 -- Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list Mailman-Developers@python.org http://mail.pyth

[Mailman-Developers] Mailman 2.1.6 beta 5 released

2005-03-23 Thread Tokio Kikuchi
souls to upgrade 2.1.6 beta and who use this feature, to upgrade again to 2.1.6 beta 5. The tarball is placed at http://mm.tkikuchi.net/mailman-2.1.6b5.tgz # Sorry but it looks like I have not access to the file releases on SF. -- Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp http://weather.

Re: [Mailman-Developers] SMTPDeliver.py still can't do MTA VERP?

2005-02-25 Thread Tokio Kikuchi
his into A Mailman Near You? I think I can integrate it into 2.2 which I am going to work on after the 2.1.6 release which is now in final stage. Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers

  1   2   3   >