Hi,
An existing thread is not reopened when a new customer email is parsed.
Debugging revealed that the responsible part is the function isBounce()
from class.filter.php.
Here, the line 'Return-Path' => array('strcmp', array('<>'), 0),
is responsible for it.
The incoming emails very often have "Return-path: <>" set which often happens when emails are sent from webmailers. Does it make sense to just comment this condition out? Can it be removed in general?
Thank you for some suggestions.