Skip to content

Recognize keywords in request mails with protected headers and empty subject

georg requested to merge request-mail-protected-headers-empty-subject into master
  • That's a first proposal to fix #431 (closed).

  • As discussed, I moved the deletion of the protected headers part out of the subject check, so this happens in any case.

  • Besides, I've added a test to check for this problematic behaviour, which doesn't work yet. Either my test is shit, which is quite possible, or some code elsewhere needs fixing. I've tried to find the cause, without success so far, so I appreciate help here.

  • I did a separate commit for this test, as I was unsure if a integration test is the way to go here. Could be squashed of course once all is done. Probably, the CHANGELOG and commit messages need adjustment in the end as well.

Edited by georg

Merge request reports