Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!sdd.hp.com!caen!paul From: paul@caen.engin.umich.edu (Paul Killey) Newsgroups: comp.mail.mh Subject: question about mh/pop Message-ID: <1990Oct17.185845.12113@engin.umich.edu> Date: 17 Oct 90 18:58:45 GMT Sender: news@engin.umich.edu (CAEN Netnews) Organization: University of Michigan Engineering, Ann Arbor Lines: 16 I notice that when one "incs" from their mailbox, the From line will be written as Return-Path, assuming #ifdef RPATHS is true. When one "incs" from a pop-server, the From line is not rewritten, even if RPATHS is true. This happens as a side effect of scan() being called with an outnum of 0 when popping, instead of msgnum or msgnum + 1, as is the case when not using pop. Is there a short answer as to why From -> Return-Path is turned off when inc is a pop client, and not otherwise? Thanks for any tips. --paul