Uploaded image for project: 'eZ Publish / Platform'
  1. eZ Publish / Platform
  2. EZP-9519

check_bounce doesn't work with every smtp server

    XMLWordPrintable

Details

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Medium Medium
    • 3.9.0
    • None
    • None
    • Operating System:
      PHP Version: (please be specific, like '4.4.3' or '5.1.5')
      Database and version:

    Description

      The function findNewsletterID in check_bounce.php does a case sensitive match on Message-Id

      The smtp server I use send me Message-id in the body, not Message-Id, so the line (427 in version 1.0)

      $pattern = '/Message-Id\:[\s]\<([0-9]+)\..+\>[\s]/';

      should be

      $pattern = '/Message-Id\:[\s]\<([0-9]+)\..+\>[\s]/i';

      Attachments

        Activity

          People

            tos tos
            patrice_fortin patrice_fortin
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: