Right now, mail sent out by majordomo from my machine has in the headers
(for example):
Received: (from majordomo@localhost)
by vorlon.mit.edu (8.8.5/8.8.5) id LAA31486
for listname-outgoing; Tue, 28 Jan 1997 11:50:30 -0500
Received: from metric.inch.com (root@inch.com [204.178.32.1])
by vorlon.mit.edu (8.8.5/8.8.5) with ESMTP id LAA31483
for <listname@vorlon.mit.edu>; Tue, 28 Jan 1997 11:50:23 -0500
[...]
I either don't want the whole first Received header to appear, or
at least just not the outgoing listname, so that users can't bypass
moderation. Is there any easy way to do this? Do I just want to change
sendmail.cf:
[...]
HReceived: $?sfrom $s $.$?_($?s$|from $.$_)
$.by $j ($v/$Z)$?r with $r$. id $i$?u
for $u; $|;
$.$b
[...]
to remove $u? (That seems rather ugly.)
Thanks.
--Jered
jered@mit.edu
|
|