home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / headers / 279 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.3 KB

  1. Path: sparky!uunet!usc!snorkelwacker.mit.edu!ai-lab!life.ai.mit.edu!friedman
  2. From: friedman@gnu.ai.mit.edu (Noah Friedman)
  3. Newsgroups: comp.mail.headers
  4. Subject: Re: Canonical list of mail headers?
  5. Message-ID: <FRIEDMAN.92Sep2030920@nutrimat.gnu.ai.mit.edu>
  6. Date: 2 Sep 92 07:09:20 GMT
  7. References: <1992Sep1.180842.4553@tfs.com> <1992Sep1.235652.17536@murdoch.acc.Virginia.EDU>
  8.     <BtxG3C.5v8@solbourne.com>
  9. Sender: news@ai.mit.edu
  10. Organization: Free Software Foundation, 675 Mass Ave. Cambridge, MA 02139
  11. Lines: 19
  12. In-reply-to: imp@solbourne.com's message of 2 Sep 92 01:28:22 GMT
  13.  
  14. In article <BtxG3C.5v8@solbourne.com> imp@solbourne.com (Warner Losh) writes:
  15. >/usr/ucb/mail uses Status.  Precedence is used by some mailers to
  16. >determine the order in which they send things, but I don't think it is
  17. >defined anywhere.
  18.  
  19.    Right.  I've never seen it defined anywhere either, but most sendmail.cf
  20. files I've examined have the following entries for adjusting the queueing
  21. priority of mail messages:
  22.  
  23.         Pfirst-class=0
  24.         Pspecial-delivery=100
  25.         Pbulk=-60
  26.         Pjunk=-100
  27.  
  28. Any other field in a Precedence header probably will have no effect, unless
  29. someone just happens to define a priority for that name on a particular
  30. host.  My relatively uninformed guess is that the above definitions are
  31. probably about as standard as it gets.
  32.  
  33.