summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic
AgeCommit message (Collapse)Author
2021-04-18Experimental: ESMTP LIMITS extensionJeremy Harris
2021-04-14 taint: allow appendfile create_file option to specify a de-tainting safe ↵Jeremy Harris
path
2021-04-10Logging: better tracking of continued-connection useJeremy Harris
2021-03-16Pipeline QUIT after dataJeremy Harris
2021-02-13wipJeremy Harris
2021-02-08Testsuite: expand testcase. Bug 2693Simon Arlott
2021-02-06Fix handling of server which follows a RCPT 452 with a 250. Bug 26092Jeremy Harris
2021-02-06Fix daemon-SIGHUP on FreeBSDJeremy Harris
2021-01-29Lookups: fix $local_part_data for a match on a filename list element. Bug 2691Jeremy Harris
2020-12-24Fix ${listextract } from a tainted listJeremy Harris
2020-12-20Fix local delivery delay when combined with remote callout/hold. Bug 2599Jeremy Harris
2020-12-16Fix matching of long addresses. Bug 2677Jeremy Harris
2020-11-19Logging: add I= element to transport-defer lines. Bug 2675Jeremy Harris
2020-10-13Testsuite: munge & delay for early selfsign generateJeremy Harris
Broken-by: 48e9099006
2020-10-11Testsuite: case-number shufflingJeremy Harris
2020-10-11Testsuite: more time for loaded test platformsJeremy Harris
2020-10-05Testsuite: Allow input lines starting with ":<cmd>:", like ":sleep:".Heiko Schlittermann (HS12-RIPE)
This somehow mimics the behaviour of the client tool, but works for *any* input line that is sent to the application. This reverts the unfortunate take abusing the client's special notation '>>> '. Currently implemented: - :eval: - :neol: - :sleep:
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