summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2006-06-28Add acl_not_smtp_start ACL (mostly Johannes Berg's patch).Philip Hazel
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-06-27Update error message for unknown ACL verb.Philip Hazel
2006-04-28Fix new tests so they run on sesame.Philip Hazel
2006-04-27Add maildirfolder_create_regex to appendfile.Philip Hazel
2006-04-25Fix problem with maildir delivery into a folder that is excluded fromPhilip Hazel
quota calculations.
2006-04-20Special test.Philip Hazel
2006-04-20Skip CVS directory when scanning numbered script directories in testPhilip Hazel
suite runtest script.
2006-04-20Make batch delivery work for files and pipes set up by redirection.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-18Extend ${readsocket to TCP sockets (modified John Jetmore's patch).Philip Hazel
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-20Fix bounces for non-SMTP reception errors to recognizePhilip Hazel
bounce_return_xxx.
2006-03-17Fix address sorting untidiness for the test suite.Philip Hazel
2006-03-16Test suite tidies.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-08Additional Sieve test (missed files from previous commit).Philip Hazel
2006-03-08Extra Sieve test.Philip Hazel
2006-03-06Add the add_header modifier for use with all ACL verbs.Philip Hazel
2006-03-02Implemented control=allow_auth_unadvertised.Philip Hazel
2006-03-01Bugs in temporary error message handling for smtp in lmtp mode.Philip Hazel
2006-03-01Add ${time_eval: expansion.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-03-01Patch from Sieve maintainer.Philip Hazel
2006-02-28Add authenticated_sender_force to the smtp transport.Philip Hazel
2006-02-28Add References: support to autoreply.Philip Hazel
2006-02-23Make server prompts available in $auth<n> when plaintext is running as aPhilip Hazel
client.
2006-02-22Limit retry_interval_max to 24h to avoid overflow problems.Philip Hazel
2006-02-20One final test added to the test suite.Philip Hazel
2006-02-16Panic-die if .include specifies a non-absolute path.Philip Hazel
2006-02-16Update the test suite's runtest script to allow for ClamAV support viaPhilip Hazel
TCP sockets.
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-14Allow slashes in the dns_check_names_pattern default value.Philip Hazel
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-13Fix "(during SMTP connection from NULL)" bug.Philip Hazel
2006-02-13Add control=freeze/no_tell feature.Philip Hazel
2006-02-13Better debug diagnosis of malformed IPv4 addresses.Philip Hazel
2006-02-10Give error if overflow in quota setting in appendfile on a 32-bitPhilip Hazel
system; make Exim output off_t size for -bV so tests can be appropriate.
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-08Don't add From: or Reply-To: to quota warning messages if they arePhilip Hazel
provided by quota_warn_message.