Opened 8 years ago
Closed 7 years ago
#1350816 closed Feature Patches (duplicate)
strip extraneous carriage returns from message header
| Reported by: | billimek | Owned by: | nobody |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | Other | Version: | None |
| Severity: | critical | Keywords: | |
| Cc: |
Description
While sendmail.inc is building the header, it leaves extraneous carriage return characters (^M or \r depending on how you look at it) on some of the lines in the header. Most email clients will handle this gracefully, but Outlook will not. Outlook will mangle the header and not display the senders credentials correctly. This patch strips out all of the extraneous carriage returns and leaves the header looking clean.
Change History (1)
comment:1 Changed 7 years ago by jpingle
- Resolution changed from None to duplicate
- Severity set to critical
- Status changed from assigned to closed
Note: See
TracTickets for help on using
tickets.

Duplicate of #1483852