Return-Path: X-Original-To: apmail-infrastructure-dev-archive@minotaur.apache.org Delivered-To: apmail-infrastructure-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 89CDAF91E for ; Fri, 10 May 2013 17:58:59 +0000 (UTC) Received: (qmail 50271 invoked by uid 500); 10 May 2013 17:58:59 -0000 Delivered-To: apmail-infrastructure-dev-archive@apache.org Received: (qmail 50051 invoked by uid 500); 10 May 2013 17:58:58 -0000 Mailing-List: contact infrastructure-dev-help@apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: infrastructure-dev@apache.org Delivered-To: mailing list infrastructure-dev@apache.org Received: (qmail 50033 invoked by uid 99); 10 May 2013 17:58:58 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 17:58:58 +0000 X-ASF-Spam-Status: No, hits=0.3 required=10 tests=RCVD_IN_DNSWL_LOW,SPF_SOFTFAIL X-Spam-Check-By: apache.org Received-SPF: softfail (nike.apache.org: transitioning domain of adc@toolazydogs.com does not designate 209.85.220.50 as permitted sender) Received: from [209.85.220.50] (HELO mail-pa0-f50.google.com) (209.85.220.50) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 10 May 2013 17:58:50 +0000 Received: by mail-pa0-f50.google.com with SMTP id fb10so3068099pad.23 for ; Fri, 10 May 2013 10:58:29 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-received:from:content-type:content-transfer-encoding:subject :message-id:date:to:mime-version:x-mailer:x-gm-message-state; bh=tEtL6uq9VXF9aXJKUzWPfHx9l7Y0vaYQ8iQDYrf2cvs=; b=IKlOr/MK8vm1AoGgiB2Aeagyqi/kQnpgbKCZiuy6OzUKaDRxQyulE74nVhzxd/YGn8 PogBbnLjSvfVSUXtK2iU5jTaQNIuVTVaf9C4UXU6+BrwIpqdnA0Ad9z3zmUAugZA4/9A r+kgDlflO5Cn1qzuT+SV0D23wmC3aIAZ8Gt/6VAzJmLsFx33Xy5isJKY6Hz6aX+uvRlG jeAqbyjEbiV/VU75gFpbLVSSoBTRYnHqZZTR3P9q8Q17hbiMThInxG5E82Qcw3V42rbx rMVkYClJaPbRW26RU8LvoB1r4ZHGZ7vVsdf7fQomJaFcIX39GFgetplTnTw+DrVWHNBx esPg== X-Received: by 10.66.253.132 with SMTP id aa4mr18611415pad.131.1368208709452; Fri, 10 May 2013 10:58:29 -0700 (PDT) Received: from [172.19.208.119] (dagmar.corp.linkedin.com. [69.28.149.29]) by mx.google.com with ESMTPSA id do4sm3524110pbc.8.2013.05.10.10.58.25 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Fri, 10 May 2013 10:58:26 -0700 (PDT) From: Alan Cabrera Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Subject: Writing some tooling Message-Id: <6EEB0C0B-E648-4DB9-BD48-7453FF1A8AC7@toolazydogs.com> Date: Fri, 10 May 2013 10:58:24 -0700 To: general@incubator.apache.org, infrastructure-dev@apache.org Mime-Version: 1.0 (Mac OS X Mail 6.2 \(1499\)) X-Mailer: Apple Mail (2.1499) X-Gm-Message-State: ALoCoQnEcNv/F7jMDLjAl+VtVsT+6+C/bpumdxi2S3kW3heq3J04f9H1sJpdjt8NhR0I53MUEYu1 X-Virus-Checked: Checked by ClamAV on apache.org I'm currently writing some tooling to help with the incubation process = as well as mail list moderator tools. The first thing that I'm writing is a command that will print out who is = the owner of an email alias and what projects they belong to and if they = are ASF members. This will help me vet subscription requests since = people rarely use their ASF email accounts. The tools will be written in Python.=20 Regards, Alan