From 7f433992e5323c2806fedc2b470b39b22d01a9cc Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 24 Jan 2019 17:37:07 +0200 Subject: Minor fixes. * doc/mtasim.texi: Fix description of the milter timeout letters. * mtasim/Makefile.am (mtasim_DEPENDENCIES): Depend on libmf and libgacopyz --- doc/mtasim.texi | 8 ++++---- mtasim/Makefile.am | 1 + 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/mtasim.texi b/doc/mtasim.texi index 937bbfeb..d136ad80 100644 --- a/doc/mtasim.texi +++ b/doc/mtasim.texi @@ -657,14 +657,14 @@ Timeout for connecting to a filter. @item W @itemx S -Timeout for reading reply from the filter. +Timeout for sending information from the simulator to a filter. @item R -Timeout for sending information from the simulator to a filter. +Timeout for reading reply from the filter. @item E -Overall timeout between sending end-of-message to filter and waiting -for the final acknowledgment. Indirectly, it configures the upper +Overall timeout between sending end-of-message to filter and receiving +final acknowledgment. Indirectly, it configures the upper limit on the execution time of the @code{eom} handler (@pxref{eom handler}). @end table diff --git a/mtasim/Makefile.am b/mtasim/Makefile.am index ec11225b..4019c019 100644 --- a/mtasim/Makefile.am +++ b/mtasim/Makefile.am @@ -26,3 +26,4 @@ AM_CPPFLAGS = \ $(MILTER_INCLUDES) LDADD = ../lib/libmf.a $(MAILUTILS_LIBS) $(MILTER) +mtasim_DEPENDENCIES = ../lib/libmf.a $(MILTER) -- cgit v1.2.1