aboutsummaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>1996-06-28 15:42:20 +0000
committerEric S. Raymond <esr@thyrsus.com>1996-06-28 15:42:20 +0000
commitfe8e1a1e27f3ee69bb9158e786cdc537893130b1 (patch)
tree6ef78ea28db6f4c31f89a00e26df39f1a755db60 /README
parent4a940c5f7e602c22c3bb43e00f175e5c9cef04f3 (diff)
downloadfetchmail-fe8e1a1e27f3ee69bb9158e786cdc537893130b1.tar.gz
fetchmail-fe8e1a1e27f3ee69bb9158e786cdc537893130b1.tar.bz2
fetchmail-fe8e1a1e27f3ee69bb9158e786cdc537893130b1.zip
*** empty log message ***
svn path=/trunk/; revision=21
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 317cf26c..3197bdef 100644
--- a/README
+++ b/README
@@ -20,6 +20,10 @@ Features of POP include:
* Delivery via either file-append with mandatory locking or an
MDA you specify.
+ * From:, To:, Cc:, and Reply-To: headers are rewritten so that
+ usernames relative to the popclient host become fiully-qualified
+ Internet addresses. This enables replies to work correctly.
+
There is a man page at popclient.man. A sample rc file is at sample.poprc.
For a release history, see the file NEWS.
-- esr