Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sun-barr!newstop!exodus!warp.Eng.Sun.COM!rock From: rock@warp.Eng.Sun.COM (Bill Petro) Newsgroups: comp.mail.mush Subject: Re: How to get Return Receipts? Message-ID: <4310@exodus.Eng.Sun.COM> Date: 11 Dec 90 21:28:48 GMT References: Sender: news@exodus.Eng.Sun.COM Distribution: na Lines: 44 hart@blackjack.dt.navy.mil (Michael Hart) writes: >Hi MushPeople! >Now, the $64,000 question: > How do I get return receipts on my outgoing mail? I just spent an >hour reading the Fine Manual (again) and am still clueless! Am I >really this dense? Set one of your headers to- Return-Receipt-To: yourname The easiest way might be in your .mushrc: my_hdr Return-Receipt-To: rock@warp This will do it for ALL your mail though! If you are using the tty or curses mode, here are a bag of tricks I have in my .mushrc for doing it dynamically: # For this message only, send it registered bind-macro 'M' ':registered\n;regmail\n' # For reply of this message only, send it registered bind-macro '@r' ':registered\n;regreplysender\n' # For replyall of this message only, send it registered bind-macro '@R' ':registered\n;regreplyall\n' # Commands to make te above bindings work cmd regmail '\mail;unregistered' cmd regreplysender '\replysender;unregistered' cmd regreplyall '\replyall;unregistered' cmd registered my_hdr Return-Receipt-To: rock@warp cmd unregistered 'un_hdr Return-Receipt-To:' # If I forgot when I started to compose, type ^n before I send it map! '\CN' '\n~:my_hdr Return-Receipt-To: rock@warp' # To turn off registered, in curses type ":U" cmd U 'unregistered' -- Bill Petro {decwrl,hplabs,ucbvax}!sun!Eng!rock "UNIX for the sake of the kingdom of heaven" Matthew 19:12