diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-05-23 05:10:39 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-05-23 05:10:39 +0000 |
commit | fd04af6785f3700b706d23414e342525f44b91f2 (patch) | |
tree | 868e34bd7bd45a00b167d4ff8b4742ef93650d2a | |
parent | 2bdebf0cddac3cdcd53bbd5e068c46a61f037f5d (diff) | |
download | fetchmail-fd04af6785f3700b706d23414e342525f44b91f2.tar.gz fetchmail-fd04af6785f3700b706d23414e342525f44b91f2.tar.bz2 fetchmail-fd04af6785f3700b706d23414e342525f44b91f2.zip |
Note Henrik's bug.
svn path=/trunk/; revision=1800
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/fetchmail.man b/fetchmail.man index 45fc6ffb..7d818149 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1545,6 +1545,10 @@ in foreground while a background fetchmail is running will do whichever of these is appropriate to wake it up. .SH BUGS AND KNOWN PROBLEMS +Enabling the `mimedecode' option (which defaults to off) may render +invalid any PGP signatures attached to mail with quoted-printable headers. +This bug will be fixed in a future version. +.P The RFC822 address parser used in multidrop mode chokes on some @-addresses that are technically legal but bizarre. Strange uses of quoting and embedded comments are likely to confuse it. |