You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2021/08/12 14:16:44 UTC

[whimsy] branch master updated: Warn about issues with outlook.com mails

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 232c6a6  Warn about issues with outlook.com mails
232c6a6 is described below

commit 232c6a60e28465dd3e44d3c4e4d451451de7c4ba
Author: Sebb <se...@apache.org>
AuthorDate: Thu Aug 12 15:16:05 2021 +0100

    Warn about issues with outlook.com mails
---
 tools/moderationhelper.rb    | 12 ++++++++++++
 www/committers/subscribe.cgi |  9 ++++++++-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/tools/moderationhelper.rb b/tools/moderationhelper.rb
index c54ac07..6662d97 100755
--- a/tools/moderationhelper.rb
+++ b/tools/moderationhelper.rb
@@ -81,6 +81,18 @@ _html do
               end
             end
             _tr do
+              _td colspan: 2 do
+                _p do
+                  _br
+                  _b 'N.B.'
+                  _ 'Unfortunately, Microsoft continues to block our email as so many Outlook users report our legitimate email as SPAM.'
+                  _br
+                  _ 'We have not had much success in getting them to unblock us, so we recommend using an email provider other than'
+                  _b 'outlook.com.'
+                end
+              end
+            end
+            _tr do
               _td {
                 _br
                 _p 'The following commands operate on the list only:'
diff --git a/www/committers/subscribe.cgi b/www/committers/subscribe.cgi
index 4dc62fb..fb3bb06 100755
--- a/www/committers/subscribe.cgi
+++ b/www/committers/subscribe.cgi
@@ -142,7 +142,14 @@ _html do
           _input type: 'submit', value: 'Submit Request'
         end
       end
-
+      _p do
+        _br
+        _b 'N.B.'
+        _ 'Unfortunately, Microsoft continues to block our email as so many Outlook users report our legitimate email as SPAM.'
+        _br
+        _ 'We have not had much success in getting them to unblock us, so we recommend using an email provider other than'
+        _b 'outlook.com.'
+      end
       _p
       _hr
       _p