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/02/22 14:15:47 UTC

[whimsy] branch master updated: Drop the discussion thread

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 71db11e  Drop the discussion thread
71db11e is described below

commit 71db11ec0479b68a3de277e8666f9c61d1df4fd1
Author: Sebb <se...@apache.org>
AuthorDate: Mon Feb 22 14:15:39 2021 +0000

    Drop the discussion thread
---
 www/members/nominations.cgi | 1 +
 1 file changed, 1 insertion(+)

diff --git a/www/members/nominations.cgi b/www/members/nominations.cgi
index 0b9131c..0007e56 100755
--- a/www/members/nominations.cgi
+++ b/www/members/nominations.cgi
@@ -34,6 +34,7 @@ def setup_data
     subjectUC = subject.upcase
     next unless subjectUC =~ /ME[MN]BER/
     next unless subjectUC =~ /NOMI[NM]ATION/
+    next if subject =~ /Member nominations: a plea/ # not a nomination!
     mail = Mail.new(message.encode(message.encoding, crlf_newline: true))
     next if mail.subject.downcase == 'member nomination process'
     emails << mail if mail.subject =~ /^\[?ME[NM]BER(SHIP)? NOMI[MN]ATION\]?/i