mricon / b4

Tool to help with email-based patch workflows
GNU General Public License v2.0
59 stars 20 forks source link

Support ignoring emails from specific senders #21

Closed DragoonAethis closed 6 months ago

DragoonAethis commented 6 months ago

We have a CI system that occasionally sends partial git logs with unrelated commits (checkpatch output contains them, for example) within its report emails - b4 picks up and applies trailers sent in CI logs. There's --trailers-ignore-from, but that blocks addresses within the trailers themselves, while I'm looking for a way to block reading and parsing messages from the CI address completely.

Would a feature like --ignore-messages-from be accepted upstream if I contributed a patch?

DragoonAethis commented 6 months ago

Ping @lucasdemarchi + https://gitlab.freedesktop.org/drm/maintainer-tools/-/merge_requests/27#note_2265611 for context

DragoonAethis commented 6 months ago

Nevermind, there's https://github.com/mricon/b4/commit/2578d5b6f45390dce631033b20b698438455cc9f that I missed and implements this already. Apologies for the spam.