Re: [Mailman-Developers] Mailman CVS sends out Japanese templatemails in EUC-JP

2001-09-11 Thread Tokio Kikuchi
Barry, Ben, Sorry I am late in responding your discussion. (I am busy since 'they' are back to school. ;-) Japanese (and may be other language) encoding glitch arise in 1. Archiving and displaying messages in Web Pages. 2. Moderation interfacing and 3. Message body munging like adding header

Re: [Mailman-Developers] Mailman CVS sends out Japanesetemplatemails in EUC-JP

2001-09-11 Thread Tokio Kikuchi
Ben Gertzfield wrote: "Tokio" == Tokio Kikuchi [EMAIL PROTECTED] writes: Tokio Ben, my Japanese patch worked at least for my Tokio environment. Internal crafted messages are converted to Tokio ISO-2022-JP using the last-week CVS. We should look at it Tokio more

Re: [Mailman-Developers] Mailman CVS sends outJapanesetemplatemails in EUC-JP

2001-09-11 Thread Tokio Kikuchi
Ben Gertzfield wrote: I did this, and welcome mails are still mojibake.. Have you restart the qrunner by bin/mailmanctl stop bin/mailmanctl start I have not tried whether restart works or not, yet. -- Tokio ___ Mailman-Developers mailing list

[Mailman-Developers] admin.py

2001-10-23 Thread Tokio Kikuchi
Hi, Here is a short patch for admin.py. (Or, it will not translate.) --- /home/mailman/src/mailman/Mailman/Cgi/admin.py Tue Oct 23 11:49:27 2001 +++ admin.pyTue Oct 23 20:13:24 2001 @@ -728,7 +728,7 @@ else: varhelp = '/?VARHELP=%s/%s' % (category, varname)

[Mailman-Developers] another patch

2001-10-26 Thread Tokio Kikuchi
Hi, handle_opts.html no longer exists, I guess. Barry, I hope you can care other patches I have posted before; http://mail.python.org/pipermail/mailman-developers/2001-October/009832.html http://mail.python.org/pipermail/mailman-developers/2001-October/009655.html Tokio Original

Re: [Mailman-Developers] Re: mangling of subject header by outlook or mailman

2001-11-12 Thread Tokio Kikuchi
Hi, [EMAIL PROTECTED] wrote: 3) a user of outlookexpress 5 replies both directly and via the list. the direct reply has the following header: Subject: =?iso-8859-1?Q?Re:_=5BTest=5D_test_de_deboguage_des_=E9_et_=E8_dans_le_he?= =?iso-8859-1?Q?ader_subject?= which still gets

[Mailman-Developers] bug in Handlers/Tagger.py

2001-10-05 Thread Tokio Kikuchi
Hi, There were small typos in Tagger.py and here is the patch. Tokio Original Message Date: Sat, 6 Oct 2001 12:25:16 +0900 (JST) From: Mailman Admin [EMAIL PROTECTED] To: [EMAIL PROTECTED] --- /home/mailman/src/mailman/Mailman/Handlers/Tagger.pyFri Oct 5 16:19:30

[Mailman-Developers] Patch for Archiver/HyperArch.py

2001-10-05 Thread Tokio Kikuchi
Hi, Some time ago, someone complained about the pipermail not representing proper charset in the Content-Type header. Here is a patch for the latest CVS (2.1a). I am not very sure which is better to use as a default language, mm_cfg.DEFAULT_SERVER_LANGUAGE or maillist.preferred_language. Tokio

Re: [Mailman-Developers] 2.1a2 and 2.0.6 on same box

2001-10-12 Thread Tokio Kikuchi
Hi, Andy Heath wrote: No responses so try again with better subject categorisation - must ask here because its about 2.1a2. Someone else *must* be doing this already, surely - I am running both 2.0.6 and 2.1a2 on same box, same UID and same GID but different installation tree. You also

[Mailman-Developers] A Bug in Hold.py

2002-02-25 Thread Tokio Kikuchi
. -- Tokio Kikuchi ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] Missing footers with latest CVS

2002-03-04 Thread Tokio Kikuchi
a message in UTF-8 and then a Japanese ISO-2022-JP footer gets tacked on? Not good. That's why you need to 'normalize' the charsets of incoming mail (into Unicode). -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

[Mailman-Developers] Re: [Mailman-Announce] RELEASED Mailman 2.1 beta3

