summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2005-03-08Added DomainKeys support. See doc/experimental-spec.txt for documentation.Tom Kistner
2005-03-08Installed a modified version of Nikos Mavrogiannopoulos' patch thatPhilip 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-01(1) Update version number and (overlooked) copyright date.Philip Hazel
(2) Sieve patch for testing vacation handling with -bf.
2005-02-17Update version number to 4.50.Philip Hazel
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-17Some changes to Linux configs to help with other libc OS.Philip Hazel
2005-02-17Patch for "vacation" bug in Sieve handling.Philip Hazel
2005-02-16Update AIX configuration file as per Mike Meredith's message.Philip Hazel
2005-02-16Fix problems with the spool file that arise when the local usernamePhilip Hazel
contains a space. Also, ensure that the Received: line item is appropriately quoted in this circumstance.
2005-02-16Added Gregor Herrmann's code to show the average sizes in the HTML top tables.Steve Campbell
2005-02-16Fix problem with smtp_max_per_host; test for completed processes beforePhilip Hazel
looking at the count for a new connection.
2005-02-15Fix broken comment.Philip Hazel
2005-02-15Error message wording change in sieve.c.Philip Hazel
2005-01-27log_message on a "discard" verb was not working for the DATA or non-SMTPPhilip Hazel
ACLs.
2005-01-27Forgot to mention in the last commit message: Ensure that stdin, stdout,Philip Hazel
and stderr are connected to /dev/null when the daemon is running in the background.
2005-01-27Arrange for output from Perl's "warn" to go to the mainlog by default.Philip Hazel
2005-01-27defer_ok was not working if used on a callout with verify=header_sender.Philip Hazel
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-17Removed example script which apparently is incomplete (the author tellsPhilip Hazel
me).
2005-01-14Version to 4.47 for the next snapshot.Philip Hazel
2005-01-14Don't send QUIT after a timeout in a callout connection.Philip Hazel
2005-01-13Fix what I broke when adding the 127.0.0.2 test-harness feature.Philip Hazel
2005-01-13Add the unwanted input to the log line for a synchronization error rightPhilip Hazel
at the start of an SMTP session (so it's the same as other cases).
2005-01-13The patch to support LDAP_SEARCH_RES_REFERENCE was unconditional; itPhilip 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) inPhilip 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-12Use "system" message for $acl_verify_message if there is no "user"Philip Hazel
message.
2005-01-12Fixed typo in comment ("is" for "it").Philip Hazel
2005-01-12Changed "legit" to "legitimate" in the fakereject message (blame TonyPhilip Hazel
for complaining :-)
2005-01-12Restrict control=no_mbox-unspool to those ACLs that receive messages.Philip Hazel
2005-01-12Fix compiler warnings in acl.c for bitmaps specified as ~something inPhilip Hazel
unsigned ints.
2005-01-12Corrected 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. ItPhilip 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-12host_aton() was not handling scoped IPv6 addresses correctly.Philip Hazel
2005-01-11Corrected several mis-calls of is_ip_address() that treated the resultPhilip Hazel
as a boolean instead of an int.
2005-01-11Updated filter source; preliminary update of ACL chapter and addition ofPhilip Hazel
new content scanning chapter in the main doc source; updated ACKNOWLEDGMENTS from Tom's list for the virus scanners.
2005-01-11Include note about exicyclog and keeping more than 99 back copies.Philip Hazel
2005-01-11Reset separator char after string_nextinlist() callsTom Kistner
2005-01-05Added patches for remote clamd operation and improved drwebd error handling. ↵Tom Kistner
Contributed by Alex Miller
2005-01-04Added the hosts_max_try_hardlimit option. (The removed file is left overPhilip Hazel
from a previous update; I screwed up the CVS-ing.)
2005-01-04Data saved for $host_data after a lookup involving a named host list wasPhilip Hazel
corrupted if there was more than one message in an SMTP session.
2005-01-04A call to exiwhat no longer cuts short ACL delays set by the "delay"Philip Hazel
modifier.
2005-01-04Need to initialize getloadavg() as root in the daemon whenPhilip Hazel
deliver_drop_privilege is set, for the benefit of the queue runner.
2005-01-04Updated configuration for GNU; added configuration for GNUkFreeBSD andPhilip Hazel
GNUkNetBSD.
2005-01-04(1) Typo in redirect router; (2) Update version number; (3) UpdatePhilip Hazel
copyright notices to 2005.
2005-01-02Missed out a couple of fakereject cases that were still #ifdef-ed withPhilip Hazel
CONTENT_SCAN.
2004-12-29The various Exiscan tests were locked out from the non-SMTP ACL, butPhilip 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 notPhilip 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-29Removed the WITH_CONTENT_SCAN conditionals from the fakereject feature ofPhilip Hazel
Exiscan, since it doesn't really depend on content scanning.
2004-12-29Fix buffer overflow vulnerability in spa_base64_to_bits() function.Philip Hazel
2004-12-29The 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.