diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-21 21:14:05 +0100 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2016-05-21 21:14:05 +0100 |
commit | b0d68adc8b45e42b425c23e7dbf195b772878b9a (patch) | |
tree | cb7ff5a639d6dd9c90a454bc661217e459f6b320 /doc | |
parent | 01f3091ab20e5b78419d2b7cff106b421600e553 (diff) |
Debug: "kill" option on ACL control=debug. Bug 1831
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 7 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 3 |
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 736a45800..d625d88b5 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -28712,13 +28712,18 @@ with &`-d`&, with the output going to a new logfile, by default called &'debuglog'&. The filename can be adjusted with the &'tag'& option, which may access any variables already defined. The logging may be adjusted with the &'opts'& option, which takes the same values as the &`-d`& command-line -option. Some examples (which depend on variables that don't exist in all +option. +.new +Logging may be stopped, and the file removed, with the &'kill'& option. +.wen +Some examples (which depend on variables that don't exist in all contexts): .code control = debug control = debug/tag=.$sender_host_address control = debug/opts=+expand+acl control = debug/tag=.$message_exim_id/opts=+expand + control = debug/kill .endd diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 659c830bd..1a7ea70a0 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -14,6 +14,9 @@ Version 4.88 2. New log_selector: dnssec, adds a "DS" tag to acceptance and delivery lines. + 3. Speculative debugging, via a "kill" option to the "control=debug" ACL + modifier. + Version 4.87 ------------ |