home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / mail / mh / 989 < prev    next >
Encoding:
Internet Message Format  |  1992-07-30  |  1.2 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!ORA.COM!jerry
  2. From: jerry@ORA.COM (Jerry Peek)
  3. Newsgroups: comp.mail.mh
  4. Subject: Anyone but MMDF use addresses like user=action?
  5. Message-ID: <9711.712500550@rubble.ora.com>
  6. Date: 30 Jul 92 12:49:10 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Distribution: world
  9. Organization: The Internet
  10. Lines: 20
  11.  
  12. The mhook(1) manpage shows .maildelivery lines that match the "addresses"
  13. jpo=mmdf and jpo=ack:
  14.  
  15.     # if the address is jpo=mmdf - pipe into mmdf-redist
  16.     addr     jpo=mmdf         |       A       mmdf-redist
  17.     # if the address is jpo=ack - send an acknowledgement copy back
  18.     addr     jpo=ack          |       R       "resend -r $(reply-to)"
  19.  
  20. The maildelivery(5) manpage for MMDF systems explains that the stuff
  21. after the equals sign (=) isn't part of the address where the mail
  22. is delivered.  The message goes to "jpo," but the whole field
  23. jpo=ack or jpo=mmdf can be tested in the .maildelivery file.
  24. That lets you control how messages to the user "jpo" are handled.
  25.  
  26. Our sendmail doesn't like the = very much:
  27.  
  28.     Sending letter ... jerry=haha@ora.com... User unknown
  29.  
  30. Do any transport agents besides MMDF support this = feature?  Thanks.
  31. --
  32.