diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2001-09-18 04:16:16 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2001-09-18 04:16:16 +0000 |
commit | abf56645d3b47d6829ee648138b76f6525ad78ca (patch) | |
tree | edfa97de8f8e0f75b589f2bc21b9ce8da4397729 /fetchmail.man | |
parent | 5136c015f8ed33c373416e4e3e2583cac12a215a (diff) | |
download | fetchmail-abf56645d3b47d6829ee648138b76f6525ad78ca.tar.gz fetchmail-abf56645d3b47d6829ee648138b76f6525ad78ca.tar.bz2 fetchmail-abf56645d3b47d6829ee648138b76f6525ad78ca.zip |
Before tckling the license problem.
svn path=/trunk/; revision=3462
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 fac1439b..51874bae 100644 --- a/fetchmail.man +++ b/fetchmail.man @@ -1699,8 +1699,8 @@ When trying to determine the originating address of a message, fetchmail looks through headers in the following order: Return-Path: - Resent-Sender: (ignored if it doesn't contain an @) - Sender: (ignored if it doesn't contain an @) + Resent-Sender: (ignored if it doesn't contain an @ or !) + Sender: (ignored if it doesn't contain an @ or !) Resent-From: From: Reply-To: |