summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic
AgeCommit message (Collapse)Author
2020-10-04Testsuite: Provide '>>> ' for script input to allow binary data (take 2)Heiko Schlittermann (HS12-RIPE)
This mimics the '>>> ' prefix known for the test client. Any line prefixed with '>>> ' will be processed by Perl's string eval(). As '>>> ' is generic and documented, it replaces the (undocumented) '\NONL\' tag. The client input lines starting with '>>> ' are now changed to '\>>> ' to avoid evaluation by the runtest script. (Test 4030, 1101).
2020-10-03Revert "Testsuite: Provide '>>> ' for script input to allow binary data"Heiko Schlittermann (HS12-RIPE)
This reverts commit f7ec095232186edba2b7137594bfdd7d7b7f9504.
2020-10-03Testsuite: Provide '>>> ' for script input to allow binary dataHeiko Schlittermann (HS12-RIPE)
This mimics the '>>> ' prefix for the test client. Any line prefixed with '>>> ' will be processed by Perl's string eval(). As '>>> ' is generic and documented, it replaces the (undocumented) '\NONL\' tag.
2020-08-14Fix ${readsocket } eol-replacement. Bug 2630Jeremy Harris
2020-08-10dnslists: hardwired return value check. Bug 2631Jeremy Harris
2020-08-02Fix lsearch ret=fullJeremy Harris
2020-08-01Testsuite: add EAI local-part testcaseJeremy Harris
2020-07-05Support ret-full on lsearch. Bug 2611Jeremy Harris
2020-06-14Taint: fix verify. Bug 2598Jeremy Harris
2020-06-08Filters: fix "vacation" in Exim filter. Bug 2593Jeremy Harris
Broken-by: cfb9cf20cb (4.90)
2020-06-08wipJeremy Harris
2020-06-04Fix -bi. Bug 2590Jeremy Harris
Actual fix from pierre.labastie@neuf.fr ; additional coding and testcase bu jgh Broken-by: bdcc6f2bd5
2020-06-01Merge branch '4.next'Jeremy Harris
2020-05-26Quota checking during reception. Bug 163Jeremy Harris
2020-05-25Fix listquote expansion item to handle empty-string inputJeremy Harris
2020-05-13smtp transport: message_linelength_limit option. Bug 1684Jeremy Harris
2020-05-07Lookups: ret=key optionJeremy Harris
2020-05-06Numeric variable returnsJeremy Harris
2020-05-06testcases for value returnJeremy Harris
2020-05-05 Ensure lookup-result variables are dropped between messages on a connectionJeremy Harris
2020-05-04Consolidate $local_part_verified into $local_part_dataJeremy Harris
This removes the former; the latter having been around since before the last release. The router check_local_user option now writes the latter and -verified no longer exists.
2020-05-04Make {bounce,warn}_message_file expanded. Bug 2522Jeremy Harris
2020-05-04Testsuite: bounce_message_file and warn_message_fileJeremy Harris
2020-05-01Testsuite: tidyingJeremy Harris
2020-05-01Fix $local_part_verified for remote-delivery routing following local. Bug 2565Jeremy Harris
2020-04-22Testsuite: more tidying for AlpineJeremy Harris
2020-04-22readsocket expansion: response cachingJeremy Harris
2020-04-06Expansion item ${listquote }. Bug 1066Jeremy Harris
2020-03-26Fix argument checking for ${readsocket }Jeremy Harris
2020-03-22debug tidyingJeremy Harris
2020-03-08Testsuite: testcases for bug 2538Jeremy Harris
2020-02-29Add variables for wildcard portion of local-part affix. Bug 281Jeremy Harris
2020-02-21Allow for platforms not support abstract naming for Unix socketsJeremy Harris
2020-02-19Add queue_size variable. Bug 1406Jeremy Harris
2020-02-03Testsuite: headers_remove globbing. Bug 159Jeremy Harris
2020-01-26ACL: control = queue/first_pass_routeJeremy Harris
2020-01-24Testsuite: change port used for identd testJeremy Harris
2020-01-11redirect router: taint-enforce filenamesJeremy Harris
2020-01-11pipe transport: taint-enforce commandJeremy Harris
2020-01-11appendfile: taint-enforce file & directory optionsJeremy Harris
testsuite: bless facility
2019-12-22PIPELINING: break and check for 452 every hundred RCPTsJeremy Harris
2019-12-08Merge branch '4.next'Jeremy Harris
2019-11-09Remove the daemon pid file when exit is due to SIGTERM. Bug 340Jeremy Harris
2019-10-25Output newline after list of message IDs output by "-Mxxx" operationsJeremy Harris
2019-10-25Support moving messages across named queues. Bug 2456Jeremy Harris
2019-10-24Testsuite: handle slow test-hosts more intelligentlyJeremy Harris
2019-10-19CHUNKING: fix all-RCPTs-rejected, non-pipelined. Bug 2454Jeremy Harris
2019-09-27Testsuite: regression-test for bug. Bug 2449Jeremy Harris
2019-09-22Testsuite: handle non-exim-writable testcase spoolfilesJeremy Harris
2019-09-15Testsuite: bump timeouts, for slower platformsJeremy Harris