diff options
author | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-10 16:00:45 +0000 |
---|---|---|
committer | Jeremy Harris <jgh146exb@wizmail.org> | 2018-02-10 16:00:45 +0000 |
commit | 2be324ee17454ae5c5a32a3533aced861d103074 (patch) | |
tree | 60c16a2aabc8fd9dcfd1a453fa736bb56a0116ff /doc | |
parent | 260958d632506e2789fc632381f560f5a0c77ed7 (diff) |
Macros: return macro-presence status from "exim -bP macro <name>"
Diffstat (limited to 'doc')
-rw-r--r-- | doc/doc-docbook/spec.xfpt | 4 | ||||
-rw-r--r-- | doc/doc-txt/NewStuff | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/doc/doc-docbook/spec.xfpt b/doc/doc-docbook/spec.xfpt index 972cdc76e..2c783d700 100644 --- a/doc/doc-docbook/spec.xfpt +++ b/doc/doc-docbook/spec.xfpt @@ -3162,6 +3162,10 @@ If invoked by an admin user, then &%macro%&, &%macro_list%& and &%macros%& are available, similarly to the drivers. Because macros are sometimes used for storing passwords, this option is restricted. The output format is one item per line. +.new +For the "-bP macro <name>" form, if no such macro is found +the exit status will be nonzero. +.wen .vitem &%-bp%& .oindex "&%-bp%&" diff --git a/doc/doc-txt/NewStuff b/doc/doc-txt/NewStuff index 8464872b4..e123910c2 100644 --- a/doc/doc-txt/NewStuff +++ b/doc/doc-txt/NewStuff @@ -39,6 +39,8 @@ Version 4.91 10. Builtin feature-macros _CRYPTO_HASH_SHA3 and _CRYPTO_SIGN_ED25519, library version dependent. +11. "exim -bP macro <name>" returns caller-usable status. + Version 4.90 ------------ |