2002-08-12 Thread Tokio Kikuchi
of changes since version 2.1 beta 2. There have been lots of bug fixes, two new languages (Dutch and Brazilian Portuguese), and a couple of minor new features. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman

Re: [Mailman-Developers] (More) pristine archives

2002-08-26 Thread Tokio Kikuchi
? -Barry ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman-21/listinfo/mailman-developers -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] handling multi-byte characters in templates

2002-09-19 Thread Tokio Kikuchi
probably has characters in it that include an ascii % as part of the multi-byte character. I'm wondering how Mailman gets around this problem. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers

Re: [Mailman-Developers] encoding the subject line..

2002-10-16 Thread Tokio Kikuchi
-ascii Subject: =?iso-8859-1?q?10/19_game_moved_to_1pm=2E=2E=2E?= X-BeenThere: [EMAIL PROTECTED] X-Mailman-Version: 2.1b3+ Precedence: list -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers

Re: [Mailman-Developers] encoding the subject line..

2002-10-16 Thread Tokio Kikuchi
Ben Gertzfield wrote: Tokio Kikuchi wrote: May be email should not encode the header if the string doesn't contain non-ascii charcter. What happens to iso-2022-jp strings, then? :) They have no non-ascii characters. (Here we go again..) OK. non-ascii-printable characters. ESC

[Mailman-Developers] output/input charset (was Re: encoding the subject line..)

2002-10-18 Thread Tokio Kikuchi
. The charset.input_charset may be replaced with `charset` but I'm not sure. There was a similar error in email/Header.py, also. Please check. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL

Re: [Mailman-Developers] next release?

2002-11-14 Thread Tokio Kikuchi
Barry A. Warsaw wrote: Unless unforseen circumstances arise, 2.1b5 by the end of this week. FYI, JapaneseCodecs 1.4.9 was released on October 8. http://ftp.python.jp/pub/JapaneseCodecs/JapaneseCodecs-1.4.9.tar.gz -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] 2.1b5 pipermail archives assume all postsare in list language charset?

2002-11-21 Thread Tokio Kikuchi
charcterset for Japanese. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] 2.1b5 pipermail archives assume all postsare in list language charset?

2002-11-21 Thread Tokio Kikuchi
altcharsets for non japanese mlist. global_altcharsets = { 'iso-2022-jp': 'euc-jp', 'shift_jis': 'euc-jp', ... 'iso-8859-15': 'iso-8859-1', # or reverse? ... } This can be generated from charset list for languages. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] not quite about mailman -- AOL data losses.

2002-12-04 Thread Tokio Kikuchi
is crucial... But not for 2.1 There's a patch on SF to do something like this IIRC. Perhaps from Tokio Kikuchi? I deferred it so it's probably in the 2.2/3.0 group, but I'm too tired right now to search for it. Yes, it (the patch) is out there for a few month now. http://sourceforge.net/tracker

Re: [Mailman-Developers] White space disappearing in subject header?

2002-12-22 Thread Tokio Kikuchi
=detailaid=585600group_id=25568atid=384680 And, I have just submitted a different patch. https://sourceforge.net/tracker/index.php?func=detailaid=657690group_id=25568atid=384680 -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

[Mailman-Developers] What's wrong with the mailman-users archive?

2003-01-09 Thread Tokio Kikuchi
Hi, As of 0900 JST (+0900), http://mail.python.org/pipermail/mailman-users/2003-January/date.html shows 12 messages archived but it also says there are 311 messages. Looks like all the messages before Wed Jan 8 13:55:56 EST 2003 (in January 2003) are gone ! What happened ? Tokio

Re: [Mailman-Developers] mm2.1 - DEFAULT_PLAIN_DIGEST_KEEP_HEADERS

2003-01-15 Thread Tokio Kikuchi
that their plain digests are showing things like Precedence and various MIME headers for each message. Thanks, Bryan ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers -- Tokio Kikuchi

Re: [Mailman-Developers] Re: senddigests - LookupError: unknownencoding

2003-01-24 Thread Tokio Kikuchi
http://sourceforge.net/tracker/index.php?func=detailaid=668819group_id=103atid=300103 Or upgrade to the recent CVS which is now I am reviewing and going to upload further patch. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

[Mailman-Developers] Digest.py subject index Was Re: [Mailman-Users] Re: Bundling HTDIG

2003-01-27 Thread Tokio Kikuchi
line after the number. This is new to MM2.1. This can be fixed by this patch. https://sourceforge.net/tracker/?func=detailaid=674401group_id=103atid=300103 Close look at headtest.py and testresult explains that the subject prefix was in the first blank line and subsequently removed. -- Tokio

Re: [Mailman-Developers] Re: Digest.py subject index Was Re:[Mailman-Users] Re: Bundling HTDIG

2003-01-27 Thread Tokio Kikuchi
Yes it is. (Digest.py 's version is 2.23 now in CVS) Bob Puff@NLE wrote: Ah, there it is indeed! Is this a patch that will be applied to the MM21 CVS tree? (snip) This can be fixed by this patch. https://sourceforge.net/tracker/?func=detailaid=674401group_id=103atid=300103 -- Tokio

Re: [Mailman-Developers] New unicode-related error with CVS

2003-02-05 Thread Tokio Kikuchi
(s), **kws) Does this person set his name in non-ascii character and your list is configured english (us-ascii) ? I think I have to update my patch. https://sourceforge.net/tracker/?func=detailaid=674401group_id=103atid=300103 -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi

Re: [Mailman-Developers] New unicode-related error with CVS

2003-02-05 Thread Tokio Kikuchi
=300103file_id=40608aid=674401 -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] checkdbs UnicodeError

