summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklm1998-08-14 21:50:08 +0000
committerklm1998-08-14 21:50:08 +0000
commit4364eddfa05708ff291ef83a8d8a906507e8cbb6 (patch)
tree0a0a0202edfbad84a4515321ead5f7fc99f01a3b
parentc6dc6e4f25702081755aea5ef4624213c056bbdc (diff)
downloadmailman-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-xcron/mailpasswds3
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.