mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-01-24 12:47:05 +00:00
Fixed ARG005 (unused-lambda-argument): Unused lambda argument: alias
This commit is contained in:
parent
f13ae569d0
commit
daf6d70073
@ -255,7 +255,7 @@ def get_domain(emailaddr, as_unicode=True):
|
|||||||
pass
|
pass
|
||||||
return ret
|
return ret
|
||||||
|
|
||||||
def get_mail_domains(env, filter_aliases=lambda alias : True, users_only=False):
|
def get_mail_domains(env, filter_aliases=lambda _alias : True, users_only=False):
|
||||||
# Returns the domain names (IDNA-encoded) of all of the email addresses
|
# Returns the domain names (IDNA-encoded) of all of the email addresses
|
||||||
# configured on the system. If users_only is True, only return domains
|
# configured on the system. If users_only is True, only return domains
|
||||||
# with email addresses that correspond to user accounts. Exclude Unicode
|
# with email addresses that correspond to user accounts. Exclude Unicode
|
||||||
|
Loading…
Reference in New Issue
Block a user