2003-02-06 Thread Tokio Kikuchi
Hi, Try this patch. It's a coincidence that I am working on it. Index: checkdbs === RCS file: /cvsroot/mailman/mailman/cron/checkdbs,v retrieving revision 2.17 diff -u -r2.17 checkdbs --- checkdbs28

Re: [Mailman-Developers] checkdbs UnicodeError

2003-02-06 Thread Tokio Kikuchi
Daniel Buchmann wrote: The patch solved the problem. Thanks! :) You're welcome. Over to something else: Is there anyone out there that has written a script to flush (discard) the entire request db for a specified list? I need it badly.. ;) It's me again.

Re: [Mailman-Developers] Try 2: URGENT BREAKAGE: New unicode-relatederror with CVS

2003-02-06 Thread Tokio Kikuchi
/listinfo/mailman-developers ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers -- Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] Try 2: URGENT BREAKAGE: New unicode-relatederror with CVS

2003-02-06 Thread Tokio Kikuchi
is that unicode() inside Header.__unicode__() fails, because the input string has 8-bit characters in it; your patch still calls __unicode__() outside a try/except. Tokio Kikuchi wrote: Dan, It is not a good idea to hack email package. The error raised should be treated in higher coding level

Re: [Mailman-Developers] Subject's being mangled

2003-02-07 Thread Tokio Kikuchi
David Gibbs wrote: Tokio Kikuchi said: Notice that the subject is on a seperate line. This list does NOT have a prefix configured. Make sure your prefix is blank. Invisible space may cause this effect, I suspect. Sorry but how about putting a space in your blank prefix. (effect is reverse

Re: [Mailman-Developers] Subject's being mangled

2003-02-08 Thread Tokio Kikuchi
David, Try this patch. Tokio --- CookHeaders.py.orig Sun Feb 9 15:13:27 2003 +++ CookHeaders.py Sat Feb 8 15:06:46 2003 @@ -219,6 +219,8 @@ # tracked (e.g. internally crafted, delivered to a single user such as the # list admin). prefix = mlist.subject_prefix +if not

Re: [Mailman-Developers] Subject's being mangled (I'm extendedingthe length of this subject to see how it wraps)

2003-02-09 Thread Tokio Kikuchi
) [FWS] ..., any CRLF that appears in FWS is semantically invisible. So, any MUA which treat the folding CR/LF as a meaningful line separation is not RFC compliant. I know it's weired but will take a lot of hacking because this is caused by email package on which mailman relies. -- Tokio Kikuchi

[Mailman-Developers] Re: [Mailman-Users] Cc: to cc: weirdness

2003-02-12 Thread Tokio Kikuchi
? -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] Subject's being mangled (I'm extendedingthe length of this subject to see how it wraps)

2003-02-16 Thread Tokio Kikuchi
Hi, I've uploaded a patch for pythonlib/email/Header.py https://sourceforge.net/tracker/?func=detailatid=384680aid=687338group_id=25568 patching in the install dir would be OK because the installer doesn't seem to overwrite it in the next make install of mailman. Tokio Kikuchi wrote: I have

