*** headers.c-DIST Thu Jun 6 17:55:56 2002 --- headers.c Sun Mar 23 16:58:21 2003 *************** *** 418,424 **** --- 418,430 ---- { "Comments", hdr_decode_from_text, no_add_to_mail_hdr }, { "Return-path", hdr_decode_from_comment, add_env_from_hdr }, { "Received", hdr_decode_from_comment, no_add_to_mail_hdr }, + #ifdef NOTDEF { "Reply-To", hdr_decode_from_addr, no_add_to_mail_hdr }, + #else + { "Reply-To", hdr_decode_from_addr, add_user_hdr }, + { "Organization", hdr_decode_from_text, add_user_hdr }, + #endif + { "From", hdr_decode_from_addr, add_from_hdr }, { "Sender", hdr_decode_from_addr, no_add_to_mail_hdr }, { "Resent-Reply-To", hdr_decode_from_addr, no_add_to_mail_hdr }, *************** *** 466,472 **** /* IDA Sendmail */ { "X-Charset", hdr_decode_from_raw, no_add_to_mail_hdr }, { "X-Char-Esc", hdr_decode_from_raw, no_add_to_mail_hdr }, ! /* Unknown source */ { "Action", hdr_decode_from_raw, no_add_to_mail_hdr }, { "Priority", hdr_decode_from_comment, no_add_to_mail_hdr }, --- 472,478 ---- /* IDA Sendmail */ { "X-Charset", hdr_decode_from_raw, no_add_to_mail_hdr }, { "X-Char-Esc", hdr_decode_from_raw, no_add_to_mail_hdr }, ! /* Unknown source */ { "Action", hdr_decode_from_raw, no_add_to_mail_hdr }, { "Priority", hdr_decode_from_comment, no_add_to_mail_hdr },