PHP Classes

Error when parsing header 2

Recommend this page to a friend!

      PHP MIME Email Message Parser  >  All threads  >  Error when parsing header 2  >  (Un) Subscribe thread alerts  
Subject:Error when parsing header 2
Summary:Error when parsing header 2
Messages:6
Author:Pawel
Date:2016-07-25 13:08:55
 

  1. Error when parsing header 2   Reply   Report abuse  
Picture of Pawel Pawel - 2016-07-25 13:08:55
I had an error:

MIME message decoding error: Address extraction error from header reply-to: it was not specified a valid address at position xxx
line 22 column 10

headers:
21-From: AfterMarket.pl <[email protected]>
22-Reply-To:

I make a
in file: mime_parser.php in line 1938 I add a line:

if (chop($values[$v]) != '') {


  2. Re: Error when parsing header 2   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-07-25 18:00:03 - In reply to message 1 from Pawel
So the reply-to has no address there?

  3. Re: Error when parsing header 2   Reply   Report abuse  
Picture of Pawel Pawel - 2016-07-25 19:03:07 - In reply to message 2 from Manuel Lemos
exactly

  4. Re: Error when parsing header 2   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-07-25 19:36:36 - In reply to message 3 from Pawel
So what do you expect it to do? Ignore that header?

  5. Re: Error when parsing header 2   Reply   Report abuse  
Picture of Pawel Pawel - 2016-07-26 10:05:29 - In reply to message 4 from Manuel Lemos
yes ignore

  6. Re: Error when parsing header 2   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2016-07-27 02:03:48 - In reply to message 5 from Pawel
OK I have fixed that for the next release.