Re: [EXIM] Netscape Messenger 4.5, Exim and receipt confirma…

Página Principal
Apagar esta mensagem
Responder a esta mensagem
Autor: Philip Hazel
Data:  
Para: Nigel Metheringham
CC: patl, Tony Earnshaw, Exim
Assunto: Re: [EXIM] Netscape Messenger 4.5, Exim and receipt confirmation
On Mon, 20 Jul 1998, Nigel Metheringham wrote:

> You should be able to support Return-Receipt-To: using a combination of an
> exim filter and a specialised transport (probably a specially configured
> autoreply transport).
>
> Alternatively, masochists could do the whole lot within a transport filter
> or shadow transport.


It is trivial to do it with a shadow transport. I did so some time ago as a
test of shadow transports. Something like this:

xxx:                                            
  driver = autoreply
  from = $local_part          
  to = $h_return-receipt-to
  subject = message received          
  text = Message from <$sender_address> has reached my inbox.
  user = $local_part                               


local_delivery:                                           
  driver = appendfile          
  file = /home/$local_part/inbox
  delivery_date_add                               
  envelope_to_add                                                     
  return_path_add                                                     
  shadow_transport = xxx                                              
  shadow_condition = $h_return-receipt-to


However, I don't myself like the idea.

> I would strongly protest adding any explicit support for a badly thought
> out and officially depreciated feature in exim - even sendmail doesn't
> support Return-Receipt-To: now.


Agreed. However, I have been reading the DSN RFCs, and IMHO it is far too
complex and could also be categorised as "badly thought out".

-- 
Philip Hazel            University of Cambridge Computing Service,
ph10@???      Cambridge, England. Phone: +44 1223 334714.



--
*** Exim information can be found at http://www.exim.org/ ***