From owner-freebsd-bugs Tue Jan 9 16:32:04 1996 Return-Path: owner-bugs Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id QAA21624 for bugs-outgoing; Tue, 9 Jan 1996 16:32:04 -0800 (PST) Received: from mail.cs.tu-berlin.de (root@mail.cs.tu-berlin.de [130.149.17.13]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id QAA21548 Tue, 9 Jan 1996 16:31:46 -0800 (PST) Received: from caramba.cs.tu-berlin.de (wosch@caramba.cs.tu-berlin.de [130.149.17.12]) by mail.cs.tu-berlin.de (8.6.12/8.6.12) with ESMTP id BAA02908; Wed, 10 Jan 1996 01:20:33 +0100 Received: (from wosch@localhost) by localhost (8.6.9/8.6.9) id BAA01000; Wed, 10 Jan 1996 01:11:43 +0100 Date: Wed, 10 Jan 1996 01:11:43 +0100 From: Wolfram Schneider Message-Id: <199601100011.BAA01000@localhost> To: "Jonathan M. Bresler" Cc: bugs@freebsd.org Subject: Re: majordomo test In-Reply-To: References: <199601082238.XAA18277@caramba.cs.tu-berlin.de> Reply-to: Wolfram Schneider MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-bugs@freebsd.org Precedence: bulk Jonathan M. Bresler writes: >> if you see only this line, majordomo is buggy > so tell us, what's the bug? what's the problem? resend don't call sendmail(8) with option 'i' (-oi). Sendmail cut the mail body at a dot on a line. sendmail: i Do not take dots on a line by themselves as a message termi- nator. You need this option for all majordomo scripts, which pipe incoming mails to sendmail. Wolfram