From owner-freebsd-current Fri Sep 22 17:10:17 1995 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA01305 for current-outgoing; Fri, 22 Sep 1995 17:10:17 -0700 Received: from haywire.DIALix.COM (news@haywire.DIALix.COM [192.203.228.65]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA01262 for ; Fri, 22 Sep 1995 17:10:12 -0700 Received: (from news@localhost) by haywire.DIALix.COM (sendmail) id IAA00614 for freebsd-current@freebsd.org; Sat, 23 Sep 1995 08:10:07 +0800 (WST) Received: from GATEWAY by haywire.DIALix.COM with netnews for freebsd-current@freebsd.org (problems to: usenet@haywire.dialix.com) To: freebsd-current@freebsd.org Date: 23 Sep 1995 08:10:02 +0800 From: peter@haywire.dialix.com (Peter Wemm) Message-ID: <43vj8q$iq$1@haywire.DIALix.COM> Organization: DIALix Services, Perth, Australia. References: <199509222128.FAA15859@haywire.DIALix.COM>, <199509222338.BAA15700@uriah.heep.sax.de> Subject: Re: rmail and brain-dead mail systems .. patch enclosed Sender: owner-current@freebsd.org Precedence: bulk j@uriah.heep.sax.de (J Wunsch) writes: >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. :) Ahh, yes.. but those 34 joerg_wunsch addresses were probably from cvs-committers, or core or one of the other "unguarded" mailing lists on freefall.. If you mail to -committers or core, you get the bounces personally because of the sendmail configuration on freefall. But the other mailing list stuff goes to jmb. Cheers, -Peter >-- >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. ;-)