[Mailman-Developers] RFE: check_perms: ignore archives

Dan Mick Dan Mick <dmick@utopia.West.Sun.COM>
Wed, 9 May 2001 16:51:52 -0700 (PDT)


Allow check_perms to bypass the archives subdirs.  When they
get large, check_perms can take *forever*, and so people
won't run it, which is bad.

I hacked something quickly that should be an option
instead:

$ diff check_perms check_perms2
80a81,86
> 
>     if 'archives' in names:
>       print 'removing archives from names array'
>       names.remove('archives')
>       return
>