diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-05-12 07:18:55 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-05-12 07:18:55 +0000 |
commit | b110bb01bf37e83549ca2103f11c1a618387713c (patch) | |
tree | fbb0aad21a9358d88a3d266ac834b5e8a7d8785c /fetchmail.man | |
parent | f08d646e1057978fbb2c5867c807b220cc614f65 (diff) | |
download | fetchmail-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.man | 4 |
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: |