aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2006-10-27 15:43:54 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2006-10-27 15:43:54 +0000
commitbf89b3fb21ade2965dbf5bfe409143fa1880ebdd (patch)
treef9b3b1410c7a7d028a9dbbd7d86d9227fab11315 /NEWS
parent785e3d02f6933bc8073b8339d9748546f09c4700 (diff)
downloadmailfromd-bf89b3fb21ade2965dbf5bfe409143fa1880ebdd.tar.gz
mailfromd-bf89b3fb21ade2965dbf5bfe409143fa1880ebdd.tar.bz2
Update
git-svn-id: file:///svnroot/mailfromd/trunk@680 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS28
1 files changed, 26 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 221f6cee..dd9c3b86 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,13 @@ Please send mailfromd bug reports to <bug-mailfromd@gnu.org.ua>
Version 2.0.1 (CVS)
+* New option --dump-macros shows all Sendmail macros used in the configuration
+file, by milter states. It is useful to create Sendmail
+`Milter.macros.*' (confMILTER_MACROS_*) statements.
+
+* New function `sa' checks the message for spam via SpamAssasin spamd
+interface.
+
* 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
@@ -35,8 +42,8 @@ from each line of the document body, including terminating WORD.
** Expansion of macros and variables
Variables and sendmail macros are expanded when used within a
-here-document body. The variable expansion and backslash
-interpretation is suppressed by quoting the WORD, e.g.:
+double-quoted string or a here-document body. The variable expansion
+and backslash interpretation is suppressed by quoting the WORD, e.g.:
<<\WORD
...
@@ -48,6 +55,23 @@ or
...
WORD
+** Numeric escape sequences
+
+Two new kinds of escape sequences are supported:
+
+ \0ooo, where o is any octal digit
+ \xhh, where h is any hex digit
+
+** Back-references.
+
+References to the parenthesized subexpressions of the previous regular
+expression are expanded both in the code and in double-quoted string
+literals. For example:
+
+ if domainpart $f matches '\(.*\).com'
+ set d \1
+ fi
+
* Bugfixes
** Fix berkeley 4.x support
** Fix expiration of the greylist and rate databases.

Return to:

Send suggestions and report system problems to the System administrator.