On Tue, 23 Jul 1996, Ron Ehrens wrote:
> First, I can't figure out how to eliminate the rather long technical header
> info that precedes the actual posting that gets distributed to list
> subscribers. (basically how do I get rid of the technical stuff that
> is included before the actual message content)?
>
You'll find it in the request-answer perl script. I would guess
you can edit it there. Make a copy first so you can restore the
original if you break the code by accident.
print MAIL <<"EOM";
.. in the perl code is the beginning of something called
a HERE document. Everything from that to the closing EOM on
a line by itself is the text you are after.
Anything with a $ in front is a variable that will be interpolated
by perl. The rest is passed straight through.
----------------------------------------
Lynda Williams lynda@vaughan.fac.unbc.edu
University of Northern B.C.
|
|