Re: [Mailman-Developers] Re: Subject's being mangled (I'mextendeding the length of this subject to see how it wraps)

2003-02-16 Thread Tokio Kikuchi
How about applying this patch also https://sourceforge.net/tracker/?func=detailatid=300103aid=601117group_id=103 David Gibbs wrote: "Tokio Kikuchi" [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I've uploaded a patch f

Re: [Mailman-Developers] Re: Subject's being mangled (I'mextendeding the length of thissubject to see how it wraps)

2003-02-17 Thread Tokio Kikuchi
David, Will you please send me the offending subject line. As to the other case, the problem you stated did not reproduce. Subject: [testlist] RE: FTP from QNTC prepends "?" to file name Tokio David Gibbs wrote: Ack, this also happened ... ==

Re: [Mailman-Developers] Message Encoding traceback fault 2.1.x

2003-02-18 Thread Tokio Kikuchi
Hi, prefix_subject(mlist, msg, msgdata) File /usr/local/mailman/Mailman/Handlers/CookHeaders.py, line 262, in prefix_subject h.append(s, c) File /usr/local/mailman/pythonlib/email/Header.py, line 243, in append s = s.encode(outcodec) LookupError: unknown encoding Looks like the

Re: [Mailman-Developers] Re: Subject's being mangled (I'mextendeding the length of thissubject to see how it wraps)

2003-02-23 Thread Tokio Kikuchi
Hi, David Gibbs wrote: At 01:20 AM 2/18/2003, Tokio Kikuchi wrote: Will you please send me the offending subject line. As to the other case, the problem you stated did not reproduce. Tokio: Sorry it took so long to get back to you on this ... work got kind of hectic ... And example

[Mailman-Developers] Re: [Mailman-Users] Mailman eating whitespaces in subject

2003-02-26 Thread Tokio Kikuchi
I am Cc-ing this reply to mailman-developers because of update in pointers. Try these patch. prefix/pythonlib/email/Header.py patch. Description; https://sourceforge.net/tracker/?func=detailaid=687338group_id=25568atid=384680 Latest patch;

Re: [Mailman-Developers] Re: Re: Subject's being mangled(I'mextendeding the length of thissubject to see how it wraps)

2003-02-27 Thread Tokio Kikuchi
Have you tried my latest patch ? You should make sure that patched version is properly installed and restart mailmanctl. Tokio David Gibbs wrote: Tokio Kikuchi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Use of Latin-1 character in english list is a different matter

Re: [Mailman-Developers] Re: Re: Subject's being mangled(I'mextendeding the length of thissubject to see how it wraps)

2003-02-27 Thread Tokio Kikuchi
refresh my memory? Thanks! david At 06:02 PM 2/27/2003, you wrote: Have you tried my latest patch ? You should make sure that patched version is properly installed and restart mailmanctl. Tokio David Gibbs wrote: Tokio Kikuchi [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Use of Latin

Re: [Mailman-Developers] Differences in URL hostname computed forprivate and public archives

2003-08-14 Thread Tokio Kikuchi
. --- Richard Barrett http://www.openinfo.co.uk ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers -- Tokio Kikuchi, tkikuchi@ is.kochi

[Mailman-Developers] patch uploaded -- automatic discard

2003-08-18 Thread Tokio Kikuchi
and reports the number of discarded messages. You may have to check Version.py if you have installed other patches. Barry, how about to include this in 2.1.3 ? Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman

Re: [Mailman-Developers] Mailing List Held Messages

2003-08-24 Thread Tokio Kikuchi
like to have something go in and check how long a message has been out there and if it's out there past a certain number of days I would like it removed. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers

Re: [Mailman-Developers] script

2003-08-24 Thread Tokio Kikuchi
on vacation Friday night. Lots to do 'till then... -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] unremovable/broken member addresses

2003-09-24 Thread Tokio Kikuchi
PROTECTED] wrote: How about using single quotes (in Bbash)?: %./remove_members -n -N some-list '[EMAIL PROTECTED] * ben' -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http

Re: [Mailman-Developers] @ in mail **text** gets replaced inarchives

2003-09-26 Thread Tokio Kikuchi
of MHonarc ? At least, MHonArc-ed japanese mail archives doesn't impress me much. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo

