From owner-freebsd-hackers Thu Apr 27 07:10:16 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id HAA15533 for hackers-outgoing; Thu, 27 Apr 1995 07:10:16 -0700 Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.cdrom.com (8.6.10/8.6.6) with ESMTP id HAA15504 for ; Thu, 27 Apr 1995 07:09:29 -0700 Received: from rheuma.cs.tu-berlin.de (wosch@rheuma.cs.tu-berlin.de [130.149.18.91]) by mail.cs.tu-berlin.de (8.6.10/8.6.10) with ESMTP id QAA02181; Thu, 27 Apr 1995 16:08:47 +0200 From: Wolfram Schneider Received: (wosch@localhost) by rheuma.cs.tu-berlin.de (8.6.10/8.6.9) id QAA03181; Thu, 27 Apr 1995 16:08:40 +0200 Date: Thu, 27 Apr 1995 16:08:40 +0200 Message-Id: <199504271408.QAA03181@rheuma.cs.tu-berlin.de> To: hackers@FreeBSD.org, joerg_wunsch@uriah.heep.sax.de Subject: Re: Gating hackers into the newsgroups In-Reply-To: <199504251944.VAA06820@jette.heep.sax.de> References: <9504250531.AA16107@wcs.uq.edu.au> <199504251944.VAA06820@jette.heep.sax.de> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: hackers-owner@FreeBSD.org Precedence: bulk J. Wunsch writes: >I could help out with Perl hacking. Though i'll be off for vacation >RSN, so i'll not be available as early as second week of June. (I >think i'll need the first week to catch up with all the accumulated >mails from a three-week vacation. :-]) > >What's with our favorite Perl script writer? Wolfram, hörst Du den >Ruf auch? :-) Last week I wrote a extension to majordomo for hierarchical mailinglists. This avoid duplicated mails ;-) Example: $ echo 'I am on vacation' | mail -s 'IMPORTANT' freebsd-announce \ current hackers This mail receipt all members from announce, members from hackers who are not in announce, members from current who are not in announce and hackers [hierarchy: 1. announce 2. hackers 3. current]. Wolfram