On Wed, 29 Apr 1998, Bill Forman wrote:
> List members will receive messages with just the header, no body. It
> appears the body has been removed. It also appears that the header
> only, no body messages are all "Sender:
> owner-metastock@freeze.metastock.com which is the list." Do you happen
> to have any ideas of things I can look at?
I had this once.
I was using bulk_mailer and /tmp was getting full.
bulk_mailer has a couple of bugs that you need to work around. First,
it doesn't do all of the error checking that it should. Second, it
explicitly uses /tmp instead of using tmpnam(3) which would make use of
the information in $TEMP for what directory to use.
I have not fixed bulk_mailer in anyway, but to make it sort of work
on my system I made it use /usr/tmp (which has much more space on my
machine). I keep on planning to fix it and submit a patch, but haven't
actually done so.
--
Jeffrey Goldberg +44 (0)1234 750 111 x 2826
Cranfield Computer Centre FAX 751 814
J.Goldberg@Cranfield.ac.uk http://WWW.Cranfield.ac.uk/public/cc/cc047/
Relativism is the triumph of authority over truth, convention over justice.
References:
|
|