Re: [Mailman-Developers] Requirements for a new archiver

2003-10-27 Thread Tokio Kikuchi
Hi, I should add 8. be MIME aware. 8'. be I18N. Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

[Mailman-Developers] Re: [Mailman-checkins] mailman/Mailman/Handlers CookHeaders.py, 2.33.2.3, 2.33.2.4

2003-12-14 Thread Tokio Kikuchi
') listid_h.append(listid, 'us-ascii') else: # For wrapping ___ Mailman-checkins mailing list [EMAIL PROTECTED] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/tkikuchi%40is.kochi-u.ac.jp -- Tokio

Re: [Mailman-Developers] Re: [Mailman-checkins] mailman/Mailman/Handlers CookHeaders.py, 2.33.2.3, 2.33.2.4

2003-12-18 Thread Tokio Kikuchi
Thanks a lot, Barry. Now it's OK with Japanese characters. Tokio Barry Warsaw wrote: On Mon, 2003-12-15 at 19:21, Tokio Kikuchi wrote: Test installation at my site gives this error. (Python 2.2.3) Note that mlist.descriptions is 8bit on with charset euc-jp. I just checked in a change

[Mailman-Developers] Re: [Mailman-checkins] mailman/misc CJKCodecs-1.0.tar.gz, NONE, 1.1.2.1 .cvsignore, 2.2, 2.2.2.1 Makefile.in, 2.33.2.3, 2.33.2.4 paths.py.in, 2.6, 2.6.2.1 JapaneseCodecs-1.4.9.tar.gz, 2.1, NONE KoreanCodecs-2.0.5.tar.gz, 2.1, NONE

2003-12-28 Thread Tokio Kikuchi
--- ___ Mailman-checkins mailing list [EMAIL PROTECTED] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/tkikuchi%40is.kochi-u.ac.jp -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] Re: [Mailman-checkins] mailman/misc CJKCodecs-1.0.tar.gz, NONE, 1.1.2.1 .cvsignore, 2.2, 2.2.2.1 Makefile.in, 2.33.2.3, 2.33.2.4 paths.py.in, 2.6, 2.6.2.1 JapaneseCodecs-1.4.9.tar.gz, 2.1, NONE KoreanCodecs-2.0.5.tar.gz, 2.1, NONE

2003-12-29 Thread Tokio Kikuchi
distribution of JapaneseCodecs) so please cancel this checkin. Tokio Tokio Kikuchi wrote: Hi Barry, I made a mistake on this patch. Hye-Shik Chang's cjkcodecs site has moved from sourceforge to http://cjkpython.i18n.org/ He has updated his codecs to 1.0.2, so please download and update

Re: [I18n-sig] Re: [Mailman-Developers] Re: [Mailman-checkins] mailman/misc CJKCodecs-1.0.tar.gz, NONE, 1.1.2.1 .cvsignore, 2.2, 2.2.2.1 Makefile.in, 2.33.2.3, 2.33.2.4 paths.py.in, 2.6, 2.6.2.1 JapaneseCodecs-1.4.9.tar.gz, 2.1, NONE KoreanCodecs-2.0.5.tar.gz, 2.1, NONE

2003-12-29 Thread Tokio Kikuchi
of releasing 2.1.4. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-i18n] Re: [I18n-sig] Re: [Mailman-Developers] Re: [Mailman-checkins] mailman/misc CJKCodecs-1.0.tar.gz, NONE, 1.1.2.1 .cvsignore, 2.2, 2.2.2.1 Makefile.in, 2.33.2.3, 2.33.2.4 paths.py.in, 2.6, 2.6.2.1 JapaneseCodecs-1.4.9.tar.gz, 2.1, NONE KoreanCodecs-2.0.5.tar.gz, 2.1, NONE

2003-12-30 Thread Tokio Kikuchi
Posts: [EMAIL PROTECTED] Unsubscribe: http://mail.python.org/mailman/options/mailman-i18n/tkikuchi%40is.kochi-u.ac.jp -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL

Re: [I18n-sig] Re: [Mailman-Developers] Re: [Mailman-checkins] mailman/misc CJKCodecs-1.0.tar.gz, NONE, 1.1.2.1 .cvsignore, 2.2, 2.2.2.1 Makefile.in, 2.33.2.3, 2.33.2.4 paths.py.in, 2.6, 2.6.2.1 JapaneseCodecs-1.4.9.tar.gz, 2.1, NONE KoreanCodecs-2.0.5.tar.gz, 2.1, NONE

