X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=Makefile.am;h=a6ddbfe324ebaad13a881816e1c9ff85d732c709;hb=4582f97fd2ce5bdb3ac54fbb099c80965e379a9e;hp=8abe7ed474b25bcf5d44e573ac8afb88f4e6df94;hpb=b2fb9dfa039340fb4776e36cb381d02fffacd608;p=mmh diff --git a/Makefile.am b/Makefile.am index 8abe7ed..a6ddbfe 100644 --- a/Makefile.am +++ b/Makefile.am @@ -60,6 +60,7 @@ TESTS = test/bad-input/test-header \ test/post/test-post-basic test/post/test-post-multiple \ test/post/test-post-dcc test/post/test-post-fcc \ test/post/test-post-multifrom test/post/test-post-envelope \ + test/post/test-post-group \ test/refile/test-refile \ test/repl/test-if-str test/scan/test-scan \ test/sequences/test-flist test/sequences/test-mark \ @@ -387,7 +388,6 @@ etc/mts.conf: $(srcdir)/etc/mts.conf.in Makefile $(SED) -e 's,%mts%,$(MTS),' \ -e 's,%mailspool%,$(mailspool),' \ -e 's,%etcdir%,$(sysconfdir),' \ - -e 's,%masquerade%,$(masquerade),' \ -e 's,%smtpservers%,$(smtpservers),' \ < $(srcdir)/etc/mts.conf.in > $@