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. --- fetchmailconf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fetchmailconf.py') 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] -- cgit v1.2.3