aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2007-09-11 12:16:53 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2007-09-11 12:16:53 +0000
commit0434e04c026bc4014a59eb7b9af5611a0df5fc9e (patch)
treec0ef6e191c3b98c25c0412ddb979627988a54ec6 /NEWS
parenta5e06ce6cbbc41a806857055bb689bdce4d39b57 (diff)
downloadmailfromd-0434e04c026bc4014a59eb7b9af5611a0df5fc9e.tar.gz
mailfromd-0434e04c026bc4014a59eb7b9af5611a0df5fc9e.tar.bz2
* src/mu_dbm.c [WITH_GDBM] (mu_dbm_firstkey,mu_dbm_nextkey):
Return MU_ERR_NOENT instead of MU_ERR_FAILURE. * src/mailfromd.h (get_rate): New argument mincount * src/rate.c: Likewise * src/bi_other.m4 (rate): Optional argument mincnt * src/mtasim.c: Accept MAIL FROM: and RCPT TO: without extra space after `:'. * doc/mailfromd.texi, NEWS: Update git-svn-id: file:///svnroot/mailfromd/trunk@1509 7a8a7f39-df28-0410-adc6-e0d955640f24
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.