aboutsummaryrefslogtreecommitdiff
path: root/src/srvcfg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/srvcfg.c')
-rw-r--r--src/srvcfg.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/srvcfg.c b/src/srvcfg.c
index dcb27eac..8c4ddf32 100644
--- a/src/srvcfg.c
+++ b/src/srvcfg.c
@@ -480,14 +480,13 @@ cb_state_directory(void *data, mu_config_value_t *arg)
static struct mu_cfg_param srv_cfg_param[] = {
{ "debug", mu_cfg_callback, NULL, 0, cb_debug,
- N_("Set Mailfromd debug verbosity level. Argument is a comma-"
- "separated list of debug specifications, each of which has the "
- "following form:\n"
- " <module: string>[=<level: number>]\n"
- "where <module> is the name of a Mailfromd module, and <level> "
- "is the desired verbosity level for that module."),
+ N_("Set mailfromd debugging level. Argument is a semicolon-separated list "
+ "of debugging specifications. A simplified specification syntax is:\n"
+ " [!]<category: string>[.<level: string>,<level: string>...]\n"
+ "For details, please see the Mailfromd manual, section 3.18 \"Logging\n"
+ "and Debugging\", GNU Mailutils manual, section 3.3 \"Debugging\",\n"
+ "or visit <http://mailutils.org/wiki/Debug_level>."),
N_("spec: list") },
-
{ "transcript", mu_c_bool, &smtp_transcript, 0, NULL,
N_("Enable transcript of call-out SMTP sessions.") },

Return to:

Send suggestions and report system problems to the System administrator.