Don't allow blind aliases with sendmail/pipe mts. Before this change,
[mmh] / uip / post.c
2012-10-13 David LevineDon't allow blind aliases with sendmail/pipe mts. ...
2012-09-15 David LevineFilter out all Nmh-* headers in post(1). Do that silen...
2012-08-23 Ken HornsteinChange the Bcc: code in post so it includes the From...
2012-08-18 David LevineRemoved chmod of bccfil from make_bcc_file(). It was...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
2012-07-10 David LevineRemoved -m from sendmail invocation with sendmail/pipe...
2012-07-10 David LevineCorrection to previous commit, 704bdde497da69854846d51d...
2012-07-10 David LevineRemoved use of the ONEX sendmail verb. It is obsolete,
2012-07-10 David LevineRenamed "sendmail" mts method to "sendmail/smtp", allow...
2012-07-09 David Levinespost(8) has been merged into post(8). Its functionali...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-03-13 Ken HornsteinNew changes: Sender: cannot be blank, Sender: always...
2012-03-12 Ken HornsteinRequire From: header in all outgoing messages.
2012-03-12 Ken HornsteinAdd support for a -notls switch, for consistency's...
2012-03-12 Ken HornsteinClean up a bunch of unused code and options. Specifically:
2012-03-12 Ken HornsteinSMTPMTS has been the default for over a decade, so...
2012-02-28 Ken HornsteinAdd support for -nosasl and -saslmaxssf switches.
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-02-03 Ken HornsteinConvert from the poorly-named and confusing adrsprintf...
2012-01-17 David LevineWrapped setjmp(), sigsetjmp(), and vfork() calls to...
2012-01-14 David Levinegcc -Wmissing-field-initializers noticed several struct...
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-11 Ken HornsteinCompletely remove the use of TIME_WITH_SYS_TIME (I...
2012-01-09 Ken HornsteinWe are making POSIX signal support a requirement; remov...
2012-01-09 Ken HornsteinSwitch from using RETSIGTYPE via autoconf to void,...
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, and whatn...
2012-01-05 David LevineFeed fileproc and mhlproc from rcvdist, send, whatnow...
2011-12-11 David LevineRemoved unused local variables to eliminate warnings...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-11-19 Ken Hornstein(Minor) cleanup of some of the autoconf code with respe...
2010-02-04 Earl Hood* Bug #15213, #18635: The use of the insecure m_scratch...
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2007-11-04 Joel ReicherReturn type of (*done)() changed to void. default_done...
2007-04-17 Joel Reicherbuffer is compared with cp, and so needs to be changed...
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-03-08 Josh Bressers* (mh_strcasecmp): Rename the private strcasecmp functi...
2006-01-18 David LevineFixed make_bcc_file () to use contents of From: in...
2006-01-16 Josh Bressers* uip/post.c, uip/spost.c: Move the uptolow macro from...
2006-01-16 Oliver Kiddleremove remnants of code for MMDF
2006-01-06 Josh Bressers* patch #3968: Move the add() function from its own...
2005-11-13 Peter MaydellPass some globals into sm_init() so that it uses SASL...
2002-07-02 Ken HornsteinAdd/update copyright notice in all source code files.
2000-12-14 Shantonu SenResolve the circular dependency of libmh on libmts...
2000-09-08 Shantonu SenUpdated #include's to point to new location of mts...
2000-07-07 Kimmo SuominenSASL support from Ken Hornstein <kenh@cmf.nrl.navy...
2000-06-12 Ruud de Rooij* Merged mts/sendmail functionality into mts/smtp;... kim-before-sasl
2000-05-29 Shantonu SenUpdating user programs to use <h/tws> instead of <zotne...
2000-03-03 Dan HarklessAdded a new "boolean" type to mh.h and TRUE and FALSE...
2000-01-26 Dan HarklessI had my envelope-From:-setting in the wrong place...
2000-01-26 Dan HarklessImplemented a new type of username masquerading, which...
1999-09-13 Doug Morrisupdates to post.c and termsbr.c that prevent warnings...
1999-09-12 Doug MorrisLots of little code cleanups to prevent warnings -...
1999-07-16 Dan HarklessEliminated compilation warnings.
1999-04-30 Doug MorrisInitial revision