diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1999-01-09 23:52:27 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1999-01-09 23:52:27 +0000 |
commit | f2c6d1760ac6971fcc63c9dbde8752dc721c6bc3 (patch) | |
tree | 251a33e19b731b58c186720db6545f71e5dca1bc /fetchmail.man | |
parent | cbf36a2ce0a919e4c8efc0b43efdb5a19e28839c (diff) | |
download | fetchmail-f2c6d1760ac6971fcc63c9dbde8752dc721c6bc3.tar.gz fetchmail-f2c6d1760ac6971fcc63c9dbde8752dc721c6bc3.tar.bz2 fetchmail-f2c6d1760ac6971fcc63c9dbde8752dc721c6bc3.zip |
Henrik's fix for mimedecode.
svn path=/trunk/; revision=2345
Diffstat (limited to 'fetchmail.man')
-rw-r--r-- | fetchmail.man | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/fetchmail.man b/fetchmail.man index 04344264..a8d13eb7 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1750,10 +1750,6 @@ 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. -.PP 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. |