summaryrefslogtreecommitdiff
path: root/test/rejectlog
AgeCommit message (Collapse)Author
2015-01-12Testsuite: case for malware= avastJeremy Harris
2015-01-12Log certificate verification status by defaultJeremy Harris
2015-01-12Make the multi_domain smtp transport option expandedJeremy Harris
2014-12-27Testsuite: case for malware= cmdlineJeremy 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-08-29Fix crash in mime acl when a parameter is zero-lengthJeremy 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-06-08Testcase for udpsendJeremy Harris
2014-03-09Log port and TLS details for a failed deliveryJeremy Harris
2014-03-06Code for verify=header_names_asciiMichael Fischer v. Mollard
Documentation and test included. Fixed Conflicts: doc/doc-txt/ChangeLog
2013-01-26PRDR support, if compiled with EXPERIMENTAL_PRDRJeremy Harris
2013-01-06Restrict lifetime of $router_name and $transport_name. Bug 308.Jeremy Harris
The router name is explicitly nulled after the router exits; the transport name is set only in the subprocess it runs in.
2012-12-25Add $router_name and $transport_name variables. Bug 308.Jeremy Harris
2012-12-07More test updates following the retry fix.Tony Finch
Most of these are due to the changes in the logging of ultimate timeout checks. Test 0548 is more meaningfully affected. The test originally failed to spot that the recipient-specific deferrals pushed past the ultimate retry timeout.
2012-11-07Fix server_set_id for SPA/NTLM auth.Phil Pennock
Broken in 4.80 release, commit 08488c86. We need to leave $auth1 available after the authenticator returns, so that server_set_id can be evaluated by the caller. We need to do this whether we succeed or fail, because server_set_id only makes it into $authenticated_id if we return OK, but is logged regardless. Updated test config to set server_set_id; updated logs.
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-06-04Deal explicitly with attempt to callout via null transport; fixes crash.Jeremy Harris
2012-06-04Test for proper parsing of optional MAIL FROM args.Todd Lyons
2012-05-19Cipher munging continues.Phil Pennock
I omitted log/2025 pending further investigation.
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-17CRL addition returns count of CRLs addedPhil Pennock
A couple more cert1/2 strings updated, plus some disambiguating rhubarb.
2012-05-01Update testsuite output files for GnuTLS version update and fixes.Jeremy Harris
2012-05-01Code refactoring in acl.c (bug 1184)Jeremy Harris
Move to a table-driven approach for the parsing of "verify =".
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-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
2009-11-23Correct header sorting for testsuite. Required manual patching, so maybe ↵Nigel Metheringham
errors. Fixes: #919
2007-08-22Add the NOTQUIT ACL.Philip Hazel
2007-04-17Test suite portability updates.Philip Hazel
2007-03-21Add RCPT error text to unexpected DATA error.Philip Hazel
2007-02-20Add extra sync checks after ACLs that might delay.Philip Hazel
2007-02-20$smtp_command and $smtp_command_argument were incomplete for MAILPhilip Hazel
commands with extra options such as SIZE.
2007-01-22Additional tests - didn't show any problems.Philip Hazel
2007-01-15Added log selector +smtp_no_mail to log when no MAIL is issued (forPhilip Hazel
Tony).
2006-10-16Update Dovecot authenticator to (a) lock out tabs (b) add extraPhilip Hazel
parameters "secured" and "valid-client-cert" when relevant.
2006-10-10Sort out group syntax problems, particularly with verify=header_sender.Philip Hazel
2006-10-09Renumbered test.Philip Hazel
2006-10-09Dovecot test needs renumbering (shouldn't be run automatically).Philip Hazel
2006-10-02Added dovecot authenticator.Philip Hazel
2006-09-25Add log_reject_target as an ACL modifier.Philip Hazel
2006-09-05(1) Update version number to 4.64. (2) Ignore callout cached informationPhilip Hazel
that MAIL FROM:<> is rejected when verifying a recipient using a non-null MAIL address.
2006-07-13Add recognition of SMTP error codes in bespoke messages.Philip Hazel
2006-06-27Update error message for unknown ACL verb.Philip Hazel
2006-04-20Modify (i.e. fix :-) change 4.61/PH/19: Using message arrival time forPhilip Hazel
"first failed" should *not* apply to host errors.
2006-03-20Fix bounces for non-SMTP reception errors to recognizePhilip Hazel
bounce_return_xxx.
2006-03-06Add the add_header modifier for use with all ACL verbs.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-14Omit spaces between name and colon in header syntax verify errorPhilip Hazel
message.
2006-02-14Add log selector sender_verify_fail.Philip Hazel
2006-02-07More test commits.Philip Hazel