Skip to content

Commit

Permalink
Whimsy 'archivers'
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Oct 23, 2024
1 parent aacc3d5 commit 46eaa29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/whimsy/asf/mlist.rb
Original file line number Diff line number Diff line change
Expand Up @@ -449,11 +449,14 @@ def self.list_parse(type, &block)
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
Expand Down

0 comments on commit 46eaa29

Please sign in to comment.