2003-12-30 Thread Tokio Kikuchi
Looks OK. I tested some messages without any codecs in site-package. -- Tokio Barry Warsaw wrote: On Mon, 2003-12-29 at 20:45, Tokio Kikuchi wrote: Barry, I again suggest cancelling this commit for cjkcodecs altogether in the meantime of releasing 2.1.4. I've done this now

Re: [Mailman-Developers] Multipart logic bug

2004-01-06 Thread Tokio Kikuchi
not produce better code on my own, sorry. Michael ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] Empty module name

2004-02-05 Thread Tokio Kikuchi
to Scrubber.py.rej done I'm looking at the failure now. I'm running mailman-2.1.3 with postfix-2.0.16,1 on FreeBSD 4.9. Oh, you are running older version. You had better update to version 2.1.4 before applying the patch. (There are other fixes I believe) -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http

[Mailman-Developers] Re: [Mailman-Users] cascaded lists -- any tips?

2004-02-19 Thread Tokio Kikuchi
martin f krafft wrote: also sprach Tokio Kikuchi [EMAIL PROTECTED] [2004.02.19.0036 +0100]: This works okay until someone posts a message to A, which is to be moderated. I accept the message for A, and then am asked to do the same for B and C, then for D, E, F and then for G, H. Thus, I have

Re: [Mailman-Developers] Re: [Mailman-Users] cascaded lists -- any tips?

2004-02-19 Thread Tokio Kikuchi
Folks, Never mind this. I was confused. There is no bug. Hey! developers. 'return' in the last line may be a bug. If you have an 'accept' rule on top of the sapm filter list, the rest of the rules may be skipped. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

[Mailman-Developers] AssertionError in 2.1.5a4

2004-02-26 Thread Tokio Kikuchi
() AssertionError -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers Unsubscribe: http://mail.python.org/mailman

Re: [Mailman-Developers] retaining format of posted messages in html

2004-03-03 Thread Tokio Kikuchi
engine that can handle HTML better. Try mhonarc (see http://www.python.org/cgi-bin/faqw-mm.py?req=showfile=faq04.004.htp). Or, you can adjust ARCHIVE_HTML_SANITIZER = 3 in mm_cfg.py. Read Defaults.py for detail. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] Crash in Mailman HTTP header parsing

2004-03-06 Thread Tokio Kikuchi
Isn't this a bug in the cgi module? I tested a simple python cgi and get similar result every time if the method is POST and Content-Type is in the request header. ned wrote: i List, Attached is a python script to crash the latest mailman, and all mailman's ive tried it on! Pretty simple to

Re: [Mailman-Developers] Re: [Mailman-Announce] RELEASED Mailman 2.1.5

2004-05-18 Thread Tokio Kikuchi
Hi John and Hi Barry. John Dennis wrote: On Sat, 2004-05-15 at 19:22, Barry Warsaw wrote: This version also contains a fix for an exploit that could allow 3rd parties to retrieve member passwords. It is thus highly recommended that all existing sites upgrade to the latest version. Could

Re: [Mailman-Developers] Global Pipeline question

2004-05-21 Thread Tokio Kikuchi
GLOBAL_PIPELINE = [ # These are the modules that do tasks common to all delivery paths. 'Scrubber', 'SpamDetect', 'Approve', Putting 'Scrubber' first in the pipeline is not cleaver because attachments from spam and virus may be archived. -- Tokio

Re: [Mailman-Developers] 2.1.5: Incorrect -1 or 1 messages in moderator queue

2004-05-28 Thread Tokio Kikuchi
reload the admindb page. The notice of -1 messages stops for my case. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman

Re: [Mailman-Developers] multipart/alternatives and Archive Scrubber behaviour

2004-06-25 Thread Tokio Kikuchi
=300103 Is this a bug or is there a real reason why get_payload is used for the second stage of the scrubber process? Because Barry is too busy to review the accumulated patch. ;-) -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] Defaults.py and the build process

2004-07-19 Thread Tokio Kikuchi
delete Defaults.py before I run the build. You must run 'configure' to generate new Defaults.py. Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org

Re: [Mailman-Developers] Defaults.py and the build process

