Hello,

When a message is rejected it keeps the same subject line as what was sent.  If 
the user dows not read the message saying the post was rejected, the user 
assumes it went out to the list.  How do I change a rejected email subject to 
what I see in the
  ListAdmin.py

        # add in original message, but not wrap/filled
            if origmsg:
                text = NL.join(
                    [text,
                     '---------- ' + _('Original Message') + ' ----------',
                     str(origmsg)
                     ])
            subject = _('Request to mailing list %(realname)s rejected')



I expected that the above would be the subject of a rejected notice but it is 
not.

Thank you,

Mark
------------------------------------------------------
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Security Policy: http://wiki.list.org/x/QIA9

Reply via email to