aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2008-09-18 10:35:49 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2008-09-18 10:35:49 +0000
commit3801db01b7d8a72a9bb2bb3dd0378cd24f61aba3 (patch)
treeca00e6ea95360d9752f60feb6a33c28f027de409 /NEWS
parent9be7529768994fbc8c08a3eaab78a1cd5c32ecbf (diff)
downloadmailfromd-3801db01b7d8a72a9bb2bb3dd0378cd24f61aba3.tar.gz
mailfromd-3801db01b7d8a72a9bb2bb3dd0378cd24f61aba3.tar.bz2
Implement new last_poll_ variables.
* doc/mailfromd.texi: Document new variables. * mfd/engine.c (check_on_host, method_strict, method_standard): Implement last_poll_helo and last_poll_greeting variables, proposed by Jan Rafaj. git-svn-id: file:///svnroot/mailfromd/trunk@1674 7a8a7f39-df28-0410-adc6-e0d955640f24
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS12
1 files changed, 11 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 0422b3b1..222f7ae4 100644
--- a/NEWS
+++ b/NEWS
@@ -205,7 +205,17 @@ This function differs from the `replace' action in two regards:
** quarantine(string reason)
Quarantines the message using the given reason.
-
+
+* New global variables.
+
+** last_poll_greeting
+
+Keeps the initial SMTP reply from the last poll.
+
+** last_poll_helo
+
+Keeps the reply to HELO (EHLO) command from the last poll.
+
* Removed depecated features:
1. Command line options --ehlo, --postmaster-email, and --mailfrom

Return to:

Send suggestions and report system problems to the System administrator.