diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2013-05-11 13:17:10 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2013-05-11 13:20:53 +0200 |
commit | ff4bcbba4965b386a5d9498dbb2dfbd06809dd62 (patch) | |
tree | bc8ac792dd085aa0ae68ec438d730e47910e64b6 | |
parent | 527a4077753ff05fccae54c0b68d29ceb548a081 (diff) | |
download | fetchmail-ff4bcbba4965b386a5d9498dbb2dfbd06809dd62.tar.gz fetchmail-ff4bcbba4965b386a5d9498dbb2dfbd06809dd62.tar.bz2 fetchmail-ff4bcbba4965b386a5d9498dbb2dfbd06809dd62.zip |
Fix typo in 'you could [end] up' in FAQ.
Fixes Debian Bug#706776, submitted by David Lawyer.
-rw-r--r-- | NEWS | 6 | ||||
-rw-r--r-- | fetchmail-FAQ.html | 2 |
2 files changed, 7 insertions, 1 deletions
@@ -56,6 +56,12 @@ removed from a 6.4.0 or newer release.) -------------------------------------------------------------------------------- +fetchmail-6.3.27 (not yet released, if ever): + +# FIXES +* Fix a typo in the FAQ. Submitted by David Lawyer, Debian Bug#706776. + + fetchmail-6.3.26 (released 2013-04-23, 26180 LoC): # NOTE THAT FETCHMAIL IS NO LONGER PUBLISHED THROUGH IBIBLIO. diff --git a/fetchmail-FAQ.html b/fetchmail-FAQ.html index 6b425ea2..ca483fa3 100644 --- a/fetchmail-FAQ.html +++ b/fetchmail-FAQ.html @@ -688,7 +688,7 @@ client machine had when it started up.</p> time) doesn't match the original, the most benign possible result is that your MTA thinks it's seeing a relaying attempt and refuses. More frequently, fetchmail will try to connect to a nonexistent -host address and time out. Worst case, you could up forwarding your +host address and time out. Worst case, you could end up forwarding your mail to the wrong machine!</p> <p>Use the <code>smtpaddress</code> option to force the appended |