home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / mail / misc / 3019 < prev    next >
Encoding:
Internet Message Format  |  1992-09-14  |  2.7 KB

  1. Xref: sparky comp.mail.misc:3019 news.admin:7585 news.misc:1613 news.newusers.questions:3980
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!torn!cunews!revcan!ecicrl!clewis
  3. From: clewis@ferret.ocunix.on.ca (Chris Lewis)
  4. Newsgroups: comp.mail.misc,news.admin,news.misc,news.newusers.questions
  5. Subject: Re: Bouncing Back E-mail
  6. Message-ID: <3813@ecicrl.ocunix.on.ca>
  7. Date: 14 Sep 92 14:59:29 GMT
  8. References: <1992Sep14.001000.7390@leland.Stanford.EDU>
  9. Followup-To: comp.mail.misc
  10. Organization: Elegant Communications Inc., Ottawa, Canada
  11. Lines: 44
  12.  
  13. In article <1992Sep14.001000.7390@leland.Stanford.EDU> underdog@leland.Stanford.EDU (Dwight Joe) writes:
  14. >I have ftp-ed what appears to be chunks of a procmail system from
  15. >usc.edu.  I cannot decipher it.
  16.  
  17. >Someone, please tell me how to just set up a simple system to
  18. >recognize a particular e-mail address and to bounce the mail back.
  19. >I am having a nagging problem with people who don't like my views
  20. >and who are proceeding to send me most unteresting pieces of e-mail.
  21. >Most of the stuff seems to come from people immersed in a most
  22. >narrow-minded culture.
  23.  
  24. >With regards to bouncing back e-mail, I want to set up the bounce-back
  25. >system to appear as though my e-mail address is unreachable.
  26.  
  27. I'd email, but this is of broader interest.
  28.  
  29. If you consult the UNIX Email Software Survey faq, you'll see that local
  30. delivery agent adjunct programs such as "deliver", "procmail" and "mailagent"
  31. provide programmatic mechanisms for doing things such as this.  This is
  32. a simple permutation of the ubiquitous "vacation" program.  Deliver,
  33. procmail or mailagent (you'll need Perl for mailagent) are probably the
  34. least grief.  None of these packages require root access to install or
  35. implement what you want.  Consult the FAQ for official sources of the
  36. software and follow the instructions that come with the software.
  37.  
  38. I only have personal experience with deliver, which is particularly
  39. easy to install and can do such things quite simply.  I'm doing far
  40. more complex things than what you want.  If you take the deliver
  41. route, I can send you some example filters which do things similar
  42. to what you want.
  43.  
  44. Furthermore, if you're into hackery, you can usually do this with
  45. your existing mail system (but you'll probably need root access):
  46.     - sendmail via sendmail.cf hackery, or mail-to-pipe aliasing.
  47.     - MMDF has filtering of various types
  48.     - SVR4 mail
  49.     - UUCP-style "rmail" - replace rmail with a shell script that
  50.       prescans the mail before handing it off to the real rmail.
  51. Just about any mail software with mail-to-pipe capabilities can do this one
  52. way or another.
  53. -- 
  54. Chris Lewis; clewis@ferret.ocunix.on.ca; Phone: Canada 613 832-0541
  55. Psroff 3.0 info: psroff-request@ferret.ocunix.on.ca
  56. Ferret list: ferret-request@ferret.ocunix.on.ca
  57.