Update of /cvsroot/mailman/mailman/Mailman/Handlers
In directory usw-pr-cvs1:/tmp/cvs-serv16181/Mailman/Handlers

Modified Files:
        OwnerRecips.py 
Log Message:
process(): We don't want messages sent to the list's -owner[s] to be
personalized, so explicitly set the metadata 'personalize' key to 0.


Index: OwnerRecips.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Handlers/OwnerRecips.py,v
retrieving revision 2.1
retrieving revision 2.2
diff -C2 -d -r2.1 -r2.2
*** OwnerRecips.py      12 Mar 2002 00:50:21 -0000      2.1
--- OwnerRecips.py      14 Mar 2002 22:37:14 -0000      2.2
***************
*** 25,26 ****
--- 25,27 ----
      # Don't decorate these messages with the header/footers
      msgdata['nodecorate'] = 1
+     msgdata['personalize'] = 0


_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins

Reply via email to