From owner-freebsd-current Fri Sep 22 16:38:57 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id QAA28836 for current-outgoing; Fri, 22 Sep 1995 16:38:57 -0700 Received: from irz301.inf.tu-dresden.de (irz301.inf.tu-dresden.de [141.76.1.11]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id QAA28826 for ; Fri, 22 Sep 1995 16:38:52 -0700 Received: from sax.sax.de by irz301.inf.tu-dresden.de (8.6.12/8.6.12-s1) with ESMTP id BAA27166 for ; Sat, 23 Sep 1995 01:38:43 +0200 Received: by sax.sax.de (8.6.11/8.6.12-s1) with UUCP id BAA09182 for freebsd-current@FreeBSD.ORG; Sat, 23 Sep 1995 01:38:43 +0200 Received: (from j@localhost) by uriah.heep.sax.de (8.6.12/8.6.9) id BAA15700 for freebsd-current@FreeBSD.ORG; Sat, 23 Sep 1995 01:38:01 +0200 From: J Wunsch Message-Id: <199509222338.BAA15700@uriah.heep.sax.de> Subject: Re: rmail and brain-dead mail systems .. patch enclosed To: freebsd-current@FreeBSD.ORG Date: Sat, 23 Sep 1995 01:37:59 +0200 (MET DST) Reply-To: freebsd-current@FreeBSD.ORG In-Reply-To: <199509222128.FAA15859@haywire.DIALix.COM> from "Peter Wemm" at Sep 23, 95 05:28:52 am X-Phone: +49-351-2012 669 X-Mailer: ELM [version 2.4 PL23] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Content-Length: 1159 Sender: owner-current@FreeBSD.ORG Precedence: bulk As Peter Wemm wrote: > > If you drop the From_ line, how do you communicate the envelope sender > address? > > It's most definately needed... For example, when you send email to > (say) current@freebsd.org, the envelope sender is > "owner-freebsd-current@freebsd.org" which happens to be aliased to > "mailman". Hmmmmmm.... j@uriah 138% perl -e 'while(<>) {\ next unless /^From /;\ ($f,$u)=split; $fr{$u}++;\ }\ \ foreach $u reverse(sort(bycount (keys %fr))) {\ print "$u: $fr{$u} times\n"\ }\ exit;\ sub bycount {$fr{$a} <=> $fr{$b}}' $mail joerg_wunsch: 34 times bde@zeta.org.au: 3 times sax-saxnet-request@sax.sax.de: 3 times uucp: 3 times syssgm@devetir.qld.gov.au: 2 times uk1@irz301.inf.tu-dresden.de: 2 times peter@freefall.freebsd.org: 2 times cutie.ka.sub.org!pmh@pilhuhn.de: 1 times ... (remaining addresses that only appear once) As you can see, there's 34 times "joerg_wunsch" in the envelope address. Pretty much useless, don't you think? And that's with the stock rmail(1), of course. :) -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ Never trust an operating system you don't have sources for. ;-)