From: Daniel Axtens Date: Thu, 15 Feb 2018 01:04:53 +0000 (+1100) Subject: Don't aim to have patchwork send email X-Git-Tag: v2.1.0-rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3cfe618e5e8f9f079713324442c7c0777d2a7bcd;p=thirdparty%2Fpatchwork.git Don't aim to have patchwork send email Getting things like SPF and DKIM right for this would be nigh-on impossible, plus it would mean sysadmins would have to let patchwork send email, which is a risk to the reputation of their systems. Let's just aim for being a read-only representation of the mailing list for now. Reviewed-by: Andrew Donnellan Signed-off-by: Daniel Axtens --- diff --git a/docs/usage/design.rst b/docs/usage/design.rst index 2d8fea7d..56719eed 100644 --- a/docs/usage/design.rst +++ b/docs/usage/design.rst @@ -10,10 +10,6 @@ be two forums of discussion on patches, which fragments the patch review process. Developers who don't use Patchwork would get left out of the discussion. -However, a future development item for Patchwork is to facilitate on-list -commenting, by providing a "send a reply to the list" feature for logged-in -users. - Don't pollute the project's changelogs with Patchwork poop ----------------------------------------------------------