summaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2007-01-22Additional tests - didn't show any problems.Philip Hazel
2007-01-18Add gnutls_require_{kx,mac,protocols}.Philip Hazel
2007-01-17Try to make test 0461 less unreliable.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-20Don't set $sender_host_name if forward lookup of name obtained fromPhilip Hazel
reverse lookup times out.
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-13Rename $interface_address and $interface_port as $received_ip_addressPhilip Hazel
and $received_port in an attempt to lessen confusion.
2006-11-13Add bitwise logical operators to ${eval:Philip Hazel
2006-11-07Tweak a time delay in the test suite.Philip Hazel
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-07Return remote errors for LMTP over pipe (so now it's the same as LMTPPhilip Hazel
over TCP/IP).
2006-11-07Correct message_linecount in -bem testing.Philip Hazel
2006-11-06Include sender address in retry key for 4xx errors.Philip Hazel
2006-11-06No paniclog for ECONNRESET when getsockname() fails.Philip Hazel
2006-10-31Incorrect test for a running SpamAssassin.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-31Added some extra debugging when updating a wait-xxx database.Philip Hazel
2006-10-31Minor tidy to test script, and update the README for some omittedPhilip Hazel
commands.
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-18Fix tls_required and lost_connection retry testss not working.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-16Remove RSA_EXPORT stuff from the test client.c program in the same wayPhilip Hazel
as it's just been removed from tls-gnutls.c.
2006-10-16Florian Weimer's patch to remove the unwanted and unused support forPhilip Hazel
RSA_EXPORT from the GnuTLS code.
2006-10-10Sort out group syntax problems, particularly with verify=header_sender.Philip Hazel
2006-10-09Faffing around with tests.Philip Hazel
2006-10-09Update tests after reformatting exim -bt messagePhilip 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-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-10-02Added dovecot authenticator.Philip Hazel
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-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-18Check for overflow in numeric expansion conditions; forbid negativePhilip Hazel
values for message_size_limit.