From 52c96bb33c747cb3da49f9b49a394c7cfcb9018e Mon Sep 17 00:00:00 2001 From: rsiddharth Date: Sat, 3 Apr 2021 01:53:44 -0400 Subject: static: contact: update 'to' address don't forward messages to praveen and ravi's email addresses. --- static/contact/submit/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/contact/submit/index.php b/static/contact/submit/index.php index 4654a85..6e6721c 100644 --- a/static/contact/submit/index.php +++ b/static/contact/submit/index.php @@ -9,7 +9,7 @@ */ function to() { - return 'praveen@onenetbeyond.org, ravi@anche.no, ravi@fsf.org.in'; + return 's@gnu.org.in'; } function email_valid($e) { -- cgit v1.2.3