diff options
| -rw-r--r-- | Mailman/Cgi/create.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mailman/Cgi/create.py b/Mailman/Cgi/create.py index 0225b67d2..9dd4f4716 100644 --- a/Mailman/Cgi/create.py +++ b/Mailman/Cgi/create.py @@ -173,7 +173,7 @@ def process_request(doc, cgidata): if mm_cfg.MTA: modname = 'Mailman.MTA.' + mm_cfg.MTA __import__(modname) - sys.modules[modname].create(mlist) + sys.modules[modname].create(mlist, cgi=1) # And send the notice to the list owner. BAW: Note that we might be # setting the wrong From: address. There should probably be a |
