Docs: minor clarifications
authorJeremy Harris <jgh146exb@wizmail.org>
Wed, 27 Jul 2016 16:14:05 +0000 (17:14 +0100)
committerJeremy Harris <jgh146exb@wizmail.org>
Wed, 27 Jul 2016 18:07:51 +0000 (19:07 +0100)
doc/doc-docbook/spec.xfpt

index df5b3165334e5436dfdef1a92bf230e65cd2a083..d3307eacd88c41e091956395018b13b595c8da6b 100644 (file)
@@ -19873,12 +19873,17 @@ list1:   :include:/opt/lists/list1
 .endd
 .next
 .cindex "address redirection" "to black hole"
-Sometimes you want to throw away mail to a particular local part. Making the
-&%data%& option expand to an empty string does not work, because that causes
-the router to decline. Instead, the alias item
+.cindex "delivery" "discard"
+.cindex "delivery" "blackhole"
 .cindex "black hole"
 .cindex "abandoning mail"
-&':blackhole:'& can be used. It does what its name implies. No delivery is
+Sometimes you want to throw away mail to a particular local part.  Making the
+&%data%& option expand to an empty string does not work, because that causes
+the router to decline. Instead, the alias item
+.code
+:blackhole:
+.endd
+can be used. It does what its name implies. No delivery is
 done, and no error message is generated. This has the same effect as specifying
 &_/dev/null_& as a destination, but it can be independently disabled.
 
@@ -38058,7 +38063,7 @@ senders).
 .section "Signing outgoing messages" "SECDKIMSIGN"
 .cindex "DKIM" "signing"
 
-Signing is implemented by setting private options on the SMTP transport.
+Signing is enabled by setting private options on the SMTP transport.
 These options take (expandable) strings as arguments.
 
 .option dkim_domain smtp string&!! unset