summaryrefslogtreecommitdiff
path: root/test/stderr
AgeCommit message (Collapse)Author
2012-05-20Testsuite: munge recorded TLS version &c in output to permit awkward ↵Jeremy Harris
test-host installations.
2012-05-18Test suite fixes, mostly for new certs.Phil Pennock
New cert1 and cert2 but I'd only updated the GnuTLS tests. This fixes OpenSSL ones too. The SHELL vs /bin/sh one also fixed, finally realised that the test output just hadn't been updated to match the munging.
2012-05-17fix tls_cipher memory lifetime.Phil Pennock
Some tests had not been updated for the new cert because they were missing an X= log-line. Updated those tests now.
2012-05-13Make integer values 64bit (bug 1171).Jeremy Harris
2012-05-07Testsuite: updates for 8bitmime-as-default.Jeremy Harris
2012-05-05Fix bug 1225: Accept new testsuite case output.Jeremy Harris
Having looked further at the ratelimit code, the new output looks reasonable. The obscure values of "19" derive from testing "per-byte", being the size of the test message.
2012-05-01Update testsuite output files for GnuTLS version update and fixes.Jeremy Harris
2012-04-25Add ACL name to debug output of condition result (bug 1238).Jeremy Harris
2012-04-23Update testsuite case enabled by fix for bug 1227, with changes require by ↵Jeremy Harris
bug 1224.
2012-04-22Bug 1224: fixup testsuite case output from testdb.Jeremy Harris
2012-04-19Fix bug 1224.Jeremy Harris
Replace the lookup index char in sterr traces with a zero; update testcase expected stderr files to match.
2012-04-18Fix bug 1229.Jeremy Harris
Update testcase output with now-expected info.
2012-04-17Testcase changes to match changes introduced by bug 1214.root
Additional "A=" authenticator info was added to log lines for rejections.
2010-06-08another change related to Date/Message-Id order, just took me a while to ↵John Jetmore
realize how it was related.
2010-06-05munge caller's GECOS in output to make more portable across test accountsJohn Jetmore
2010-06-05runtest - trim trailing whitespace from otherwise un-rewritten host lines in ↵John Jetmore
munge function 0190, 0244, 0297, 0350, 0430 - standardize trailing whitespace 0403 - lingering header order fix, fix change in lookup type encoding after dkim lookup type removal
2010-06-04With a few minor exceptions for tests that had additional concerns and tests ↵John Jetmore
I don't have working in my environment yet, this should be the last of the header-order-related changes
2010-06-03updates to test suite - roll back lookup changes after dkim lookup removed, ↵John Jetmore
strip OpenSSL version info
2009-11-23Correct header sorting for testsuite. Required manual patching, so maybe ↵Nigel Metheringham
errors. Fixes: #919
2008-02-07Some test output changes caused by the addition of the DKIP lookup type.Tony Finch
2008-02-07Some test output changes caused by the addition of the DKIP lookup type.Tony Finch
2008-02-07Add regression test for bug#615Tony Finch
2007-08-29Test update.Philip Hazel
2007-08-23Add "server=" feature to MySQL and PostgreSQL lookups.Philip Hazel
2007-08-22Add the NOTQUIT ACL.Philip Hazel
2007-07-05Yet another (hope the last for now) minor test tweak.Philip Hazel
2007-06-27Add queue_only_load_latch.Philip Hazel
2007-06-26Fix bug introduced with +ignore_defer and +include_defer.Philip Hazel
2007-06-26Add +ignore_defer and +include_defer to host lists.Philip Hazel
2007-06-20Add /noupdate as a ratelimit option.Philip Hazel
2007-06-14Added $dnslist_matched.Philip Hazel
2007-04-13Check for lost connection or unexpected input at end of message.Philip Hazel
2007-03-13Add host_find_failed=ignore and host_all_ignored to manualroute.Philip Hazel
2007-02-26MH's patch for allowing control characters as list separators.Philip Hazel
2007-02-20$smtp_command and $smtp_command_argument were incomplete for MAILPhilip Hazel
commands with extra options such as SIZE.
2007-02-14Add "continue" modifier.Philip Hazel
2007-02-06Update some tests for latest changes.Philip Hazel
2007-02-06Implemented hosts_avoid_pipelining in the smtp transport.Philip Hazel
2007-02-06Retry items for address errors that included the sender address (aPhilip Hazel
feature added to Exim 4.64) were not being deleted if an address was subsequently successfully delivered.
2007-02-06Flush SMTP before callout (unless control=no_callout_flush).Philip Hazel
2007-01-30Magnus' patch for $sending_ip_address and $sending_port.Philip Hazel
2007-01-25Ensure acl_not_smtp_start is called for -bS input.Philip Hazel
2007-01-23Add $smtp_count_at_connection_start.Philip Hazel
2007-01-22Additional tests - didn't show any problems.Philip Hazel
2007-01-17Fix negated dnslists item bug; add == and =& features, courtesy BradPhilip Hazel
Jorsch.
2007-01-15Added log selector +smtp_no_mail to log when no MAIL is issued (forPhilip Hazel
Tony).
2006-12-19Update tests for portability.Philip Hazel
2006-12-04Give an error for the use of * and *@ with a query-style lookup.Philip Hazel
2006-11-14Applied a modified version of Brad Jorsch's patch for "message" withPhilip Hazel
"accept".
2006-11-13Rename $interface_address and $interface_port as $received_ip_addressPhilip Hazel
and $received_port in an attempt to lessen confusion.