diff options
| -rwxr-xr-x | cron/mailpasswds | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cron/mailpasswds b/cron/mailpasswds index d69ea330c..9f48a638d 100755 --- a/cron/mailpasswds +++ b/cron/mailpasswds @@ -63,7 +63,8 @@ def MailAllPasswords(list, users): recipient = user, text = text, sender = mm_cfg.MAILMAN_OWNER, - add_headers = ["X-No-Archive: yes"]) + add_headers = ["X-No-Archive: yes", + "Precedence: bulk"]) count = count - 1 if count == 0: # The pause that refreshes. |
