Short description

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

This feature request was initially posted on Ubuntu's launchpad.

Even though the patch is outdated, it should be trivial to adjust it (see below, untested)

   1 --- MoinMoin/mail/sendmail-orig.py      2009-06-21 23:44:40.000000000 +0200
   2 +++ MoinMoin/mail/sendmail.py   2009-06-21 23:45:18.000000000 +0200
   3 @@ -106,6 +106,7 @@
   4      msg['Date'] = formatdate()
   5      msg['Message-ID'] = make_msgid()
   6      msg['Subject'] = Header(subject, charset)
   7 +    msg['Auto-Submitted'] = 'auto-generated'
   8  
   9      if cfg.mail_sendmail:
  10          # Set the BCC.  This will be stripped later by sendmail.

Implemented by: http://hg.moinmo.in/moin/1.8/rev/6fd215462090


CategoryFeatureImplemented

MoinMoin: FeatureRequests/AddAutoSubmittedHeaderToGeneratedMails (last edited 2009-09-06 12:27:09 by ThomasWaldmann)