# HG changeset patch # User Heiko Schlittermann (JUMPER) # Date 1420881381 -3600 # Node ID da48b3197a13bade3899dc9b468f8bcdb19c1ba2 # Parent ef6fce02e497726134f1ece22f8616aa489a44fe [snapshot] diff -r ef6fce02e497 -r da48b3197a13 Makefile --- a/Makefile Sat Jan 10 10:11:06 2015 +0100 +++ b/Makefile Sat Jan 10 10:16:21 2015 +0100 @@ -7,7 +7,7 @@ html out/exim.html: ${TXT} @mkdir -p out - asciidoc -a date=${date} -a revision=${revision} -a x=y -o out/exim.html $< + asciidoc -a date=${date} -a revision=${revision} -o out/exim.html $< #pdf a2x/exim.pdf: ${TXT} # mkdir -p a2x diff -r ef6fce02e497 -r da48b3197a13 config.txt --- a/config.txt Sat Jan 10 10:11:06 2015 +0100 +++ b/config.txt Sat Jan 10 10:16:21 2015 +0100 @@ -191,13 +191,15 @@ queue_only = true ==== -.Deativierung +.Deaktivierung ==== no_queue_only queue_only = no queue_only = false ==== + > exim -C <(echo "queue_only = false") -bP queue_only + [[config.expansion]] diff -r ef6fce02e497 -r da48b3197a13 exim.txt --- a/exim.txt Sat Jan 10 10:11:06 2015 +0100 +++ b/exim.txt Sat Jan 10 10:16:21 2015 +0100 @@ -101,15 +101,19 @@ domainlist 'foo' = 'domain' : 'domain' ==== +.Test +==== +$ *exim -C /dev/null -bP configure_file* + +/dev/null +===== + + + Oder auch durch Einrücken. Wird dann aber auch fest *umgebrochen* -Und wir haben noch andere Blöcke:: -Was machen die? Mal sehen. - - include::operation.txt[] include::config.txt[]