aboutsummaryrefslogtreecommitdiff
path: root/doc/mailfromd.texi
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 /doc/mailfromd.texi
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 'doc/mailfromd.texi')
-rw-r--r--doc/mailfromd.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/mailfromd.texi b/doc/mailfromd.texi
index 03d694f8..6532d747 100644
--- a/doc/mailfromd.texi
+++ b/doc/mailfromd.texi
@@ -4854,6 +4854,16 @@ qualified domain name of the host where @command{mailfromd} is run.
@xref{Polling}.
@end deftypevr
+@deftypevar {Predefined Variable} string last_poll_greeting
+Polling functions (@pxref{Polling functions}) set this variable before
+returning. It contains the initial SMTP reply from the last polled
+host.
+
+@deftypevar {Predefined Variable} string last_poll_helo
+Polling functions (@pxref{Polling functions}) set this variable before
+returning. It contains the reply to the @code{HELO} (@code{EHLO})
+command, received from the last polled host.
+
@deftypevar {Predefined Variable} string last_poll_host
Polling functions (@pxref{Polling functions}) set this variable before
returning. It contains the host name or @acronym{IP} address of the last polled host.

Return to:

Send suggestions and report system problems to the System administrator.