Joe, Am 29.02.2012 20:58, schrieb Joe Perches: > From my perspective, it's correct and simple. > > Moderated lists just means your email may get delayed > and you may get a "delayed due to moderation" email. Most moderated lists are "moderated" by nobody and the patch goes to /dev/null. > It's not a big deal to me though if Andrew wants to pick > this up. It seems that all current lists are marked > the same way. You might consider using a case insensitive > m/\(moderated/i though in case some list has moderated > in the email address itself. Let's keep the regular expressions as simple as possible. get_maintainer.pl is already damn slow enough. Thanks, //richard