2004-07-19 Thread Tokio Kikuchi
Chris Boulter wrote: On Mon 2004-07-19 20:41:54 +0900, Tokio Kikuchi wrote: following a configure/make/make install [1]. However, Defaults.py ends up containing only the 'normal' lines, finishing with 'del _'. This happens even if I delete Defaults.py before I run the build. You must run

Re: [Mailman-Developers] Please welcome Tokio Kikuchi

2004-09-15 Thread Tokio Kikuchi
while you can increase the Priority number of your bug reports and patches to catch my eyes. Cheers, Tokio Barry Warsaw wrote: Hi all, Please all give a warm welcome to Tokio Kikuchi, who has volunteered to help clear the backlog of outstanding bugs and patches for Mailman 2.1. Tokio

Re: [Mailman-Developers] 1030228 Mass Subscribe address with controlcharacter - can't delete

2004-09-19 Thread Tokio Kikuchi
, but I think it would prevent my immediate problem from recurring. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers

Re: [Mailman-Developers] 1030228 Mass Subscribe address with controlcharacter- can't delete

2004-09-19 Thread Tokio Kikuchi
for the developers to check. My gut feeling is that allowing the '/' would involve a lot more work than just removing it from the _badchars list. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL

Re: [Mailman-Developers] SCRUBBER Question

2004-09-25 Thread Tokio Kikuchi
attachment filename extension as is specified by the original attachment. I also want to merge patch id 1027882 so that really dangerous files can be trapped by MimeDel.py. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman

Re: [Mailman-Developers] Convert from 2.1b2+ and move to another host

2004-09-26 Thread Tokio Kikuchi
bin/update -f to force config.pck work under version 2.1.5. Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman

[Mailman-Developers] Can we remove nimda.txt ?

2004-10-15 Thread Tokio Kikuchi
turn. ;-) Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp Update of /cvsroot/mailman/mailman In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8029 Modified Files: Tag: Release_2_1-maint NEWS Log Message: update NEWS for new features and bug fixes Index: NEWS

Re: [Mailman-Developers] get_sender ? + .get ?

2004-10-16 Thread Tokio Kikuchi
/Mailman/Queue/BounceRunner.py, line 182, in _dispose if msg.get('to', '') == Utils.get_site_email(extra='owner'): AttributeError: 'str' object has no attribute 'get' -- Fil -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] small scubber issue

2004-10-16 Thread Tokio Kikuchi
by other MUAs. If it is same, would you send me the original test message and the one distributed by mailman. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http

Re: [Mailman-Developers] Can we remove nimda.txt ?

2004-10-16 Thread Tokio Kikuchi
Hi, Brad Knowles wrote: At 2:52 PM +0900 2004-10-16, Tokio Kikuchi wrote: Here is the diff for current NEWS file. (I believe Barry can fix my poor English.) More will come later because I get requests of merging patches personally. But, please be patient as I will check the patches and bugs

Re: [Mailman-Developers] Can we remove nimda.txt ?

2004-10-16 Thread Tokio Kikuchi
this? Oops. This is only for invite. Looks like patch is there, so I should commit into the CVS. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman

Re: [Mailman-Developers] Attachments directory

2004-10-01 Thread Tokio Kikuchi
the correct mime types specified on the Apache Web server. You should check apache-install-dir/conf/httpd.conf also. My suggestion is to set DefaultType application/octet-stream Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] SCRUBBER Question

2004-10-04 Thread Tokio Kikuchi
so that really dangerous files can be trapped by MimeDel.py. I've committed these patches in the cvs. You can download the latest source from the cvs by: cvs -z3 -d:pserver:[EMAIL PROTECTED]:/cvsroot/mailman co \ -r Release_2_1-maint mailman Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp

Re: [Mailman-Developers] bug in danish translation - which line?

2004-10-06 Thread Tokio Kikuchi
cvs to be updated.) Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers Unsubscribe: http

Re: [Mailman-Developers] Can we remove nimda.txt ?

2004-10-18 Thread Tokio Kikuchi
of VERP_CONFIRMATIONS. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers Unsubscribe: http://mail.python.org/mailman/options

Re: [Mailman-Developers] small scubber issue

2004-10-18 Thread Tokio Kikuchi
trailing japanese character (such as full width space) and return 404 when I click on a link. I don't want to add extra cr/lf in scrubbed message so try adding a blank line before the footer separator if someone complains. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] on the subject of fix_url, list creation with @ is non-intuitive..

