diff options
| author | klm | 1998-08-14 21:50:08 +0000 |
|---|---|---|
| committer | klm | 1998-08-14 21:50:08 +0000 |
| commit | 4364eddfa05708ff291ef83a8d8a906507e8cbb6 (patch) | |
| tree | 0a0a0202edfbad84a4515321ead5f7fc99f01a3b | |
| parent | c6dc6e4f25702081755aea5ef4624213c056bbdc (diff) | |
| download | mailman-4364eddfa05708ff291ef83a8d8a906507e8cbb6.tar.gz mailman-4364eddfa05708ff291ef83a8d8a906507e8cbb6.tar.zst mailman-4364eddfa05708ff291ef83a8d8a906507e8cbb6.zip | |
Add "Precedence: bulk" header to password reminders, so they don't
trigger 'vacation' style programs. (I thought i already added this!)
| -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. |
