Path: utzoo!attcan!uunet!talos!kjones From: kjones@talos.pm.com (Kyle Jones) Newsgroups: comp.mail.misc Subject: Re: Smail3 question Message-ID: <1990Jul30.153824.5542@talos.pm.com> Date: 30 Jul 90 15:38:24 GMT References: <1990Jul27.200403.6868@naitc.uucp> Lines: 15 Karl Denninger writes: > We are running Smail3, and need to have the functionality in > "Return-Receipt-To:" that is present in sendmail and elsewhere. > > Anyone know how to do this using smail3? [...] > > If it's not supported, any good ideas on where to insert support for this > are appreciated. Presumably smail3, like sendmail, calls another program to do final message delivery. Insert the Return-Receipt-To processing into that program, or substitute a program that calls the delivery program and then does the Return-Receipt-To processing after delivery is successful. The job seems simple enough that a shell script would suffice.