]> gitweb.michael.orlitzky.com - list-remote-forwards.git/blobdiff - doc/list-remote-forwardsrc.example
Add a doctest test suite.
[list-remote-forwards.git] / doc / list-remote-forwardsrc.example
index 96a834eb2c2996c474b335d594d06a13ac0b848f..6f118698db1ca1514cbcca58f477ed73c4f24c69 100644 (file)
 # domain_query = "SELECT DISTINCT domain FROM alias;"
 
 
+# The name of a mail exchange, the forwards of whose domains we should
+# ignore. For example, if one mail exchanger, mx1.example.com, has
+# strict spam filtering, it may be acceptable to have remote forwarding
+# for domains that have mx1.example.com as their mail exchanger (MX
+# record). In that case, you might want to exclude those domains from
+# the report, by naming mx1.example.com here.
+#
+# Default: [] (empty)
+#
+# exclude_mx = ["mx1.example.com"]
+
+
 # SQL query used to produce a list of all forwards on the mail
 # system. This query should return the set of all (address, goto)
 # triples, where "goto" is the destination address; i.e. to where