Summary | add CC header to forwarded message |
Queue | IMP |
Queue Version | 4.0.3 |
Type | Enhancement |
State | Resolved |
Priority | 1. Low |
Owners | |
Requester | atbrotman (at) yahoo (dot) com |
Created | 02/09/2006 (7121 days ago) |
Due | |
Updated | 02/10/2006 (7120 days ago) |
Assigned | |
Resolved | 02/10/2006 (7120 days ago) |
Milestone | |
Patch | No |
State ⇒ Resolved
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ add CC header to forwarded message
Queue ⇒ IMP
could not find the option to do it. These three lines added around
line 320:
if (($from_ob = MIME::addrArray2String($h->getOb('cc')))) {
$msg .= _(" CC: ") . $from_ob . "\n";
}
Will add the header. It seems this could also affect 4.1, since I
didn't see anything similar in the code.