aboutsummaryrefslogtreecommitdiffstats
path: root/fetchmail.man
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2001-05-12 07:18:55 +0000
committerEric S. Raymond <esr@thyrsus.com>2001-05-12 07:18:55 +0000
commitb110bb01bf37e83549ca2103f11c1a618387713c (patch)
treefbb0aad21a9358d88a3d266ac834b5e8a7d8785c /fetchmail.man
parentf08d646e1057978fbb2c5867c807b220cc614f65 (diff)
downloadfetchmail-b110bb01bf37e83549ca2103f11c1a618387713c.tar.gz
fetchmail-b110bb01bf37e83549ca2103f11c1a618387713c.tar.bz2
fetchmail-b110bb01bf37e83549ca2103f11c1a618387713c.zip
Fix the Sender problem.
svn path=/trunk/; revision=3307
Diffstat (limited to 'fetchmail.man')
-rw-r--r--fetchmail.man4
1 files changed, 2 insertions, 2 deletions
diff --git a/fetchmail.man b/fetchmail.man
index ad6ab70f..cc7e46a2 100644
--- a/fetchmail.man
+++ b/fetchmail.man
@@ -1633,8 +1633,8 @@ When trying to determine the originating address of a message,
fetchmail looks through headers in the following order:
Return-Path:
- Resent-Sender:
- Sender:
+ Resent-Sender: (ignored if it doesn't contain an @)
+ Sender: (ignored if it doesn't contain an @)
Resent-From:
From:
Reply-To: