aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS27
1 files changed, 27 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 1c3f54ea..4a4e5d7e 100644
--- a/NEWS
+++ b/NEWS
@@ -18,6 +18,33 @@
------------------------------------------------------------------------------
fetchmail-4.4.0 ()
* Corrected OTP support from Craig Metz.
+* Fixed a minor bug in the IMSP re-polling logic.
+* Thomas Pitre's extensive changes to multidrop:
+
+ - Seek for the true sender of a mail which is not necessarily in the
+ From: header. (see comments in the code for more explicit details).
+ This one is particularly important with list distributions...
+
+ - Respect the Resent-To/-Cc/-Bcc precedence over the To/Cc/Bcc headers
+ for recipient delivery. So avoid resending a message to a person who
+ just resent a mail to some other addresses.
+
+ - Fix a bug in find_server_names() wich caused recipient addresses to
+ figure twice in the recipient address list.
+
+ - Modified parse_received() to let full adress from the Received header to
+ pass through so local domains can be used (now has same policy as in
+ the find_server_names() function).
+
+ - Fixed memory leaks from readheaders().
+
+ - Made some strcmp() be strcasecmp() as it should be because it didn't
+ work correctly in some cases.
+
+ - Modified reply_hack() to meet the needs of above modifications.
+
+ Thomas says these changes have been tested for two weeks in a production
+ multidrop environment.
fetchmail-4.3.6 (Fri Jan 23 00:25:57 EST 1998)
* Improved RPM packaging with correct grouping and an icon.