From owner-freebsd-questions Sun Oct 15 17:14:58 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.6.12/8.6.6) id RAA19878 for questions-outgoing; Sun, 15 Oct 1995 17:14:58 -0700 Received: from zit1.zit.th-darmstadt.de (zit1.zit.th-darmstadt.de [130.83.63.20]) by freefall.freebsd.org (8.6.12/8.6.6) with ESMTP id RAA19873 for ; Sun, 15 Oct 1995 17:14:54 -0700 Received: from [130.83.177.20] (ppp20.stud.th-darmstadt.de [130.83.177.20]) by zit1.zit.th-darmstadt.de (8.6.11/8.6.9) with SMTP id BAA15422; Mon, 16 Oct 1995 01:13:11 +0100 X-Sender: petzi@zit1.zit.th-darmstadt.de Message-Id: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Date: Mon, 16 Oct 1995 01:14:39 +0100 To: Randy Berndt From: petzi@zit.th-darmstadt.de (Michael Beckmann) Subject: Re: Eudora and Sendmail questions Cc: freebsd-questions@FreeBSD.org Sender: owner-questions@FreeBSD.org Precedence: bulk >Eudora (Windows) has 5 levels of priorities that produce different markings >on receipt. Not only the Windows version, the Mac version has these markings, too. > Do these have ANYTHING to do with sendmail handling? No ! Because Eudora generates an X-Priority: header, which is ignored by Sendmail. Sendmail only uses the Precedence: header. The X-Priority header is only being parsed by Eudora on reception of the mail. You can't manipulate the mail's priority during delivery with the X-Priority: header. >I realize I could buy the ORA SendMail book, but I can't afford it, my boss >won't pay for it, I'm in the same situation :-) but I intend to buy that book on my own expenses soon. However, I figured this out without the book. Just investigate the raw mail files with a text editor. > and all you guys are just so darned helpful on stuff like >this :) I do what I can.