From 9547ae3a85db67e4d3abe9ee7782a41b782a7906 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 8 Nov 2017 14:13:41 +0100 Subject: dashboard/app: clarify that email commands must be in email body We've got a reply in subject. --- dashboard/app/email_test.go | 4 ++-- dashboard/app/mail_bug.txt | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dashboard/app/email_test.go b/dashboard/app/email_test.go index df1abbb5c..8badf910c 100644 --- a/dashboard/app/email_test.go +++ b/dashboard/app/email_test.go @@ -72,7 +72,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. -Note: all commands must start from beginning of the line. +Note: all commands must start from beginning of the line in the email body. To upstream this report, please reply with: #syz upstream` c.expectEQ(msg.Body, body) @@ -218,7 +218,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. -Note: all commands must start from beginning of the line. +Note: all commands must start from beginning of the line in the email body. ` c.expectEQ(msg.Body, body) } diff --git a/dashboard/app/mail_bug.txt b/dashboard/app/mail_bug.txt index 5bf333f3b..0c69bcd03 100644 --- a/dashboard/app/mail_bug.txt +++ b/dashboard/app/mail_bug.txt @@ -28,7 +28,7 @@ To mark this as a duplicate of another syzbot report, please reply with: If it's a one-off invalid bug report, please reply with: #syz invalid Note: if the crash happens again, it will cause creation of a new bug report. -Note: all commands must start from beginning of the line. +Note: all commands must start from beginning of the line in the email body. {{if .Moderation -}} To upstream this report, please reply with: #syz upstream -- cgit mrf-deployment