diff -crN pine4.53/pine/reply.c pine4.53-privacy/pine/reply.c *** pine4.53/pine/reply.c Mon Jan 6 15:09:04 2003 --- pine4.53-privacy/pine/reply.c Thu Jan 23 17:36:53 2003 *************** *** 350,356 **** } if(role){ ! q_status_message1(SM_ORDER, 3, 4, "Replying using role \"%.200s\"", role->nick); /* override fcc gotten in reply_seed */ --- 350,356 ---- } if(role){ ! q_status_message1(SM_ORDER, 0, 1, "Replying using role \"%.200s\"", role->nick); /* override fcc gotten in reply_seed */ *************** *** 3630,3636 **** } if(role) ! q_status_message1(SM_ORDER, 3, 4, "Forwarding using role \"%.200s\"", role->nick); if(role && role->template){ --- 3630,3636 ---- } if(role) ! q_status_message1(SM_ORDER, 0, 1, "Forwarding using role \"%.200s\"", role->nick); if(role && role->template){ *************** *** 4301,4307 **** } if(role) ! q_status_message1(SM_ORDER, 3, 4, "Composing using role \"%.200s\"", role->nick); sig = detoken(role, NULL, 2, 0, 1, NULL, NULL); --- 4301,4307 ---- } if(role) ! q_status_message1(SM_ORDER, 0, 1, "Composing using role \"%.200s\"", role->nick); sig = detoken(role, NULL, 2, 0, 1, NULL, NULL); *************** *** 5145,5154 **** if(!hostpart) hostpart = cpystr("huh"); ! sprintf(id,"", ! SYSTYPE, pine_version, (now_x->tm_year) % 100, now_x->tm_mon + 1, now_x->tm_mday, now_x->tm_hour, now_x->tm_min, now_x->tm_sec, ! cnt, getpid(), hostpart); if(hostpart) fs_give((void **) &hostpart); --- 5145,5154 ---- if(!hostpart) hostpart = cpystr("huh"); ! sprintf(id,"<%02d%02d%02d%02d%02d%02d%X.%d@somehost.domainz.com>", ! (now_x->tm_year) % 100, now_x->tm_mon + 1, now_x->tm_mday, now_x->tm_hour, now_x->tm_min, now_x->tm_sec, ! cnt); if(hostpart) fs_give((void **) &hostpart); diff -crN pine4.53/pine/send.c pine4.53-privacy/pine/send.c *** pine4.53/pine/send.c Tue Jan 14 15:22:59 2003 --- pine4.53-privacy/pine/send.c Thu Jan 23 17:36:24 2003 *************** *** 4118,4126 **** --- 4118,4130 ---- * Don't ever believe the sender that is there. * If From doesn't look quite right, generate our own sender. */ + + /* if(outgoing->sender) mail_free_address(&outgoing->sender); + */ + /* * If the LHS of the address doesn't match, or the RHS * doesn't match one of localdomain or hostname, *************** *** 9571,9579 **** { char **p; static char *forbidden_headers[] = { - "sender", - "x-sender", - "x-x-sender", "date", "received", "message-id", --- 9575,9580 ----