[Bug #100] [Base] E-Mail Header appears in Message Text
anthill-daemon <anthill-daemon-+mQDA36h6dWw5LPnMra/[email protected]> Wed, 4 Feb 2004 10:11:24 -0700
| Newsgroups | gmane.comp.bug-tracking.anthill.devel |
|---|---|
| Message-ID | <[email protected]> |
http://anthill.vmlinuz.ca/anthill/query.php?bug=100 --- 100 2004-02-04 10:11:24.000000000 -0700 +++ 100.tmp.vJ9D1Y 2004-02-04 10:11:24.000000000 -0700 @@ -1,7 +1,9 @@ Bug# : 100 Product : Anthill Version : 0.2.6 -Status : NEW +Status : RESOLVED +Resolution : FIXED +Fixed Ver : 0.3.0 Priority : Normal Component : Base URL : @@ -74,3 +76,22 @@ problem does not lie in these agents, it lies in the original mail. +Comment posted: 2004-02-04 10:11 AM by [email protected] + +This is fixed (sorta) in CVS now. I have it calling str_replace to turn \r\n into +\n at the moment but it's easy enough to hunt down and change if you need +to reverse the change. + +Hmmm... I should probably make this a configuration option because I think +this largely depends on the MTA being used (some need it, some don't). To +further cloud the issue, it seems like there is a bug in some versions of php +that adds an \r to the headers, which means you may end up with \r\r\n. + +Aaargh! + +I think I'll make it a configurable option so that by default we use just \n but if +you find that the mails are looking bad, you can toggle it to using \r\n. + +I'm marking this as fixed since the str_replace is in CVS already, but will add +the configurable option. + ---- You are receiving this notice because you are the assignee, reporter, or a watcher for this bug report. _______________________________________________ Anthill-workers mailing list Anthill-workers-+mQDA36h6dWw5LPnMra/[email protected] http://vmlinuz.ca/mailman/listinfo/anthill-workers