summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcron/mailpasswds5
1 files changed, 2 insertions, 3 deletions
diff --git a/cron/mailpasswds b/cron/mailpasswds
index 6d3b41bfe..1d7e6243a 100755
--- a/cron/mailpasswds
+++ b/cron/mailpasswds
@@ -58,13 +58,12 @@ def MailAllPasswords(list, users):
'header' : header,
'table' : string.join(table, '\n'),
'one_list': l,
- })
+ }, raw=1)
list.SendTextToUser(subject = subj,
recipient = user,
text = text,
sender = mm_cfg.MAILMAN_OWNER,
- add_headers = ["X-No-Archive: yes"],
- raw=1)
+ add_headers = ["X-No-Archive: yes"])
count = count - 1
if count == 0:
# The pause that refreshes.