aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-29 07:49:45 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-29 07:49:45 +0000
commit79b7d76136dcabdf8fbd49c4043cc2c01f3c3d9d (patch)
tree3d0c6bfd916bc0aa4736f3b749441f97a9078886 /NEWS
parent869811398d961541773161ca07a3e9221d54a142 (diff)
downloadmailfromd-79b7d76136dcabdf8fbd49c4043cc2c01f3c3d9d.tar.gz
mailfromd-79b7d76136dcabdf8fbd49c4043cc2c01f3c3d9d.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@694 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 19 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index ece25b0a..0a9148ae 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
-Mailfromd NEWS -- history of user-visible changes. 2006-10-28
+Mailfromd NEWS -- history of user-visible changes. 2006-10-29
Copyright (C) 2005, 2006 Sergey Poznyakoff
See the end of file for copying conditions.
@@ -11,6 +11,18 @@ Version 2.0.2 (CVS)
file, by milter states. It is useful to create Sendmail
`Milter.macros.*' (confMILTER_MACROS_*) statements.
+* New pragmatic options `connect-retry' and `connect-timeout' set retry count
+and timeout values for initial connections. The corresponding values
+for I/O operations are set using `io-retry' and `io-timeout' options.
+The pragmatic options `retry' and `timeout' are retained for backward
+compatibility. They are synonymous to their `io-' counterparts. The
+default values are:
+
+#pragma option connect-retry 1
+#pragma option connect-timeout 30
+#pragma option io-retry 3
+#pragma option io-timeout 3
+
* New function `sa' checks the message for spam via SpamAssasin spamd
interface. It supplies additional data via the global variables
sa_score, sa_threshold, and sa_keywords.
@@ -19,12 +31,16 @@ sa_score, sa_threshold, and sa_keywords.
interface. Additional data (the virus name, if found) is stored in
the global variable clamav_virus_name.
-* New variables last_poll_host, last_poll_send, last_poll_recv contain
+* New function `ismx' returns true if the IP address or hostname given by its
+second argument is one of the MX records of the domain name given by
+the first argument.
+
+* New variables `last_poll_host', `last_poll_send', `last_poll_recv' contain
the host name of the lastly polled host, the command sent and the
first line of the reply received. The variables are set by polling
functions.
-* New variable cache_used is set to true if cache data were used instead of
+* New variable `cache_used' is set to true if cache data were used instead of
polling, and to false otherwise. The variable is set by stdpoll and
strictpoll built-in functions (and by `on poll' statement, accordingly).

Return to:

Send suggestions and report system problems to the System administrator.