Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-03-22 | Attempt to flatten LDAP passwords in address' error messages (after | Philip Hazel | |
expansion failure) so they don't get published. | |||
2005-03-22 | 1. Added Tony F's ${dlfunc expansion, slightly modified (see NewStuff). | Philip Hazel | |
2. Recognize ${perl even if not compiled, and give suitable error message. | |||
2005-03-22 | Increase incoming SMTP command buffer size from 512 to 2048 (see RFC | Philip Hazel | |
1869). | |||
2005-03-15 | Another wish: make helo_data in a transport work in a callout. | Philip Hazel | |
2005-03-15 | 1. Diagnose an error if options are given for those "verify=" things that | Philip Hazel | |
don't have options. 2. Added a WishList item for "verify=reverse_host_lookup/defer_ok". | |||
2005-03-15 | Renamed SOCKLEN_T as EXIM_SOCKLEN_T to avoid a problem in AIX. | Philip Hazel | |
2005-03-15 | Fix obscure duplicate delivery bug caused by local transport batching | Philip Hazel | |
combined with certain patterns of homonymic redirection. | |||
2005-03-15 | Forbid both "unseen" and "one_time" on redirect routers. | Philip Hazel | |
2005-03-09 | Added TK/02 and TK/03 | Tom Kistner | |
2005-03-08 | added TK/01 | Tom Kistner | |
2005-03-08 | Added docs for DomainKeys | Tom Kistner | |
2005-03-08 | Installed a modified version of Nikos Mavrogiannopoulos' patch that | Philip Hazel | |
stores GnuTLS parameters in a format that can be generated externally. It is upwards, but not downwards, compatible (warning in README.UPDATING). | |||
2005-03-07 | Oops, forgot to update ChangeLog when installing Michael's Sieve patch. | Philip Hazel | |
2005-03-07 | Another wish. Thick and fast they came at last... | Philip Hazel | |
2005-03-03 | Two new wishes - they keep rolling in! | Philip Hazel | |
2005-03-03 | Fix typos. | Philip Hazel | |
2005-03-02 | Another wish. | Philip Hazel | |
2005-03-01 | (1) Update version number and (overlooked) copyright date. | Philip Hazel | |
(2) Sieve patch for testing vacation handling with -bf. | |||
2005-02-25 | One more wish... | Philip Hazel | |
2005-02-21 | A new wish. | Philip Hazel | |
2005-02-17 | Emptied NewStuff ready for 4.50 release. | Philip Hazel | |
2005-02-17 | Fix problems in the script that makes HTML documents: (1) The new "Use" | Philip Hazel | |
item for options wasn't being properly processed; (2) tidy section titles (no dot after chap.sect). | |||
2005-02-17 | (1) Last-minute sieve patch (updates to latest spec). | Philip Hazel | |
(2) Last-minute typo fix in spec. (3) Trailing space removal ready for the release. | |||
2005-02-17 | Some changes to Linux configs to help with other libc OS. | Philip Hazel | |
2005-02-17 | Patch for "vacation" bug in Sieve handling. | Philip Hazel | |
2005-02-16 | Update AIX configuration file as per Mike Meredith's message. | Philip Hazel | |
2005-02-16 | Fix problems with the spool file that arise when the local username | Philip Hazel | |
contains a space. Also, ensure that the Received: line item is appropriately quoted in this circumstance. | |||
2005-02-16 | Some tidies to the new edition. | Philip Hazel | |
2005-02-16 | Fix problem with smtp_max_per_host; test for completed processes before | Philip Hazel | |
looking at the count for a new connection. | |||
2005-02-15 | Another wish. | Philip Hazel | |
2005-02-15 | Another wish. | Philip Hazel | |
2005-02-15 | Error message wording change in sieve.c. | Philip Hazel | |
2005-02-15 | Typo in FAQ source. | Philip Hazel | |
2005-01-27 | log_message on a "discard" verb was not working for the DATA or non-SMTP | Philip Hazel | |
ACLs. | |||
2005-01-27 | Arrange for output from Perl's "warn" to go to the mainlog by default. | Philip Hazel | |
2005-01-27 | defer_ok was not working if used on a callout with verify=header_sender. | Philip Hazel | |
2005-01-27 | Tidies for HTML and Texinfo versions of the new spec. | Philip Hazel | |
2005-01-26 | Updated source of the manual. (And ChangeLog got left out of the last | Philip Hazel | |
commit.) | |||
2005-01-21 | The suggestion for multiple queues. | Philip Hazel | |
2005-01-14 | Changes to chapter 39 (exiscan) | Tom Kistner | |
2005-01-14 | Filled out some 4.44 change messages, added CAN numbers to 4.50 ones | Nigel Metheringham | |
2005-01-14 | Incorporated the 4.44 ChangeLog into the main ChangeLog so that a | Philip Hazel | |
historical record is preserved. It is separate from the 4.50 entries, many of which are duplicates, and there's an explanation about why. | |||
2005-01-14 | Don't send QUIT after a timeout in a callout connection. | Philip Hazel | |
2005-01-13 | Add the unwanted input to the log line for a synchronization error right | Philip Hazel | |
at the start of an SMTP session (so it's the same as other cases). | |||
2005-01-13 | The patch to support LDAP_SEARCH_RES_REFERENCE was unconditional; it | Philip Hazel | |
seems that some versions of LDAP don't have this (e.g. OpenLDAP v1, which is of course pretty old, but some people still use it). I've modified the patch to exclude the functionality when the macro isn't defined. | |||
2005-01-12 | Use "system" message for $acl_verify_message if there is no "user" | Philip Hazel | |
message. | |||
2005-01-12 | Fix compiler warnings in acl.c for bitmaps specified as ~something in | Philip Hazel | |
unsigned ints. | |||
2005-01-12 | host_aton() was not handling scoped IPv6 addresses correctly. | Philip Hazel | |
2005-01-11 | Corrected several mis-calls of is_ip_address() that treated the result | Philip Hazel | |
as a boolean instead of an int. | |||
2005-01-11 | Updated filter source; preliminary update of ACL chapter and addition of | Philip Hazel | |
new content scanning chapter in the main doc source; updated ACKNOWLEDGMENTS from Tom's list for the virus scanners. |