aboutsummaryrefslogtreecommitdiffstats
path: root/cron/mailpasswds
diff options
context:
space:
mode:
Diffstat (limited to '')
-rwxr-xr-xcron/mailpasswds2
1 files changed, 2 insertions, 0 deletions
diff --git a/cron/mailpasswds b/cron/mailpasswds
index 5745265a..da643761 100755
--- a/cron/mailpasswds
+++ b/cron/mailpasswds
@@ -226,6 +226,8 @@ def main():
finally:
i18n.set_translation(otrans)
msg['X-No-Archive'] = 'yes'
+ del msg['auto-submitted']
+ msg['Auto-Submitted'] = 'auto-generated'
# We want to make this look like it's coming from the siteowner's
# list, but we also want to be sure that the apparent host name is
# the current virtual host. Look in CookHeaders.py for why this