home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.mail.sendmail
- Path: sparky!uunet!europa.asd.contel.com!darwin.sura.net!zaphod.mps.ohio-state.edu!pacific.mps.ohio-state.edu!linac!mp.cs.niu.edu!rickert
- From: rickert@mp.cs.niu.edu (Neil Rickert)
- Subject: Re: Generating Errors-To: lines
- Message-ID: <1992Aug31.225102.17372@mp.cs.niu.edu>
- Organization: Northern Illinois University
- References: <1992Aug31.211914.1850@advtech.uswest.com>
- Date: Mon, 31 Aug 1992 22:51:02 GMT
- Lines: 20
-
- In article <1992Aug31.211914.1850@advtech.uswest.com> huntting@advtech.uswest.com (Brad Huntting) writes:
- >I'm setting up a mailling list for a user, and can't seem to get
- >sendmail to insert an "Errors-To:" line when it expands the list.
- >
- >The alias is "ansa-streams", here is what my aliases file has:
- >
- > ansa-streams: ansa-streams-list@futureworld
- > ansa-streams-list: :include:/u/huntting/ml/xyz.list
- > ansa-streams-request: list-maintainer-dude
- > owner-ansa-streams: ansa-streams-request
- > owner-ansa-streams-list: ansa-streams-request
-
- >The only probem is that if an error occurs one or more hops down the
- >line the bounces will be sent to the original sender, not the list
- >maintainer.
-
- The usual trick is to change your first alias to:
-
- ansa-streams: |"/usr/lib/sendmail -fansa-streams-request -oi -odq ansa-streams-list"
-
-