diff options
| -rw-r--r-- | Mailman/Digester.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Mailman/Digester.py b/Mailman/Digester.py index 9ec6de940..5abb35427 100644 --- a/Mailman/Digester.py +++ b/Mailman/Digester.py @@ -345,6 +345,7 @@ class Digest: 'got_request_email': lst.GetRequestEmail(), 'got_list_email': lst.GetListEmail(), 'got_owner_email': lst.GetAdminEmail(), + 'cgiext': mm_cfg.CGIEXT, }) return text % substs |
