summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic
AgeCommit message (Collapse)Author
2014-12-16Testsuite: move testcase (requires plaintext authenticator)exim-4_85_RC3Jeremy Harris
2014-12-14Revert "Testsuite: Use explicit interface for send to localhost"Jeremy Harris
This reverts commit 30079bc1d20c0473d012ef33654358cfadb0a2ff. The buildfarm member running FreeBSD 10.0 was not fixed by that commit, as was hoped.
2014-12-13Testsuite: Use explicit interface for send to localhostJeremy Harris
FreeBSD is more lax in its choice of local address to bind; the difference is just noise in testcase output.
2014-11-16Test case for retry_include_ip_addressJeremy Harris
2014-11-12Testsuite: 0393 intermittently spits an extra stderr line. UnimportantJeremy Harris
for the testcase, so ignore it.
2014-10-29Testsuite: tidyingJeremy Harris
2014-10-26Testcase 0601: move udpsend action from connect to rcpt ACLJeremy Harris
Some test runs were seeing the receiving perl output before the exim startup banner; try to get the udpsend to happpen after the banner gets a chance to be emitted.
2014-10-26Testsuite: increase default "client" utility connect timeout from 1 to 5 secondsJeremy Harris
2014-10-26Testsuite: extend timeout on troublesom testJeremy Harris
Testcase 0035 persistently fails with "status 99" on some buildfarm animals. Try extending the connect timeout used by the "client" utility to see if this helps.
2014-09-06Add expansion item for sorting listsJeremy Harris
2014-08-13Testsuite - Squashed commit of the following:Jeremy Harris
commit 7566c531c43298510e080eb8a7ed7cf767f9476b Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Wed Aug 13 16:20:38 2014 +0100 Assorted OpenSSL cases fail on different library versions. Discard stdout info to hide this. commit 3d389bc6a5ba0943f1b451fa7a8f2e3246de0bb1 Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Wed Aug 13 14:05:19 2014 +0100 Case 0563 was broken when the GECOS field had spaces. Accept quoted ones in stderr. commit d4333083f230702c8be45650dc48b6eb65a162eb Author: Jeremy Harris <jgh146exb@wizmail.org> Date: Mon Aug 11 18:30:49 2014 +0100 Case 0601 was unreliable; perl racing with exim for output. Quieten exim.
2014-07-21Documentation/Tests for CVE-2014-2972 fixexim-4_83Todd Lyons
2014-06-15Fix testcase 0390 when testing an EXPERIMENTAL_TPDA compileJeremy Harris
Insert a custom-munge for the new transport option. This may be removed once the code goes mainline.
2014-06-08Fix testcase for today's faster cpusJeremy Harris
2014-06-08Testcase for udpsendJeremy Harris
2014-06-06Fix testcase for 984702 - the buffer boundary was deliberatelyJeremy Harris
being explored by the test
2014-04-29Bug 1454: Option -oMm for message referenceHeiko Schlichting
Includes docs and test suite
2014-04-09More care with headers add/remove lists. Bug 1452Jeremy Harris
As a side-effect, playing games with newlines no longer gives an altered message body/ Testcase 0324 is questionable (though passing)
2014-03-18Fix ACL "condition =" for negative number values. Bug 1005Jeremy Harris
Fix conditional "bool{<string>}" for negative number values, to match.
2014-03-08${utf8clean:string} expansion operator. Bug 1401Axel Rau
2014-03-06Code for verify=header_names_asciiMichael Fischer v. Mollard
Documentation and test included. Fixed Conflicts: doc/doc-txt/ChangeLog
2013-12-22Add ${listextract {n}{list}...}Jeremy Harris
2013-09-15Fix numeric comparisons for 64b. Bug 1385Jeremy Harris
2013-07-03Add test for ${hexquote:Jeremy Harris
2013-05-20Support AUTH for verify-callout and cutthrough-delivery.Jeremy Harris
Refactored smtp transport to pull out AUTH-related routines so they could be also called from the verify code. Bugs 321, 823.
2013-01-26PRDR support, if compiled with EXPERIMENTAL_PRDRJeremy Harris
2012-12-25Add $router_name and $transport_name variables. Bug 308.Jeremy Harris
2012-10-06Logging-only patch for 8BITMIME; bug 817.Jeremy Harris
2012-07-27Bug #198: Add remove_header ACL modifier.Todd Lyons
Used patch from Magnus Holmgren dated 2007-02-20. Added documentation. Added tests to detect proper operation.
2012-07-08Add check for inlist and !inlist in test 0002.Todd Lyons
2012-07-08Multiple headers_add/remove options per router/transport - fixes bug 337Jeremy Harris
2012-06-27Acl expansions: tests and documentationJeremy Harris
2012-06-12Use custom variables for ACL args, up to nine. Add an arg-count variable.Jeremy Harris
2012-06-12Add ${acl {name}{arg}} expansion item.Jeremy Harris
2012-06-12Change names to "listnamed" and "listcount".Jeremy Harris
2012-06-10Add ${list:name} and ${nlist:string} expansion operators.Jeremy Harris
2012-06-05Testsuite: add per-testcase munge facility; use for dnssec and gnutls.Jeremy Harris
2012-06-05Support "G" modifier on numbers in ${if comparisons.Jeremy Harris
2012-06-04Deal explicitly with attempt to callout via null transport; fixes crash.Jeremy Harris
2012-06-04Fixup testsuite cases affected by dual-tls - mainly EHLO on callouts.Jeremy Harris
2012-06-04Test for proper parsing of optional MAIL FROM args.Todd Lyons
2012-05-13Make integer values 64bit (bug 1171).Jeremy Harris
2012-05-13Fixed headers_only on smtp transports.Phil Pennock
Was not sending trailing dot. Added test case to catch this. fixes bug 1246.
2012-05-11Testing for -bw modePhil Pennock
2012-05-07Testsuite: updates for 8bitmime-as-default.Jeremy Harris
2011-05-09Testsuite: Compiler info skip; whitespace stupidity.exim-4_76Phil Pennock
2011-04-26Cond !bool{}/!bool_lax{} did not negate. Fixed.Phil Pennock
Fixes bug: 1104
2010-06-14added expansion tests for bool{} and bool_lax{}John Jetmore
2008-02-08A test for the encoded-character extention.Tony Finch
2008-02-07Add regression test for bug#615Tony Finch