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 8cb46c6b Space might be missing after Re:
8cb46c6b is described below
commit 8cb46c6bab10c980bbf150e0533c156d166ca201
Author: Sebb <[email protected]>
AuthorDate: Mon Mar 10 15:46:45 2025 +0000
Space might be missing after Re:
---
www/members/check_invitations.cgi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/www/members/check_invitations.cgi
b/www/members/check_invitations.cgi
index 814df1ba..550e90fa 100755
--- a/www/members/check_invitations.cgi
+++ b/www/members/check_invitations.cgi
@@ -63,7 +63,7 @@ def setup_data
# The alternative prefix has been seen in a reply from China
# Looks like ': ' is being treated as a separate character
# Allow for forwarded mail (may not catch original and reply ...)
- if v[:Subject] =~ /^(R[eE]: |R[eE]:|AW: )?(?:Fwd: )?Invitation to
(?:re-)?join The Apache Software Foundation/
+ if v[:Subject] =~ /^(R[eE]: ?|R[eE]:|AW: )?(?:Fwd: )?Invitation to
(?:re-)?join The Apache Software Foundation/
pfx = $1
to = Mail::AddressList.new(v[:To])
cc = Mail::AddressList.new(v[:Cc])