2004-10-25 Thread Tokio Kikuchi
I'm stuck sitting in a quiet room. I might do it later in the evening, though, if no one else gets to it first. We need no hurry for release of 2.1.6 is not yet scheduled. ;-) -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] on the subject of fix_url, list creation with @ is non-intuitive..

2004-10-25 Thread Tokio Kikuchi
is not specific enough. Better would be --webhost It is mailman terminology. See Mailman/Defaults.py ... :- -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http

Re: [Mailman-Developers] locking and big lists

2004-10-28 Thread Tokio Kikuchi
like to disable probes altogether, on all lists. Is this with a cron job, or with the bounce runner ? In fact mailman (CVS) will not send probes if VERP_PROBES = No. :-) -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] locking and big lists

2004-10-29 Thread Tokio Kikuchi
mailman qrunners ? list probe no longer appears in my log. Instead, like this: Oct 28 10:42:06 2004 (55889) seppyo-talk: [EMAIL PROTECTED] disabling due to bounce score 5.0 = 5.0 -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp

Re: [Mailman-Developers] on the subject of fix_url, list creation with @ is non-intuitive..

2004-10-31 Thread Tokio Kikuchi
Tokio Kikuchi wrote: I am far behind the discussion but I think we can add one more option to newlist command like this: newlist --urlhost=www.dom.ain --emailhost=mail.dom.ain listname We also keep @ notation for backward compatibility: newlist [EMAIL PROTECTED] Anyone volunteer to make a patch? I

Re: [Mailman-Developers] scrubber crash due to insanely long filename

2004-11-10 Thread Tokio Kikuchi
in Defaults.py in the latest CVS (Release_2_1-maint). You can set this True in mm_cfg.py and 'attachment(-NNN)' will be used for the file name. Cheers, -- Tokio Kikuchi tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing

Re: [Mailman-Developers] New much improved danish translation available

2004-11-11 Thread Tokio Kikuchi
. I've talked to the Danish i18n champion and he agrees that this new translation should be committed to CVS and replace what is there now. Unfortunately he's not able to do it (no CVS access). Is there anyone here who can help me? -tgc -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http

Re: [Mailman-Developers] Offer of help

2004-11-12 Thread Tokio Kikuchi
Hi, Brad Knowles wrote: At 9:39 PM -0900 2004-11-11, Russ Pagenkopf wrote: I want to contribute back and this is something I can do. Who and how should I submit these changes? Tokio Kikuchi is now in charge of the 2.1-maint branch. He has requested updates for the Danish translations

Re: [Mailman-Developers] Translation not working?

2004-11-15 Thread Tokio Kikuchi
the translation in the SourceForge CVS. You can also fix YOUR installation by editing the .po file and generating the .mo file by msgfmt. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list

Re: [Mailman-Developers] Translation not working?

2004-11-15 Thread Tokio Kikuchi
Release_2_1-maint. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers Unsubscribe: http://mail.python.org/mailman/options

Re: [Mailman-Developers] Status of bug #974290 unknown encoding crashes qrunner?

2004-12-01 Thread Tokio Kikuchi
Hi, Stephen J. Turnbull wrote: Tokio == Tokio Kikuchi [EMAIL PROTECTED] writes: What is the status of these bugs? bug #974290 unknown encoding crashes qrunner bug #926034 crashes on encoding errors Tokio Well, these problems are essentially from absence of codecs Tokio

[Mailman-Developers] Re: [Mailman-Users] Tracebacks with 2.1.5 since upgrading to Python 2.4

2004-12-03 Thread Tokio Kikuchi
updating to Python 2.4, or is this a bug? time.strftime('%d-%b-%Y', day + (0,)*6)) should be something like: time.strftime('%d-%b-%Y', day + (0,0,0,0,1,0)) Looks like we should care 2.4 compatibilty first before jumping in it. -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi

[Mailman-Developers] mailman-2.1.6a2 is out

2004-12-10 Thread Tokio Kikuchi
such as numbering in subject prefix and filtering attachments by filename extensions. Please download and test it and help us fixing bugs. Cheers, -- Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp http://weather.is.kochi-u.ac.jp/ ___ Mailman-Developers mailing

  1   2   3   >