home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / mail / sendmail / 2176 < prev    next >
Encoding:
Text File  |  1992-08-31  |  1.5 KB  |  48 lines

  1. Newsgroups: comp.mail.sendmail
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!sol.ctr.columbia.edu!destroyer!ncar!csn!cherokee!futureworld!huntting
  3. From: huntting@advtech.uswest.com (Brad Huntting)
  4. Subject: Generating Errors-To: lines
  5. Message-ID: <1992Aug31.211914.1850@advtech.uswest.com>
  6. Followup-To: mail
  7. Originator: huntting@futureworld
  8. Sender: news@advtech.uswest.com (Radio Free Boulder)
  9. Nntp-Posting-Host: futureworld.advtech.uswest.com
  10. Organization: U S WEST Advanced Technologies
  11. Date: Mon, 31 Aug 1992 21:19:14 GMT
  12. Lines: 34
  13.  
  14. I'm setting up a mailling list for a user, and can't seem to get
  15. sendmail to insert an "Errors-To:" line when it expands the list.
  16.  
  17. The alias is "ansa-streams", here is what my aliases file has:
  18.  
  19.     ansa-streams:        ansa-streams-list@futureworld
  20.     ansa-streams-list:    :include:/u/huntting/ml/xyz.list
  21.     ansa-streams-request:    list-maintainer-dude
  22.     owner-ansa-streams:    ansa-streams-request
  23.     owner-ansa-streams-list: ansa-streams-request
  24.  
  25. Now as expected, if an error occurs on "futureworld" just after
  26. expanding the list the bounces will be sent to postmaster@futureworld.
  27. That's fine.
  28.  
  29. The only probem is that if an error occurs one or more hops down the
  30. line the bounces will be sent to the original sender, not the list
  31. maintainer.
  32.  
  33. The easiest way to get around this problem would be to insert the
  34. line:
  35.  
  36.     Errors-To: ansa-streams-request@futureworld.advtech.uswest.com
  37.  
  38. into the message when it is expanded.
  39.  
  40. Alas, I can't seem to get either 5.65+IDA-1.4.4 or SunOS' sendmail to
  41. do this.
  42.  
  43. Am I missing something?
  44.  
  45.  
  46. brad
  47.     huntting@advtech.uswest.com
  48.