aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2009-05-06 00:19:33 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2009-05-06 00:44:49 +0300
commitd2d21d1e6a06239fa97e50435abcea66b60678ae (patch)
treefc99ddaed8b77da3877a36b1b87e35cbf9455e51 /NEWS
parent2e9e8087eef5452299cfc839b7b4cc23bb2feb6c (diff)
downloadmailfromd-d2d21d1e6a06239fa97e50435abcea66b60678ae.tar.gz
mailfromd-d2d21d1e6a06239fa97e50435abcea66b60678ae.tar.bz2
Minor changes.
* NEWS: Update. * doc/mailfromd.texi: Reorder material. * doc/upgrade.texi: New file. * doc/fdl.texi, doc/gacopyz.texi, doc/strftime.texi: Move sectioning commands to the main source. * etc/mailfromd.rc: Reflect recent changes. * mfd/lex.l: Change semantics of __statedir__ and __preproc__. Introduce __defstatedir__ and __defpreproc__.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS17
1 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index ba959685..9c838261 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,4 @@
1Mailfromd NEWS -- history of user-visible changes. 2009-05-04 1Mailfromd NEWS -- history of user-visible changes. 2009-05-06
2Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff 2Copyright (C) 2005, 2006, 2007, 2008, 2009 Sergey Poznyakoff
3See the end of file for copying conditions. 3See the end of file for copying conditions.
4 4
@@ -145,6 +145,21 @@ In addition to the usual expiration algorithm, the rate records are
145also expired if no mails were received during a time span greater than 145also expired if no mails were received during a time span greater than
146the value of the 2nd argument to the rate (or rateok) function. 146the value of the 2nd argument to the rate (or rateok) function.
147 147
148* The __statedir__ built-in constant.
149
150The __statedir__ built-in constant is now expanded to the current
151value of the program state directory. In prior releases it used to
152expand to the default program state directory. A new built-in
153constant __defstatedir__ is introduced, which expands to the value of
154the default program state directory.
155
156* The __preproc__ built-in constant.
157
158Similarly, the __preproc__ built-in constant, which used to signify
159the default preprocessor command line, now expands to its current
160value. The new constant __defpreproc__ expands to the default
161preprocessor command line.
162
148* Bugfixes 163* Bugfixes
149** Second argument to envfrom and envrcpt 164** Second argument to envfrom and envrcpt
150** write without third argument 165** write without third argument

Return to:

Send suggestions and report system problems to the System administrator.