Re: Majordomo: help with sendmail sub

Jason L Tibbitts III <[email protected]> 29 Oct 2002 10:40:36 -0600
Newsgroups gmane.mail.majordomo.devel
Message-ID <[email protected]>
>>>>> "LL" == Lee Leahu <[email protected]> writes:

LL> What I want to do is be able to print out the actual message that
LL> is sent to the user. Can anyone explain how to do this?

The routine you're looking at only opens a filehandle connected to the
mailer program; the actual message will be printed to that filehandle
somewhere after the place in the code where the routine is called.

 - J<