aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-01-24 17:37:07 +0200
committerSergey Poznyakoff <gray@gnu.org>2019-01-24 17:37:07 +0200
commit7f433992e5323c2806fedc2b470b39b22d01a9cc (patch)
tree75d1368f458658067fb164671d7d6111be0acba2
parentc70f5d055d37bba1b26beafec8bfee902dc1b758 (diff)
downloadmailfromd-7f433992e5323c2806fedc2b470b39b22d01a9cc.tar.gz
mailfromd-7f433992e5323c2806fedc2b470b39b22d01a9cc.tar.bz2
Minor fixes.
* doc/mtasim.texi: Fix description of the milter timeout letters. * mtasim/Makefile.am (mtasim_DEPENDENCIES): Depend on libmf and libgacopyz
-rw-r--r--doc/mtasim.texi8
-rw-r--r--mtasim/Makefile.am1
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
@@ -648,32 +648,32 @@ macros with the prefix @samp{SMFIP_}.
@item --milter-timeout=@var{values}
Set timeouts for various Milter operations. @var{Values} is a
comma-separated list of assignments @samp{@var{T}=@var{V}}, where
@var{T} is a @dfn{timeout code}, indicating which timeout to set, and
@var{V} is its new value. Valid timeout codes are:
@table @asis
@item C
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
@mtasimopt{milter-actions, summary}
@item --milter-actions=@var{bitmask}
Set Milter actions. See @file{gacopyz/gacopyz.h} for
the meaning of various bits in the @var{bitmask}. Look for the C
macros with the prefix @samp{SMFIF_}.
@mtasimopt{no-interactive, summary}
@item --no-interactive
Not-interactive mode (disable readline). @xref{Command Line Editing, ,
diff --git a/mtasim/Makefile.am b/mtasim/Makefile.am
index ec11225b..4019c019 100644
--- a/mtasim/Makefile.am
+++ b/mtasim/Makefile.am
@@ -17,12 +17,13 @@
bin_PROGRAMS = mtasim
mtasim_SOURCES = mtasim.c openat-die.c
mtasim_LDADD = $(LDADD) $(READLINE_LIBS)
AM_CPPFLAGS = \
$(MAILUTILS_INCLUDES)\
$(MU_COMMON_INCLUDES)\
-I$(top_srcdir)/lib\
$(MILTER_INCLUDES)
LDADD = ../lib/libmf.a $(MAILUTILS_LIBS) $(MILTER)
+mtasim_DEPENDENCIES = ../lib/libmf.a $(MILTER)

Return to:

Send suggestions and report system problems to the System administrator.