summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2004-12-20When checking for a message's continued existence, exim_tidydb was notPhilip Hazel
looking in the split spool subdirectories.
2004-12-20Reset locale after calling embedded Perl, in case it was changed.Philip Hazel
2004-12-171. Tidies to get rid of compiler warnings from the merged Exiscan files.Philip Hazel
2. Fixed a very old bug that sometimes lost the final 221 message after QUIT.
2004-12-07More wishes.Philip Hazel
2004-12-06Another wish.Philip Hazel
2004-12-01Another new wish.Philip Hazel
2004-11-25OpenSSL: make same change as recently for GnuTLS: show file name ifPhilip Hazel
certificate or key file setup fails, because the message from the library doesn't. Also, update all the OpenSSL TLS tests, which hadn't been tried for a while, for various recent changes such as protocol names.
2004-11-25Don't defer for lists of domains (in dnsdb and dnslists sublists) if anyPhilip Hazel
of the other items is actually found.
2004-11-25Allow both -bf and -bF in the same test run.Philip Hazel
2004-11-25Tidy up some Wish List entries.Philip Hazel
2004-11-25Expand error message when GnuTLS has problems setting up cert/key files.Philip Hazel
2004-11-24Fix typo in NewStuff.Philip Hazel
2004-11-24Another wish.Philip Hazel
2004-11-24Testing tweak to improve repeatability.Philip Hazel
2004-11-24Added the mxh lookup type for dnsdb lookups.Philip Hazel
2004-11-24Another wish.Philip Hazel
2004-11-24Added log_selector=+queue_time_overall.Philip Hazel
2004-11-22Allow a list of IP addresses or names to follow / in a dnslists ACLPhilip Hazel
condition.
2004-11-19Additions to dnsdb lookups: (a) list of domains (b) change outputPhilip Hazel
separator.
2004-11-19Implement the pseudo dns lookup type "zns" for ${dnsdb lookups.Philip Hazel
2004-11-18Canonicize IPv6 addresses that are supplied via -bh or -bhc.Philip Hazel
2004-11-18errors_to on a router was being ignored for bounce messages.Philip Hazel
2004-11-17Allow both strings to be omitted in "${if" expansions: the true valuePhilip Hazel
defaults to "true", which works nicely for "condition" conditions (the false value has always defaulted to "").
2004-11-17Respect the 75-character limit for "encoded words" when doing RFC 2047Philip Hazel
encoding, and increase the buffer size for ${rfc2047: expansion.
2004-11-17Added $spool_size, $log_size, $spool_inodes, $log_inodes.Philip Hazel
2004-11-12Exim went into a mad DNS lookup loop when doing a callout where thePhilip Hazel
host was specified on the transport, if the DNS lookup yielded more than one IP address.
2004-11-12fixed ordering of FAQ TOC pageNigel Metheringham
2004-11-12(a) Allow an empty sender to be matched against a lookup in an address list.Philip Hazel
Previously the only cases considered were a regular expression, or an empty pattern. (b) Fixed typo in the FAQ ("prefix" should have been "local_part_prefix").
2004-11-12initial FAQ 2 wiki scriptNigel Metheringham
2004-11-12fixed typoNigel Metheringham
2004-11-12Installed the latest exipick (20041110) from John Jetmore, with changesPhilip Hazel
as follows: * 20041102 added optimization when searching for specific message_id * 20041103 changed '=' op to be caseless by dafault, added --caseful option to change this back to old behavior. * 20041110 fixed recipients_del POD to note that it includes generated addrs * 20041110 added variables recipients_{del,undel}_count
2004-11-12Added HAVE_SYS_STATVFS_H to the os.h file for Linux, as it has had thisPhilip Hazel
support for a long time. Removed HAVE_SYS_VFS_H.
2004-11-12Recalculate maildirsize data if either of the totals comes out negative,Philip Hazel
as this indicates a broken file.
2004-11-11(a) Changed to using os_restarting_signal() for setting the SIGCHLDPhilip Hazel
handler in the daemon; this may fix Tony's obscure occasional crashes. (b) Reduced the size of the race window for noticing SIGCHLDs (note: it is not *essential* for Exim to see them).
2004-11-11(1) $host_address now contains the target address when processingPhilip Hazel
ignore_target_hosts; (2) extremely unlikely bug in ipliteral router fixed: if ignore_target_hosts called for a host name, it wouldn't have worked.
2004-11-10Set protocol to "smtps" after EHLO->STARTTLS->HELO (was "smtp").Philip Hazel
2004-11-10Michael Haardt's patch to do LDAP network timeouts better for OpenLDAP.Philip Hazel
2004-11-10Added -dd for daemon debugging.Philip Hazel
2004-11-09Another wish.Philip Hazel
2004-11-05Added $sender_verify_failure and $recipient_verify_failure toPhilip Hazel
distinguish in more detail what has failed (e.g. MAIL vs RCPT in a callout).
2004-11-05A "Completed" log line is now written for messages that are removed fromPhilip Hazel
the spool by the -Mrm option.
2004-11-05If FIXED_NEVER_USERS was defined but empty, Exim erroneously assumed itPhilip Hazel
contained uid 0.
2004-11-04Added a "connect=<time>" option to callouts, for a separate timeoutPhilip Hazel
for making the connection. As part of this, the debug output for a failed connection now shows the error, and, if it's a timeout, the timeout value.
2004-11-04Added forbid_exim_filter and forbid_sieve_filter to the redirect router.Philip Hazel
2004-11-02More wishes.Philip Hazel
2004-10-27Further wishing.Philip Hazel
2004-10-25Some new wishes...Philip Hazel
2004-10-21Forgot to update NewStuff for $sender_address_data addition.Philip Hazel
2004-10-19(1) $address_data in an ACL was clobbered by a sender verify thatPhilip Hazel
followed a recipient verify. (2) Added $sender_address_data to hold the address_data value from a sender verification.
2004-10-19Add missing search cache tidyup before delivering message received viaPhilip Hazel
the command line (could cause crashes if certain lookups were done during message reception).