diff options
Diffstat (limited to 'fetchmail.c')
-rw-r--r-- | fetchmail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmail.c b/fetchmail.c index b865d092..43c1e98c 100644 --- a/fetchmail.c +++ b/fetchmail.c @@ -1956,7 +1956,7 @@ static void dump_params (struct runctl *runp, if (outlevel >= O_VERBOSE) printf(GT_(" Messages with bad headers will be rejected.\n")); break; - case BHPASS: + case BHACCEPT: printf(GT_(" Messages with bad headers will be passed on.\n")); break; } |