diff options
| -rwxr-xr-x | cron/mailpasswds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cron/mailpasswds b/cron/mailpasswds index 56a6529a9..d49acfc7d 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -64,7 +64,8 @@ def MailAllPasswords(list, users): list.SendTextToUser(subject = subj, recipient = user, text = text, - sender = mm_cfg.MAILMAN_OWNER) + sender = mm_cfg.MAILMAN_OWNER, + add_headers = ["X-No-Archive: yes"]) # Consolidate all the list/url/password info for each user, so we send # the user a single message with the info for all their lists on this |
