diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2010-02-24 23:28:44 +0100 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2010-02-24 23:28:44 +0100 |
commit | ddcc491837e5b2c1e741eac54dc4058e2f77e398 (patch) | |
tree | fb359fc22c3e53370c9a5b5cbce7b4da882e8cb2 /fetchmailconf.py | |
parent | ed2a64b0d27586f4e3ab8e42f535a97a220843d5 (diff) | |
download | fetchmail-ddcc491837e5b2c1e741eac54dc4058e2f77e398.tar.gz fetchmail-ddcc491837e5b2c1e741eac54dc4058e2f77e398.tar.bz2 fetchmail-ddcc491837e5b2c1e741eac54dc4058e2f77e398.zip |
Rename bad-header pass to bad-header accept, ...
to resolve an ambiguity found by Frédéric Marchal.
Diffstat (limited to 'fetchmailconf.py')
-rwxr-xr-x | fetchmailconf.py | 2 |
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] |