Added -mts switch to post, send, and whom. Replaced test-sendmail-pipe
[mmh] / sbr / mts.c
2012-07-12 David LevineAdded -mts switch to post, send, and whom. Replaced...
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-05-12 David LevineSIGNATURE/Local-Mailbox are not used by post, but just...
2012-05-10 David LevineWrap local part (username) of address with double quote...
2012-05-07 Tom LaneFixed places in the code relying the C99-ism of declara...
2012-03-27 David LevineRemoved hostable relics from h/mts.h and sbr/mts.c.
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-23 David LevineAdded function escape_display_name() to double quote...
2012-03-15 Ken HornsteinRemove all masquerade support (draft_from is now the...
2012-03-12 Ken HornsteinSMTPMTS has been the default for over a decade, so...
2012-02-17 Ken HornsteinSigh. Looks like we need a function after all; create...
2012-02-15 Ken HornsteinSupport getting the "fullname" out of the Signature...
2012-02-11 Ken HornsteinFix typo in alternate mts.conf location support.
2012-02-04 Ken HornsteinWhoops, used "buffer" when I meant "buf".
2012-02-04 Ken HornsteinChange LocalName() to take an argument (about whether...
2012-01-13 David LevineAdded NMH_UNUSED macro for suppressing warnings about...
2012-01-12 David LevineRemoved, or added use of, unused macros to prevent...
2012-01-09 Ken HornsteinRemove OS-specific defines. As part of it, remove...
2012-01-04 Lyndon NerenbergDeprecate uname() in favour of (Posix) gethostname().
2011-12-07 David MaloneAdd support to inc for incorporting email from Maildir...
2010-12-09 Ken HornsteinMassive garbage collection. Remove functionality for...
2010-12-03 Ken HornsteinRemove RCS keywords, since they no longer work after...
2010-02-03 Earl Hood* mts/smtp/smtp.c: added SASL support if mts configuration
2009-01-16 Ken HornsteinMassive overhaul of networking code. Changes:
2007-04-13 Joel ReicherChange all chars being passed to the ctype macros ...
2006-01-02 Josh Bressers* patch #3966: Create a mh_xmalloc function to prevent...
2003-09-30 Glenn Burkhardt[bug #4302] errno is not always an extern int
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...