summaryrefslogtreecommitdiff
path: root/test/scripts/0000-Basic
AgeCommit message (Collapse)Author
2007-01-17Fix negated dnslists item bug; add == and =& features, courtesy BradPhilip Hazel
Jorsch.
2007-01-15Added log selector +smtp_no_mail to log when no MAIL is issued (forPhilip Hazel
Tony).
2007-01-08Cast empty string to zero for numerical comparions and treat all numbersPhilip Hazel
as decimal.
2006-12-19Update tests for portability.Philip Hazel
2006-11-20Fix space bug in previous patch for "message" used with "accept".Philip Hazel
2006-11-14Applied a modified version of Brad Jorsch's patch for "message" withPhilip Hazel
"accept".
2006-11-13Add bitwise logical operators to ${eval: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-31Add warning about missing colon to invalid expansion when it involvedPhilip Hazel
${if def:h_xxx (overlooked previously).
2006-10-31Test tidies (previously overlooked).Philip Hazel
2006-10-30Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.Philip Hazel
2006-10-24Remove trailing whitespace from each header before concatenation inPhilip Hazel
string expansions.
2006-10-24Added -bem option.Philip Hazel
2006-10-23John Jetmore's -Mset patch.Philip Hazel
2006-10-23Fix crash for verify=helo when no IP address (-bs).Philip Hazel
2006-10-10Sort out group syntax problems, particularly with verify=header_sender.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-03Fix misleading verification output when -v is used with -bv and aliasingPhilip Hazel
leads to a mixture of successful and unsuccessful verification.
2006-10-03Added $message_headers_raw to give all the headers without RFC 2047Philip Hazel
decoding.
2006-09-25Change callout EHLO/HELO from smtp_active_hostname to the helo_dataPhilip Hazel
setting from the transport, when there is one.
2006-09-25Add log_reject_target as an ACL modifier.Philip Hazel
2006-09-19Apply Jakob Hirsch's patch for arbitrary ACL variable names, tidied upPhilip Hazel
just a little bit.
2006-09-18Check for overflow in numeric expansion conditions; forbid negativePhilip Hazel
values for message_size_limit.
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-28Add { !eq{$h_list-id:$h_list-post:$h_list-subscribe:}{} } as anotherPhilip Hazel
"don't send" delay warning condition by default.
2006-07-27Allow (?-i) to work as expected in a (n)wildlsearch key.Philip Hazel
2006-07-27Exim was not testing for a space following SMTP commands such as EHLOPhilip Hazel
that require one. Thus, EHLORHUBARB was interpreted as a valid command. This bug exists in every version of Exim that I still have, right back to 0.12.
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-14Add test for negated item as a retry rule pattern.Philip Hazel
2006-07-13Add a check for Auto-Submitted to the default forPhilip Hazel
delay_warning_condition.
2006-07-13Add recognition of SMTP error codes in bespoke messages.Philip Hazel
2006-07-07Diagnose an error for "seen", "unseen", or "noerror" if not followed byPhilip Hazel
a command.
2006-06-28Add acl_not_smtp_start ACL (mostly Johannes Berg's patch).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-20Make batch delivery work for files and pipes set up by redirection.Philip Hazel
2006-04-19Add a test for "!acl=" which was missing (and would have picked up a bugPhilip Hazel
in 4.61).
2006-04-18Extend ${readsocket to TCP sockets (modified John Jetmore's patch).Philip Hazel
2006-04-04Make dns_again_means_nonexist apply to gethostbyname lookups as well.Philip Hazel
2006-03-20Fix bounces for non-SMTP reception errors to recognizePhilip Hazel
bounce_return_xxx.
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-08Additional Sieve test (missed files from previous commit).Philip Hazel
2006-03-06Add the add_header modifier for use with all ACL verbs.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-01Patch from Sieve maintainer.Philip Hazel