summaryrefslogtreecommitdiff
path: root/test/stderr
AgeCommit message (Collapse)Author
2006-11-07Fix small test buglet.Philip Hazel
2006-11-07Stop rewriting addresses as a consequence of CNAMEs, as Exim isn'tPhilip Hazel
supposed to do that (it must have crept in accidentally).
2006-11-06Include sender address in retry key for 4xx errors.Philip Hazel
2006-10-31$domain not always set when scanning a domain list.Philip Hazel
2006-10-31Added some extra debugging when updating a wait-xxx database.Philip Hazel
2006-10-30Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.Philip Hazel
2006-10-24Added -bem option.Philip Hazel
2006-10-16Add server_condition to all authenticators, to allow for additionalPhilip Hazel
conditions (and thereby implement authorization).
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-03Michael Deutschmann's patch for getting TXT from a specific list whenPhilip Hazel
a match is found on a merged list.
2006-10-02Added dovecot authenticator.Philip Hazel
2006-09-25Add log_reject_target as an ACL modifier.Philip Hazel
2006-09-19Tweak the ACL variable name code to require either a digit or anPhilip Hazel
underscore after acl_c or acl_m.
2006-09-19Apply Jakob Hirsch's patch for arbitrary ACL variable names, tidied upPhilip Hazel
just a little bit.
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-27Made -oMaa and -oMt work with -bh and -bs to pretend the connection isPhilip Hazel
authenticated or an ident call has been made. Suppress the default values for $authenticated_id and $authenticated_sender (but permit -oMai and -oMas) when testing with -bh.
2006-07-26Fixed a number of test suite problems as reported (and partly patched)Philip Hazel
by Martin Mrazik.
2006-07-17Alain Williams' patch for disabling LDAP referrals when requested.Philip Hazel
2006-07-14Add PQsetClientEncoding(conn, "SQL_ASCII") to the pgsql module.Philip Hazel
2006-07-14Rejig debug output in route_finduser() to show more data, including thePhilip Hazel
error from getpwnam() if it issues one.
2006-07-13Add recognition of SMTP error codes in bespoke messages.Philip Hazel
2006-07-04Missed one case of "retry time not reached" when adding additionalPhilip Hazel
debugging information.
2006-07-03More debugging information given for retry time not reached.Philip Hazel
2006-06-30Change ${quote_pgsql to quote ' as '' instead of \' because of aPhilip Hazel
security issue.
2006-06-28Test tidy up.Philip Hazel
2006-06-27Fix Bugzilla #101: macro definition between ACLs doesn't work.Philip Hazel
2006-06-27Implement filter_prepend_home option.Philip Hazel
2006-04-28Fix new tests so they run on sesame.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-04-19Add a test for "!acl=" which was missing (and would have picked up a bugPhilip Hazel
in 4.61).
2006-04-18The MySQL and Postgresql tests hadn't been run for a while and neededPhilip Hazel
updating.
2006-04-04Update test after debug message bug fix.Philip Hazel
2006-04-04Make dns_again_means_nonexist apply to gethostbyname lookups as well.Philip Hazel
2006-04-04Change misleading debugging wording "lookup deferred" -> "list matchPhilip Hazel
deferred" (because it isn't necessarily a lookup in the Exim sense).
2006-03-17Fix address sorting untidiness for the test suite.Philip Hazel
2006-03-16User, not system, error message for VRFY defer.Philip Hazel
2006-03-09Add new errors mail_4xx, data_4xx, lost_connection, tls_required.Philip Hazel
2006-03-08Tidies to SMTP dialogue debugging output.Philip Hazel
2006-03-02Implemented control=allow_auth_unadvertised.Philip Hazel
2006-03-01Avoid unnecessary scan of maildir mailbox when mailbox_size is set butPhilip Hazel
mailbox_filecount and quota_filecount are not.
2006-02-28Add References: support to autoreply.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-14Add log selector sender_verify_fail.Philip Hazel
2006-02-13Better debug diagnosis of malformed IPv4 addresses.Philip Hazel
2006-02-10Add $auth1, $auth2, $auth3 variables.Philip Hazel
2006-02-09If a message is older than the "first failed" time when computing aPhilip Hazel
retry, use the message arrival time instead of the "first failed" time.
2006-02-08Fix retry key bug for pipe, file, or autoreply deliveries.Philip Hazel