Mark Sapiro wrote:
>
>bin/cleanarch
>
>should do the job.

bin/cleanarch seems to be broken. A patch is attached that will fix it,
or you can download a fixed version at
<http://cvs.sourceforge.net/viewcvs.py/mailman/mailman/bin/cleanarch?view=log>

-- 
Mark Sapiro <[EMAIL PROTECTED]>       The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan

--- test-mailman-2.1/bin/cleanarch      2005-08-26 19:40:16.000000000 -0700
+++ test-mailman/bin/cleanarch  2006-01-22 12:22:55.156250000 -0800
@@ -59,7 +60,7 @@
 # From RFC 2822, a header field name must contain only characters from 33-126
 # inclusive, excluding colon.  I.e. from oct 41 to oct 176 less oct 072.  Must
 # use re.match() so that it's anchored at the beginning of the line.
-fre = re.compile(r'[\041-\071\073-\0176]+')
+fre = re.compile(r'[\041-\071\073-\176]+')
 
 
 
------------------------------------------------------
Mailman-Users mailing 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/mailman-users/archive%40jab.org

Security Policy: 
http://www.python.org/cgi-bin/faqw-mm.py?req=show&amp;file=faq01.027.htp

Reply via email to