From b110bb01bf37e83549ca2103f11c1a618387713c Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Sat, 12 May 2001 07:18:55 +0000 Subject: Fix the Sender problem. svn path=/trunk/; revision=3307 --- fetchmail.man | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'fetchmail.man') 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: -- cgit v1.2.3