Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-25 | (1) Added $host_lookup_deferred. | Philip Hazel | |
(2) Some old tests needed tweaking because of previous changes. (3) Comment added to EDITME re USE_READLINE. | |||
2005-01-21 | The suggestion for multiple queues. | Philip Hazel | |
2005-01-17 | Removed example script which apparently is incomplete (the author tells | Philip Hazel | |
me). | |||
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 | Version to 4.47 for the next snapshot. | Philip Hazel | |
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 | Fix what I broke when adding the 127.0.0.2 test-harness feature. | 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-13 | (1) Get rid of compiler warnings (a) in expand.c on 64-bit systems (b) in | Philip Hazel | |
malware.c where there was a %hu and an int variable in sscanf(). (2) Remove an email address from David Saez's email address in malware.c (best not to have emails in public code these days). (3) Added a credit to David S to ACKNOWLEDGMENTS. | |||
2005-01-12 | Use "system" message for $acl_verify_message if there is no "user" | Philip Hazel | |
message. | |||
2005-01-12 | Fixed typo in comment ("is" for "it"). | Philip Hazel | |
2005-01-12 | Changed "legit" to "legitimate" in the fakereject message (blame Tony | Philip Hazel | |
for complaining :-) | |||
2005-01-12 | Restrict control=no_mbox-unspool to those ACLs that receive messages. | Philip Hazel | |
2005-01-12 | Fix compiler warnings in acl.c for bitmaps specified as ~something in | Philip Hazel | |
unsigned ints. | |||
2005-01-12 | Corrected typo in updated OS/Makefile-GNU configuration file. | Philip Hazel | |
2005-01-12 | (1) The flags in acl.c for fakereject allowed it in too many places. It | Philip Hazel | |
is now allowed only when receiving a message. (2) There was a redundant setting of fake_reject=FALSE in spool_in.c. | |||
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. | |||
2005-01-11 | Include note about exicyclog and keeping more than 99 back copies. | Philip Hazel | |
2005-01-11 | Created new doc file containing specs for the experimental features, | Philip Hazel | |
taken from Tom's original document. | |||
2005-01-11 | Reset separator char after string_nextinlist() calls | Tom Kistner | |
2005-01-05 | Added patches for remote clamd operation and improved drwebd error handling. ↵ | Tom Kistner | |
Contributed by Alex Miller | |||
2005-01-04 | Added the hosts_max_try_hardlimit option. (The removed file is left over | Philip Hazel | |
from a previous update; I screwed up the CVS-ing.) | |||
2005-01-04 | Data saved for $host_data after a lookup involving a named host list was | Philip Hazel | |
corrupted if there was more than one message in an SMTP session. | |||
2005-01-04 | A call to exiwhat no longer cuts short ACL delays set by the "delay" | Philip Hazel | |
modifier. | |||
2005-01-04 | Need to initialize getloadavg() as root in the daemon when | Philip Hazel | |
deliver_drop_privilege is set, for the benefit of the queue runner. | |||
2005-01-04 | Updated configuration for GNU; added configuration for GNUkFreeBSD and | Philip Hazel | |
GNUkNetBSD. | |||
2005-01-04 | (1) Typo in redirect router; (2) Update version number; (3) Update | Philip Hazel | |
copyright notices to 2005. | |||
2005-01-02 | Missed out a couple of fakereject cases that were still #ifdef-ed with | Philip Hazel | |
CONTENT_SCAN. | |||
2004-12-29 | The various Exiscan tests were locked out from the non-SMTP ACL, but | Philip Hazel | |
there is no reason why they should not be available (and they apparently were available in the original patch). | |||
2004-12-29 | (1) Setting WITH_OLD_DEMIME without WITH_CONTENT_SCAN caused eximon not | Philip Hazel | |
to compile; WITH_CONTENT_SCAN was forced in exim.h in this case, but was not forced for eximon. I have updated buildconfig so that it gets set in config.h and thus applies everywhere. (2) Fixed some compiler warnings in the demime.c module. (3) Moved the inclusion of config.h above the inclusion of mytypes.h and macros.h for eximon, to be the same as for exim itself. | |||
2004-12-29 | Removed the WITH_CONTENT_SCAN conditionals from the fakereject feature of | Philip Hazel | |
Exiscan, since it doesn't really depend on content scanning. | |||
2004-12-29 | Fix buffer overflow vulnerability in spa_base64_to_bits() function. | Philip Hazel | |
2004-12-29 | The host_aton() buffer overflow: (1) Put a check in host_aton() itself; | Philip Hazel | |
(2) noted that the exploit via dnsdb/ptr lookup was already fortuitously fixed by a previous change. | |||
2004-12-22 | (1) Tidies to the Wishlist; (2) Extra testing for duplicates and | Philip Hazel | |
Envelope-to. | |||
2004-12-22 | Added $smtp_active_hostname as a variable, and used it in smtp_banner | Philip Hazel | |
default value instead of $primary_hostname. | |||
2004-12-21 | If more than 99 log files are being kept, exicyclog now uses 001, 002, | Philip Hazel | |
... instead of 01, 02, ... | |||
2004-12-21 | (1) Doubled size of debug_buffer. (2) Output from SpamAssassin test | Philip Hazel | |
changed because 96 hours have passed. Shows up the difficulty of testing such things... | |||
2004-12-21 | Improve error message when ldap_search fails in OpenLDAP or Solaris | Philip Hazel | |
LDAP. | |||
2004-12-21 | Check dnsdb PTR key for IP address before playing the reversing game. | Philip Hazel | |
2004-12-21 | Alex Miller's patch for LDAP_RES_SEARCH_REFERENCE. | Philip Hazel | |
2004-12-21 | Credit Wouter Verhelst with V1.35 | Steve Campbell | |
2004-12-21 | Fix exigrep for "Completed" lines that have additional data (as a result | Philip Hazel | |
of +queue_time_overall). | |||
2004-12-21 | Exim crashed for a huge SMTP error response; increasing big_buffer_size | Philip Hazel | |
for Exiscan made this go away, but I've now also made the code more robust. |