summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-12-19Check for a ridiculously long filename in exim_dbmbuild.Philip Hazel
2006-12-19Robert Bannocks' patch for an LDAP problem on Solaris LDAP.Philip Hazel
2006-12-19#include <time.h> in pcretest.c (a PCRE bug, fixed in later PCREPhilip Hazel
releases).
2006-12-19Update documentation and associated files for 4.64.Philip Hazel
2006-12-12Apply John Jetmore's patch to allow tls-on-connect and STARTTLS to bePhilip Hazel
tested/used via the -bh/-bhc/-bs options.
2006-12-11Buglet in error handling for expansion of helo_data in callouts.Philip Hazel
2006-12-08s/EXTRA_LIBS/EXTRALIBS/ in EDITMEJohn Jetmore
2006-12-06I added the concatenated LOCAL_SCAN_ABI_VERSION define as well. Hope that's OK.Magnus Holmgren
2006-12-06local_scan ABI version incremented to 1.1Magnus Holmgren
2006-12-05Documentation and comment tidies.Philip Hazel
2006-12-04Increase DH_BITS in tls-gnu.c from 768 to 1024.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-20Lock out "A-for-A" DNS lookups.Philip Hazel
2006-11-20Jori Hamalainen's exiqsumm patch.Philip Hazel
2006-11-20Fix space bug in previous patch for "message" used with "accept".Philip Hazel
2006-11-17exipick version 20061117.2 (bug fixes, feature additions, addresses ↵John Jetmore
4.64-PH/13, 4.64-PH/43, and 4.64-PH/27)
2006-11-16Eximstats updates.Steve Campbell
2006-11-16 2005-07-26 V1.44 Steve CampbellSteve Campbell
Use a glob alias rather than an array ref in the generated parser. This improves both readability and performance. 2005-09-30 V1.45 Marco Gaiarin / Steve Campbell Collect SpamAssassin and rejection statistics. Don't display local sender or destination tables unless there is data to show. Added average volumes into the top table text output. 2006-02-07 V1.46 Steve Campbell Collect data on the number of addresses (recipients) as well as the number of messages. 2006-05-05 V1.47 Steve Campbell Added 'Message too big' to the list of mail rejection reasons (thanks to Marco Gaiarin). 2006-06-05 V1.48 Steve Campbell Mainlog lines which have GMT offsets and are too short to have a flag are now skipped. 2006-11-10 V1.49 Alain Williams Added the -emptyok flag. 2006-11-16 V1.50 Steve Campbell Fixes for obtaining the IP address from reject messages.
2006-11-14Applied a modified version of Brad Jorsch's patch for "message" withPhilip Hazel
"accept".
2006-11-13Correct error in previous patch.Philip Hazel
2006-11-13Add timeout to connect() for Unix domain socket in ${readsocket.Philip Hazel
2006-11-13Rename $interface_address and $interface_port as $received_ip_addressPhilip Hazel
and $received_port in an attempt to lessen confusion.
2006-11-13Error if -q is given more than once.Philip Hazel
2006-11-13Add bitwise logical operators to ${eval:Philip Hazel
2006-11-07Remove dead PCRE file accidentally left around.Philip Hazel
2006-11-07Install PCRE 6.7 in in place of 6.2.Philip Hazel
2006-11-07Make -R and -S do something sensible when combined with -q<time>.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-07Add clearerr(stdin) in -bem code (needed for Darwin).Philip Hazel
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-31Close writing end of socket for ${readsocket before reading.Philip Hazel
2006-10-31Correct ChangeLog (forgot to remove entry when I changed my mind on aPhilip Hazel
fix.)
2006-10-31Test tidies (previously overlooked).Philip Hazel
2006-10-304.64 TK/01-03Tom Kistner
2006-10-30Bugzilla #401 + #402Tom Kistner
2006-10-30Fix too-often retry bug after 4xx with more hosts than hosts_max_retry.Philip Hazel
2006-10-30Previous fix for concatenated headers wasn't backwards compatible forPhilip Hazel
completely empty headers (they are left out).
2006-10-25Typo in default configuration: relay_domains should be relay_to_domains.Philip Hazel
2006-10-24Fix backwards compatibility bug in named ACL variables.Philip Hazel