Branch: refs/heads/gh-readonly-queue/master/pr-7198-0211be7bbaf9ae6ee7785739519f88cea30a0379
Home:
https://github.com/google/syzkaller
Commit: c94b2e4ff520d42f304cd3428fe5600bd06535d7
https://github.com/google/syzkaller/commit/c94b2e4ff520d42f304cd3428fe5600bd06535d7
Author: Aleksandr Nogikh <
nog...@google.com>
Date: 2026-05-07 (Thu, 07 May 2026)
Changed paths:
M pkg/lore-relay/relay.go
M pkg/lore-relay/relay_test.go
Log Message:
-----------
pkg/lore-relay: stay silent on unsupported/multiple commands
Currently, lore-relay attempts to send an error reply via email when it
encounters an unsupported or multiple syzkaller commands. This can
lead to unwanted spam on unrelated mailing list threads and can trigger
SMTP errors if the relay is not fully configured.
Stay silent for now in these cases, logging the Message ID and reason
for skipping instead. Added TODOs to reconsider this behavior for
tracked threads in the future.
Updated the related tests to expect the new silent behavior.
To unsubscribe from these emails, change your notification settings at
https://github.com/google/syzkaller/settings/notifications