From ddcc491837e5b2c1e741eac54dc4058e2f77e398 Mon Sep 17 00:00:00 2001 From: Matthias Andree Date: Wed, 24 Feb 2010 23:28:44 +0100 Subject: Rename bad-header pass to bad-header accept, ... MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit to resolve an ambiguity found by Frédéric Marchal. --- options.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'options.c') diff --git a/options.c b/options.c index 066a8ab0..0617bdb0 100644 --- a/options.c +++ b/options.c @@ -313,8 +313,8 @@ int parsecmdline (int argc /** argument count */, run.softbounce = TRUE; break; case LA_BADHEADER: - if (strcasecmp(optarg,"pass") == 0) { - ctl->server.badheader = BHPASS; + if (strcasecmp(optarg,"accept") == 0) { + ctl->server.badheader = BHACCEPT; } else if (strcasecmp(optarg,"reject") == 0) { ctl->server.badheader = BHREJECT; } else { @@ -648,7 +648,7 @@ int parsecmdline (int argc /** argument count */, #endif P(GT_(" --plugin specify external command to open connection\n")); P(GT_(" --plugout specify external command to open smtp connection\n")); - P(GT_(" --bad-header {reject|pass}\n" + P(GT_(" --bad-header {reject|accept}\n" " specify policy for handling messages with bad headers\n")); P(GT_(" -p, --protocol specify retrieval protocol (see man page)\n")); -- cgit v1.2.3