phpList / phplist3

Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
https://www.phplist.org
GNU Affero General Public License v3.0
737 stars 268 forks source link

UUID Matching may fail in click tracking #969

Closed michield closed 1 year ago

michield commented 1 year ago

Our tracking matches the UUID patterns https://github.com/phpList/phplist3/blob/main/public_html/lists/lt.php#L75

but it expects the 1st character of the 3rd segment to be a 4.

I just encountered UUIDs that do not have a 4 there, so we need to update the pattern matching

I think it may be when the UUID is not generated by PHP but my Mysql instead.