summaryrefslogtreecommitdiff
path: root/test/paniclog
AgeCommit message (Collapse)Author
2018-12-18Log failures to extract envelope addresses from message headers. Bug 2351Jeremy Harris
(cherry picked from commit 60c02b350a7d325e64ae0a656cfd37a9fbd162a7)
2018-12-14Fix parsing of option type Kint (integer, stored in K). Bug 2348Jeremy Harris
Broken-by: a45431fa71
2018-10-30Testsuite: adjust for 64b-int compatabilityJeremy Harris
2018-10-30Increase size of variables for check_spool_space and check_log_spaceJeremy Harris
2018-04-02Avast: improve compliance with avast-protocol(5)Heiko Schlittermann (HS12-RIPE)
Treat scanner errors as malware. Defer on scanner tmpfail only.
2018-03-12Update to protocol used by avast 2.2.0 (Multiline responses) (Bug 2112)Heiko Schlittermann (HS12-RIPE)
Based on a patch by Victor Ustugov.
2018-01-01Feature macros, show-supported and build-time selection for malware interfacesJeremy Harris
2017-07-09Add $smtp_command_history variableJeremy Harris
2017-03-12Malware: new connection type "f-prot6d" for FPSCAND protocol over TCPAndrew Colin Kissa
2017-01-19Testsuite: output changes from 4c04137d7Jeremy Harris
2016-10-15New: queuefile transport, under EXPERIMENTAL_QUEUEFILEAndrew Colin Kissa
2016-07-11testsuite: abstract out common conf settingsJeremy Harris
2016-05-04TLS: when tls_certificates unset, generate a selfsigned certJeremy Harris
2016-04-07Testsuite: account for b25c9675b31b (-bV errors)Jeremy Harris
2016-02-18Fix CVE-2016-1531exim-4_87_RC4Heiko Schlittermann (HS12-RIPE)
Add keep_environment, add_environment. Change the working directory to "/" during the early startup phase. (cherry picked from commit 2b92b67bfc33efe05e6ff2ea3852731ac2273832) (cherry picked from commit 14b82c8b736c8ed24eda144f57703cb9feac6323) (cherry picked from commit 9ca92d0c6e9c6f161bd8111366c6952d3a9315e2) (cherry picked from commit 0020c6d9ecfd98ed7b2b337ed4f898fdc409784b) (cherry picked from commit e8f96966360ea8867ad6a8b5affda6c37fa4958c) (cherry picked from commit ef6fb807c1e1a665f444f644c60c77269f7c5209)
2015-12-04SPAMD/malware: Log service identity with errors. Bug 1740Jeremy Harris
2015-11-08TLS: Default tls_advertise_hosts to "*". Bug 1709Jeremy Harris
Make the option available in non-TLS builds, and clear in testsuite confs as needed to keep TLS and non-TLS testcase outputs the same. An error is logged at startup if tls_advertise_hosts is nonempty but tls_certificate is not set.
2015-11-06Transport: permit an empty string for the transport_filter option. Bug 1714Jeremy Harris
2015-02-22Relax rules on verb use in QUIT/not-QUIT ACLs. Bug 608Jeremy Harris
2015-01-12Support timeout option on malware=Jeremy Harris
2015-01-12Testsuite: case for malware= avastJeremy Harris
2015-01-12Disable identd (rfc1413) lookups by defaultJeremy Harris
2014-12-21Testsuite: cases for malware= interfaces to f-protd, aveserver, fsecure, ↵Jeremy Harris
soophie & clamav There are running against scripts not the rea thing so only useful for spotting gross breakage.
2014-10-25Rename facility to Event Actions, ifdeffed on EXPERIMENTAL_EVENTJeremy Harris
2014-08-20Expanded EXPERIMENTAL_TPDA featureJeremy Harris
Note this introduces incompatible changes; users who are compiling the feature in, and with configuration files using it, will need to change their configurations appropriately. See the experimental-spec.txt file.
2013-09-30Bug 1031: Experimental TPDAJeremy Harris
Remove whitespace
2012-05-13Make integer values 64bit (bug 1171).Jeremy Harris
2007-08-29Test update.Philip Hazel
2007-07-16This test file was accidentally not committed.Philip Hazel
2007-02-20$smtp_command and $smtp_command_argument were incomplete for MAILPhilip Hazel
commands with extra options such as SIZE.
2006-11-14Applied a modified version of Brad Jorsch's patch for "message" withPhilip Hazel
"accept".
2006-09-25Add log_reject_target as an ACL modifier.Philip Hazel
2006-07-13Add recognition of SMTP error codes in bespoke messages.Philip Hazel
2006-02-16Panic-die if .include specifies a non-absolute path.Philip Hazel
2006-02-16Code tidies to remove stuff that was needed only for the old test suite.Philip Hazel
Also, use -odi for bounces when in the test harness, unless queue_only is set.
2006-02-07More test commits.Philip Hazel