summaryrefslogtreecommitdiff
path: root/src/mailman/commands/cli_lists.py
diff options
context:
space:
mode:
authorBarry Warsaw2015-03-13 21:16:51 -0400
committerBarry Warsaw2015-03-13 21:16:51 -0400
commit6280c5ffcd2fdebf80f170f7c9a4e47adf0c6c4a (patch)
treeabff21eb9eebe7049aad72ee79a31c22482cfc96 /src/mailman/commands/cli_lists.py
parenta77f6650bc69ce968d3ac60d1b545d9bbdb9c62f (diff)
parent4f9987aa91ddde4aff66ed9cb85b3c34d7c71dae (diff)
downloadmailman-6280c5ffcd2fdebf80f170f7c9a4e47adf0c6c4a.tar.gz
mailman-6280c5ffcd2fdebf80f170f7c9a4e47adf0c6c4a.tar.zst
mailman-6280c5ffcd2fdebf80f170f7c9a4e47adf0c6c4a.zip
Diffstat (limited to 'src/mailman/commands/cli_lists.py')
-rw-r--r--src/mailman/commands/cli_lists.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mailman/commands/cli_lists.py b/src/mailman/commands/cli_lists.py
index 05aa7b7ca..3d5fcd634 100644
--- a/src/mailman/commands/cli_lists.py
+++ b/src/mailman/commands/cli_lists.py
@@ -86,7 +86,7 @@ class Lists:
mlist = list_manager.get(fqdn_name)
if args.advertised and not mlist.advertised:
continue
- domains = getattr(args, 'domains', None)
+ domains = getattr(args, 'domain', None)
if domains and mlist.mail_host not in domains:
continue
mailing_lists.append(mlist)