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. --- conf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'conf.c') diff --git a/conf.c b/conf.c index 5b5d8779..57581381 100644 --- a/conf.c +++ b/conf.c @@ -317,7 +317,7 @@ void dump_config(struct runctl *runp, struct query *querylist) /* this is a hack - we map this to a boolean option for * fetchmailconf purposes */ case BHREJECT: puts("'badheader': FALSE,"); break; - case BHPASS: puts("'badheader': TRUE,"); break; + case BHACCEPT: puts("'badheader': TRUE,"); break; } indent(0); -- cgit v1.2.3