aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-10-23 13:02:08 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-10-23 13:02:08 +0000
commit9e569139583178c7e1c35147cef3fd17493a11da (patch)
tree36defb2a0547176e1ad91b8fc653f5dc687c9da9 /NEWS
parent80c8065d88f8c0621d6b690976dc675092db6509 (diff)
downloadmailfromd-9e569139583178c7e1c35147cef3fd17493a11da.tar.gz
mailfromd-9e569139583178c7e1c35147cef3fd17493a11da.tar.bz2
Reimplement syslog-async. Thanks Simon Kelley for relicensing it under GPLv3.
git-svn-id: file:///svnroot/mailfromd/trunk@1520 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS24
1 files changed, 18 insertions, 6 deletions
diff --git a/NEWS b/NEWS
index fba2e9ff..578b9670 100644
--- a/NEWS
+++ b/NEWS
@@ -1,40 +1,52 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-09-11
+Mailfromd NEWS -- history of user-visible changes. 2007-10-23
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
-Version 4.1.1 (SVN)
+Version 4.2 (SVN)
* Licensed under the GPLv3
-* Syslog-async code has been withdrawn, due to its incompatibility with
-the new license. The similar functionality will probably be introduced
-again when I write it.
+* New command line options --syslog-async and --no-syslog-async
+
+These options allow to select the implementation of syslog to use
+at run time.
* RFC 2821 compatibility
The sender verification engine used to send whitespace character
between `MAIL FROM:' and `RCPT TO:' commands and their argument.
This violated RFC 2821, which requires the argument to follow the
command without any intermediate whitespace. It is fixed in this
release.
* Sample threshold for `rate' function.
The `rate' function takes an optional third argument allowing to
-specify the minimum number of received mails needed to obtain
+specify the minimum number of received mails needed to obtain the
sending rate value. The default is 2, which is probably too
conservative. The following example raises it to 10:
if rate($f "-" ${client_addr}, interval("1 hour"), 10) > %maxrate
...
fi
+* mtasim is improved
+
+In particular, it accepts MAIL FROM: and RCPT TO: without extra space
+after the colon, as required by RFC. The milter interface is also
+improved.
+
+* The `resolve' function ignores TXT records.
+
+In other words, resolve and primitive_resolve are guaranteed to return
+either an A or a PTR record.
+
Version 4.1, 2007-06-11
* National Language Support.
The program includes National Language Support. Polish and Ukrainian

Return to:

Send suggestions and report system problems to the System administrator.