Cleaned up test-utf8-body a bit.
[mmh] / test /
2012-08-10 David LevineCleaned up test-utf8-body a bit.
2012-08-10 David LevineAdded mhbuild: -nocontentid to profile used for tests...
2012-08-09 David LevineAdded default_content_type argument to
2012-07-23 David LevineFixed explanation of why the unset SHELL test is useles...
2012-07-22 David LevineReworked test-rcvdist so that it sees the output of...
2012-07-22 David LevineAdded test of whatnow with SHELL unset to test-ls,...
2012-07-22 David LevineWith -messageid random, make the part after the @ more...
2012-07-21 David LevineAdded -messageid switch to send(1) and post(8). This...
2012-07-21 David LevineHere's a better test of Resent-From: in test-rcvdist...
2012-07-21 David LevineAdded check to notpost for presence of Resent-From:.
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-07-04 David LevineAdded test-packf.
2012-07-04 David Levinetest-prompter: removed an unused input that was piped...
2012-07-04 David LevineFiltered out "From " lines when comparing mboxes becaus...
2012-07-02 David LevineAdded test-dp, test-fmtdump, test-prompter, test-rcvstore,
2012-07-01 David LevineWrapped some shell variables with quotes so the tests...
2012-06-29 David LevineFixed ismymbox() to look at Local-Mailbox as well as
2012-06-25 David LevineAdded test-sortm. Also clarified some details in the...
2012-06-23 David LevineAllow optional -to in front of To: addresses with mhmail.
2012-06-23 David LevineAdded checks for missing mandatory arguments to mhmail.
2012-06-22 David LevineChanged -header-field to -headerfield. And refer to...
2012-06-21 David LevineTruncated -help test in test-whom because its output...
2012-06-20 David LevineFor whatever reason, gcov got fooled by test-whom until...
2012-06-20 David LevineAdded test-ali.
2012-06-19 David LevineForget to add test/mhmail/attachment.txt to last commit.
2012-06-19 David LevineAdded -attach switch to mhmail.
2012-06-19 David LevineMoved test-mhmail to its own test directory.
2012-06-19 David LevineAdded mention of checkbashims script to test/README...
2012-06-19 David LevineAdded -header-field switch to mhmail.
2012-06-18 David Levinemhmail now supports -profile -resend.
2012-06-18 David LevineHere's a better fix that e194fdf11df779597e19039a67454e...
2012-06-17 David LevineReplaced mhmail -debug switch with -nosend, and added...
2012-06-17 David LevineAdded -resent support to mhmail. It doesn't work with...
2012-06-16 David LevineReplaced compiled mhmail with script that was formerly...
2012-06-16 David LevineAdded nmh lib directory to PATH in setup_test (). ...
2012-06-14 Ken HornsteinFix test for changes to mhparam.
2012-06-14 David LevineDocumented mhparam -debug option.
2012-06-14 David LevineRemoved unnecessary comment.
2012-06-14 David LevineRemoved another faceproc relic.
2012-06-13 David LevineFixed the export of LC_ALL so that it work with old...
2012-06-13 Alexander ZangerlOccasionally the post tests attempt to talk to fakesmtp...
2012-06-10 Alexander ZangerlEnsure that writes to /dev/tty succeed to determine...
2012-06-10 Alexander ZangerlUse cat for moreproc in testsuite in case it is run...
2012-06-07 David LevineChanged exit status of each nmh command's -version...
2012-05-29 David LevineUnset MM_CHARSET so it doesn't interfere with test...
2012-05-26 Ken HornsteinSupport for handling multibyte encodings in cpstripped...
2012-05-11 David LevineDon't test with sendmail because it would really send...
2012-05-10 David LevineWrap local part (username) of address with double quote...
2012-05-09 David LevineAdded test script constructs to avoid.
2012-05-07 Ken HornsteinFix test so it will work on terminal widths other than 80.
2012-05-06 David LevineRemove any existing Local-Mailbox: profile component...
2012-05-06 David LevineAdded check for EPERM when checking errno after a faile...
2012-04-27 David LevineMoved the set +e up to capture one more test in test...
2012-04-26 David LevineUse case statement to check for proper result from...
2012-04-26 David LevineRemoved the mv of the file after running sed on it.
2012-04-26 David LevineUnset all MH environment variables that aren't set...
2012-04-25 David Levine1) With SETGID_MAIL enabled (only with dot locking...
2012-04-25 Oliver Kiddlefuther test suite fixes to work on Solaris
2012-04-25 David LevineFixed test suite to work with Solaris Bourne shell:
2012-04-12 Ken HornsteinClean up fakesmtp and the post tests a bit to hopefully...
2012-04-06 David LevineChanged test-mhparam to allow # sbackup.
2012-04-06 Ken HornsteinRefere to VERSION via srcdir so this works when doing...
2012-04-06 David LevineReworked mhparam tests of components in procs array...
2012-04-06 David LevineAdded mhparam test of each component in procs array...
2012-04-05 David LevineFixed install-mh -auto test by specifying HOME.
2012-03-31 David LevineAdded const qualifier to a couple of local pointers...
2012-03-26 David LevineAdded test-install-mh.
2012-03-24 David LevineEnsure that escape_display_name() can't overrun a buffer.
2012-03-24 Ken HornsteinSigh. Turns out last change broke a few tests, because...
2012-03-24 Ken HornsteinModify the whatnow tests to deal with different version...
2012-03-23 David LevineAdded function escape_display_name() to double quote...
2012-03-20 Ken HornsteinJust for sanity's sake, double check the "inc" results...
2012-03-19 Ken HornsteinFix a bug where a message header ending right on the...
2012-03-18 David LevineAdded test-whom.
2012-03-16 Ken HornsteinA test for the group addressing functionality handled...
2012-03-15 Ken HornsteinFix some warnings.
2012-03-15 Ken HornsteinI guess the -i option to sed works differently on Linux...
2012-03-15 Ken HornsteinNew test suite for "post"; uses fakesmtp to trap the...
2012-03-14 Ken HornsteinA new test program, fakesmtp, to help us test post.
2012-03-14 David LevineChanged output_md5() to output just the checksum. ...
2012-03-14 David LevineAdded test/getfqnd.c, a replacement for "hostname"...
2012-03-14 David LevineOn some platforms, need to be out of $SPDIR in order...
2012-03-14 David LevinePromote uid_t value to long and print with %ld to preve...
2012-03-13 Ken HornsteinModify getfullname so it performs the same processing...
2012-03-12 David LevineFixed mhstore to honor nmh-storage profile entry even...
2012-03-10 David LevineRemoved bash-ism from test-pick.
2012-03-09 David LevineEnabled all groff warnings, with -ww, in manpages test...
2012-03-09 David LevineFixed mhlist -verbose to work with all content types...
2012-03-08 David LevineAdded test-refile.
2012-03-08 David LevineReplaced us-ascii with iso-8859-1 in examples, just...
2012-03-07 David LevineAdded test-mhparam and test-mhstore.
2012-03-05 Ken HornsteinFinally got a reasonable burst test working.
2012-03-05 Ken HornsteinA test for burst; still needs work.
2012-03-03 David LevineAdded test-mhlist.
2012-03-01 Ken Hornstein%G isn't actually part of POSIX, so change to %Y.
2012-03-01 Ken HornsteinFixed a problem that caused the test to fail if you...
2012-02-28 David LevineRemoved blank line after "End of Forwarded Message...
2012-02-28 David LevineChanged domains in man page and test examples to use...
next