tomolimo
tomolimo
Hello @AlexTR85 Thank you for the deep analysis Yes I'll fix this Thank you, Regards, Tomolimo
Hello @AlexTR85 I tried with  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
oups
I have a more recent version, I'm going to provide a new release then