add Auto-Submitted header to generated mails

Bug #245485 reported by Lee Maguire
4
Affects Status Importance Assigned to Milestone
moin (Ubuntu)
Fix Released
Undecided
Unassigned

Bug Description

Please add an "Auto-Submitted: auto-generated" header to mails generated by moinmoin
as per RFC 3834 section 5

http://tools.ietf.org/html/rfc3834#section-5

--- python-moinmoin/MoinMoin/util/mail.py 2008-07-04 12:11:35.255397163 +0100
+++ python-moinmoin/MoinMoin/util/mail.py.dist 2006-07-20 17:01:31.000000000 +0100
@@ -93,7 +93,5 @@
     msg['Message-ID'] = make_msgid()
     msg['Subject'] = Header(subject, charset)
-
- msg['Auto-Submitted'] = 'auto-generated'
-
+
     if cfg.mail_sendmail:
         # Set the BCC. This will be stripped later by sendmail.

Tags: patch
Revision history for this message
FranklinPiat (fpiat) wrote :

I've forwarded the feature-request upstream, with the patch:
 http://moinmo.in/FeatureRequests/AddAutoSubmittedHeaderToGeneratedMails

Revision history for this message
FranklinPiat (fpiat) wrote :

This bug was fixed in Upstream's 1.8.5... Which I'll upload it to DebianSid soon.

Revision history for this message
Kenyon Ralph (kralph) wrote :

Fixed now that lucid has moin 1.9.2.

tags: added: patch
Changed in moin (Ubuntu):
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.