aboutsummaryrefslogtreecommitdiffstats
path: root/conf.c
diff options
context:
space:
mode:
Diffstat (limited to 'conf.c')
-rw-r--r--conf.c2
1 files changed, 1 insertions, 1 deletions
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);