summaryrefslogtreecommitdiff
path: root/src/mailman/interfaces/mta.py
diff options
context:
space:
mode:
authorBarry Warsaw2012-10-12 22:40:48 -0400
committerBarry Warsaw2012-10-12 22:40:48 -0400
commit55869e715579119d8cff3e520a2a3c00e4e87de7 (patch)
tree3db6db859e469108f9a9f43211e5f14ac6ec8ef4 /src/mailman/interfaces/mta.py
parent12b9839a5e7f1e9fda477c5e40ed190e08292da7 (diff)
parent9ec9098a35749eefe249a7eaf5d0dd3bb40b68b3 (diff)
downloadmailman-55869e715579119d8cff3e520a2a3c00e4e87de7.tar.gz
mailman-55869e715579119d8cff3e520a2a3c00e4e87de7.tar.zst
mailman-55869e715579119d8cff3e520a2a3c00e4e87de7.zip
Diffstat (limited to 'src/mailman/interfaces/mta.py')
-rw-r--r--src/mailman/interfaces/mta.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/mailman/interfaces/mta.py b/src/mailman/interfaces/mta.py
index 34c210edd..303a8e42a 100644
--- a/src/mailman/interfaces/mta.py
+++ b/src/mailman/interfaces/mta.py
@@ -84,12 +84,12 @@ class IMailTransportAgentLifecycle(Interface):
def delete(mlist):
"""Tell the MTA that the mailing list was deleted."""
- def regenerate(output=None):
+ def regenerate(directory=None):
"""Regenerate the full aliases file.
- :param output: The file name or file object to send the output to. If
- not given or None, and MTA specific file is used.
- :type output: string, file object, None
+ :param directory: The directory to write the MTA specific support
+ files to. Defaults to $DATA_DIR.
+ :type directory: string
"""