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 46eaa299 Whimsy 'archivers'
46eaa299 is described below

commit 46eaa2994b8d2c38aa38b2d96ebb684ebd0de583
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 24 00:01:16 2024 +0100

    Whimsy 'archivers'
---
 lib/whimsy/asf/mlist.rb | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/lib/whimsy/asf/mlist.rb b/lib/whimsy/asf/mlist.rb
index 05df093e..417a84c8 100644
--- a/lib/whimsy/asf/mlist.rb
+++ b/lib/whimsy/asf/mlist.rb
@@ -449,11 +449,14 @@ module ASF
     ARCH_PONY_PUB = '[email protected]'
     ARCH_PONY_PRV = '[email protected]'
 
+    # Local Whimsy archives
+    ARCH_WHIMSY = %r{\A(board|member)@whimsy[^.]*\.apache\.org\z}
+
     # Standard external archivers (necessarily public)
     ARCH_EXT_MAIL_ARCHIVE = '[email protected]'
     ARCH_EXT_MARKMAIL_RE = %r{^\w+\.\w+\.\w+@.\.markmail\.org$} # 
[email protected]
 
-    ARCHIVERS = [ARCH_PONY_PRV, ARCH_PONY_PUB,
+    ARCHIVERS = [ARCH_PONY_PRV, ARCH_PONY_PUB, ARCH_WHIMSY,
                  ARCH_MBOX_PUB, ARCH_MBOX_PRV, ARCH_MBOX_RST, 
ARCH_EXT_MAIL_ARCHIVE]
 
     # Private archivers

Reply via email to