tomolimo

Results 144 comments of tomolimo

Hello @AlexTR85 Thank you for the deep analysis Yes I'll fix this Thank you, Regards, Tomolimo

Hello @AlexTR85 I tried with ![image](https://github.com/tomolimo/mailanalyzer/assets/7569958/90dc13ca-b72f-4b56-b2c2-186acadc26a4) and still can't reproduce the issue... Could you post a minimal EML file that triggers the issue? Thank you, Regards, Tomolimo

Hello @AlexTR85 In fact, the regexp that is used to match the "References" is: `//g` in hook.php line 303 So you can see that it matches only when there is...

So I think the only way to reproduce is to have `References: ` or `References: < >` but not an empty line

I will try that

I made a fix, could you try it? in hooh.php replace line 308 by ` return array_filter($messages_id, function($val) {return trim($val, '< >') != '';});` Thank you

After your validation, I'll package a new version

in the mailanalyzer folder

I have a more recent version, I'm going to provide a new release then