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
@@ -654,20 +654,20 @@ comma-separated list of assignments @samp{@var{T}=@var{V}}, where
654@table @asis 654@table @asis
655@item C 655@item C
656Timeout for connecting to a filter. 656Timeout for connecting to a filter.
657 657
658@item W 658@item W
659@itemx S 659@itemx S
660Timeout for reading reply from the filter. 660Timeout for sending information from the simulator to a filter.
661 661
662@item R 662@item R
663Timeout for sending information from the simulator to a filter. 663Timeout for reading reply from the filter.
664 664
665@item E 665@item E
666Overall timeout between sending end-of-message to filter and waiting 666Overall timeout between sending end-of-message to filter and receiving
667for the final acknowledgment. Indirectly, it configures the upper 667final acknowledgment. Indirectly, it configures the upper
668limit on the execution time of the @code{eom} handler (@pxref{eom handler}). 668limit on the execution time of the @code{eom} handler (@pxref{eom handler}).
669@end table 669@end table
670 670
671@mtasimopt{milter-actions, summary} 671@mtasimopt{milter-actions, summary}
672@item --milter-actions=@var{bitmask} 672@item --milter-actions=@var{bitmask}
673Set Milter actions. See @file{gacopyz/gacopyz.h} for 673Set Milter actions. See @file{gacopyz/gacopyz.h} for
diff --git a/mtasim/Makefile.am b/mtasim/Makefile.am
index ec11225b..4019c019 100644
--- a/mtasim/Makefile.am
+++ b/mtasim/Makefile.am
@@ -23,6 +23,7 @@ AM_CPPFLAGS = \
23 $(MAILUTILS_INCLUDES)\ 23 $(MAILUTILS_INCLUDES)\
24 $(MU_COMMON_INCLUDES)\ 24 $(MU_COMMON_INCLUDES)\
25 -I$(top_srcdir)/lib\ 25 -I$(top_srcdir)/lib\
26 $(MILTER_INCLUDES) 26 $(MILTER_INCLUDES)
27 27
28LDADD = ../lib/libmf.a $(MAILUTILS_LIBS) $(MILTER) 28LDADD = ../lib/libmf.a $(MAILUTILS_LIBS) $(MILTER)
29mtasim_DEPENDENCIES = ../lib/libmf.a $(MILTER)

Return to:

Send suggestions and report system problems to the System administrator.