aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 14 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 103d7779..fba2e9ff 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Mailfromd NEWS -- history of user-visible changes. 2007-08-09
+Mailfromd NEWS -- history of user-visible changes. 2007-09-11
Copyright (C) 2005, 2006, 2007 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -10,7 +10,7 @@ Version 4.1.1 (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
+the new license. The similar functionality will probably be introduced
again when I write it.
* RFC 2821 compatibility
@@ -18,9 +18,20 @@ again when I write it.
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
+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
+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
+
Version 4.1, 2007-06-11

Return to:

Send suggestions and report system problems to the System administrator.