X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=ChangeLog;h=b2998798ce4ab73db0afb5eb26fe534094df5a5a;hb=1556d4eb31f94b5fda4c635d400191ffca78c9b7;hp=84dfb76e4412153281f69ce5babb4874ad43d3b3;hpb=b84e9d0b0e3e007c103c5a903f44e8e4e37e6714;p=mmh diff --git a/ChangeLog b/ChangeLog index 84dfb76..b299879 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,52 @@ +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 + time for on 1999-07-15 (and, it would seem, some new ones people + introduced since then). The primary ones were the warnings that + default prototypes were being used for [v]snprintf() and + str[n]casecmp(). As of right now, there are _no_ compilation + warnings except on dtimep.c-lexed (at least under AIX 4.1.5 and + Solaris 2.6). + +Sun Jan 2 23:42:18 2000 Ruud de Rooij + + * Move mhtest from bindir to libdir. + + * Move sendfiles from libdir to bindir. + + * Updated sendfiles manpage to reflect this change. + + * Added documentation for -build and -file switches to repl and + forw manpages (patch from Peter Maydell). + + * Fixed interaction between specifying -cc in profile and -group on + command-line. + Tue Nov 1 13:48:10 1999 Dan Harkless * Changed the version number from 1.0.3 to 1.0.2+dev. There was