| 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 | 2/9/06 (7443 days ago) |
| Due | |
| Updated | 2/10/06 (7442 days ago) |
| Assigned | |
| Resolved | 2/10/06 (7442 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.