RE: [PHP] Malformed Email Date Header

2007-07-26 Thread Chris Aitken
> Looks to me like the \270 is some kinda Unicode character instead of, > like, you know ASCII '+'... > > Dunno how you managed to convince your mail system that you wanted it > to convert + to Unicode \270, mind you, but there it is. > Hi Richard, Odd thing is all of the other headers of th

Re: [PHP] Malformed Email Date Header

2007-07-26 Thread Chris
X-Amavis-Alert: BAD HEADER Non-encoded 8-bit data (char B8 hex): Date: Wed, 04 Jul 2007 10:11:39 \2701000\n Looks like a problem when you're building the headers. Are you doing this manually (building the headers)? What's the code look like to do this? -- Postgresql & php tutorials

Re: [PHP] Malformed Email Date Header

2007-07-26 Thread Richard Lynch
Looks to me like the \270 is some kinda Unicode character instead of, like, you know ASCII '+'... Dunno how you managed to convince your mail system that you wanted it to convert + to Unicode \270, mind you, but there it is. On Wed, July 25, 2007 11:22 pm, Chris Aitken wrote: > Hi All, > > > > Ju