summaryrefslogtreecommitdiff
path: root/test/stdout
AgeCommit message (Collapse)Author
2007-06-18Add client_condition to authenticators.Philip Hazel
2007-06-14Added $dnslist_matched.Philip Hazel
2007-06-14Update tests for new prvs format; update version number.Philip Hazel
2007-05-08Use colon, not dot, as IPv6 separator in host-list lookups that use thePhilip Hazel
iplsearch lookup type.
2007-04-17Test suite portability updates.Philip Hazel
2007-04-16Do not advertise STARTTLS in response to HELP unless it would bePhilip Hazel
advertised in response to EHLO.
2007-04-16Fix bug in previous patch: following data is permitted after '.' so itPhilip Hazel
must not be diagnosed as an error. The check for vanished socket can only be applied when there is no data pending.
2007-04-13Check for lost connection or unexpected input at end of message.Philip Hazel
2007-03-21Add RCPT error text to unexpected DATA error.Philip Hazel
2007-03-14Change originator_xxx fields in the daemon when it gives up root so thatPhilip Hazel
the -H files are always consistent.
2007-03-14Fix manualroute bug for localhost following multihomed host.Philip Hazel
2007-03-13Add host_find_failed=ignore and host_all_ignored to manualroute.Philip Hazel
2007-03-01A :defer: message was being suppressed unless smtp_error_details wasPhilip Hazel
set, unlike :fail:. This is wrong, so has been fixed.
2007-02-26MH's patch for allowing control characters as list separators.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-02-14Added expansion items addresses, filter, map, reduce.Philip Hazel
2007-02-07Split long fakereject and fakedefer messages.Philip Hazel
2007-02-06Implemented hosts_avoid_pipelining in the smtp transport.Philip Hazel
2007-02-06Retry items for address errors that included the sender address (aPhilip Hazel
feature added to Exim 4.64) were not being deleted if an address was subsequently successfully delivered.
2007-02-06Add forany/forall (Marcus Holmgren's patch, basically).Philip Hazel
2007-01-31Heiko Schlitterman's patch for log_selector=+pid, plus appropriatePhilip Hazel
patches for eximstats and eximon (his patch dealt with exigrep).
2007-01-31Add ${rfc2047d: expansion.Philip Hazel
2007-01-30Magnus' patch for $sending_ip_address and $sending_port.Philip Hazel
2007-01-30Add control=no_pipelining.Philip Hazel
2007-01-22Additional tests - didn't show any problems.Philip Hazel
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-12-04Give an error for the use of * and *@ with a query-style lookup.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-07Correct message_linecount in -bem testing.Philip Hazel
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-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-16Add server_condition to all authenticators, to allow for additionalPhilip Hazel
conditions (and thereby implement authorization).
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-09Update tests after reformatting exim -bt messagePhilip Hazel
2006-10-09Renumbered test.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.