changeset 283:39d9c19ffba4 noffle

[svn] * src/fetch.c: Add Reply-To to the front of the list of headers searched for the article author's email when sending posting SNAFU message. Debian bug 156952.
author bears
date Fri, 10 Jan 2003 22:40:18 +0000
parents baa6408d1bbc
children 1f14c99c683d
files src/fetch.c
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/fetch.c	Mon Jan 06 18:16:18 2003 +0000
+++ b/src/fetch.c	Fri Jan 10 22:40:18 2003 +0000
@@ -1,7 +1,7 @@
 /*
   fetch.c
 
-  $Id: fetch.c 406 2002-11-10 15:24:43Z bears $
+  $Id: fetch.c 415 2003-01-10 22:40:18Z bears $
 */
 
 #if HAVE_CONFIG_H
@@ -367,6 +367,7 @@
 	    {
 		Utl_cpyStr( sender, Cfg_mailTo() );
 		if ( strcmp( sender, "" ) == 0
+		     && ! Prt_searchHeader( txt, "REPLY-TO", sender )
 		     && ! Prt_searchHeader( txt, "SENDER", sender )
 		     && ! Prt_searchHeader( txt, "X-NOFFLE-X-SENDER",
 					    sender ) /* see server.c */