aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmailconf.py
diff options
context:
space:
mode:
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-xfetchmailconf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fetchmailconf.py b/fetchmailconf.py
index 4aae48f8..9bfdda0d 100755
--- a/fetchmailconf.py
+++ b/fetchmailconf.py
@@ -200,7 +200,7 @@ class Server:
if folded:
res = res + "\n"
if self.badheader:
- res = res + "bad-header pass "
+ res = res + "bad-header accept "
if res[-1] == " ": res = res[0:-1]