summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-03-09Added TK/02 and TK/03Tom Kistner
2005-03-09Fix condition and control permission tables for the MIME ACLTom Kistner
2005-03-09Fix "regex" condition not being available in MIME ACLTom Kistner
2005-03-09DK: fix missing NULL pointer check for DK expansionsTom Kistner
2005-03-08Running the full tests showed up 3 that contained a copyright date. JustPhilip Hazel
updated them for now.
2005-03-08added TK/01Tom Kistner
2005-03-08Added docs for DomainKeysTom Kistner
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-07Oops, forgot to update ChangeLog when installing Michael's Sieve patch.Philip Hazel
2005-03-07Another wish. Thick and fast they came at last...Philip Hazel
2005-03-03Two new wishes - they keep rolling in!Philip Hazel
2005-03-03Fix typos.Philip Hazel
2005-03-02Another 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-25One more wish...Philip Hazel
2005-02-21A new wish.Philip Hazel
2005-02-17Update version number to 4.50.Philip Hazel
2005-02-17Emptied NewStuff ready for 4.50 release.Philip Hazel
2005-02-17Fix 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-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-16Some tidies to the new edition.Philip Hazel
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-15Another wish.Philip Hazel
2005-02-15Another wish.Philip Hazel
2005-02-15Fix broken comment.Philip Hazel
2005-02-15Error message wording change in sieve.c.Philip Hazel
2005-02-15Typo in FAQ source.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-27Tidies for HTML and Texinfo versions of the new spec.Philip Hazel
2005-01-26Updated source of the manual. (And ChangeLog got left out of the lastPhilip 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-21The suggestion for multiple queues.Philip Hazel
2005-01-17Removed example script which apparently is incomplete (the author tellsPhilip Hazel
me).
2005-01-14Changes to chapter 39 (exiscan)Tom Kistner
2005-01-14Filled out some 4.44 change messages, added CAN numbers to 4.50 onesNigel Metheringham
2005-01-14Version to 4.47 for the next snapshot.Philip Hazel
2005-01-14Incorporated the 4.44 ChangeLog into the main ChangeLog so that aPhilip 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-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.