From c2cdbf6c549e949ae37294b2b8f030838129b555 Mon Sep 17 00:00:00 2001
From: Faiyaz Ahmed <faiyaza@cs.princeton.edu>
Date: Wed, 5 Mar 2008 21:50:14 +0000
Subject: [PATCH] to support pl_mom mail lists

---
 get_plc_config.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/get_plc_config.php b/get_plc_config.php
index 9bf1c12..f34b653 100755
--- a/get_plc_config.php
+++ b/get_plc_config.php
@@ -36,6 +36,7 @@ foreach (array('PLC_API_HOST', 'PLC_API_PATH', 'PLC_API_PORT',
 	       'PLC_WWW_HOST', 'PLC_BOOT_HOST',
 	       'PLC_NAME', 'PLC_SLICE_PREFIX',
 	       'PLC_MAIL_SUPPORT_ADDRESS',
+	       'PLC_MAIL_MOM_LIST_ADDRESS',
 	       'PLC_MAIL_SLICE_ADDRESS')
 	 as $name) {
   if (defined($name)) {
-- 
2.47.0