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 eb91ead1 Allow for trademarks gsuite email
eb91ead1 is described below

commit eb91ead11148afb26dc986eac9ab50603d7e5303
Author: Sebb <[email protected]>
AuthorDate: Wed Nov 6 16:00:06 2024 +0000

    Allow for trademarks gsuite email
---
 www/officers/subscriptioncheck.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/officers/subscriptioncheck.cgi 
b/www/officers/subscriptioncheck.cgi
index 6bfd2273..30b33f6b 100755
--- a/www/officers/subscriptioncheck.cgi
+++ b/www/officers/subscriptioncheck.cgi
@@ -93,6 +93,7 @@ _html do
           _ "(updated #{modtime})"
         end
         subscribers -= MEMBER_ANNOUNCE_OK if listid == 
'[email protected]'
+        subscribers -= ['[email protected]'] if listid = 
'[email protected]'
         maillist = ASF::Mail.list
         subscribers.each do |line|
           person = maillist[line.downcase]

Reply via email to