X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=b2998798ce4ab73db0afb5eb26fe534094df5a5a;hb=6e0e2e4490ebb9daf1f62ed7a2d30412551772ee;hp=f7d4eb48d856a8272c78d5514572a7278f0c25b8;hpb=30d5dd2e92c77402af6b7cfdbaa1339964ce034d;p=mmh diff --git a/ChangeLog b/ChangeLog index f7d4eb4..b299879 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,28 @@ +Wed Jan 26 02:22:00 2000 Dan Harkless + + * Added documentation on both types of masquerading to post's man + page. + +Tue Jan 25 22:58:12 2000 Dan Harkless + + * Doug's portability fix of my setgid inc autodetection had a + caching bug -- if you re-ran configure, uip/Makefile would be + corrupted, and installation would bomb out on OSes where inc needs + to be setgid. + + * Implemented a new kind of email address masquerading. When a + user writes a custom "From:" header in a draft, nmh uses it rather + than generating one. However, the user's true address is used in + the SMTP envelope "From:" and is revealed in the "Sender:" header. + Now, when mmailid is set to non-zero, the envelope "From:" uses + the address specified in the draft "From:" header, and there is no + "Sender:" header. This is useful when sending on behalf of a + remote POP3 account or when remote mail robots incorrectly use the + envelope "From:" in preference to the body "From:". This + processing has only been implemented for post, not for the + undocumented spost (which was already missing some "From:" + processing that post has). + Mon Jan 24 22:26:06 2000 Dan Harkless * Got rid of the rest of the gcc -Wall warnings that I didn't have