We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 753ee0f commit c8cb268Copy full SHA for c8cb268
1 file changed
cron/mailpasswds
@@ -229,7 +229,7 @@ def main():
229
230
# If we're in test mode and no user info was collected, show a message
231
if args.test and not userinfo:
232
- print(f"No valid list memberships found for test email {args.test}")
+ print(f"No valid list memberships found for test email {args.test} on host {host}")
233
if skipped_lists:
234
print("\nSkipped lists:")
235
for listname, reason in skipped_lists:
0 commit comments