Update of /cvsroot/mailman/mailman/Mailman/Queue
In directory usw-pr-cvs1:/tmp/cvs-serv13209/Mailman/Queue

Modified Files:
        NewsRunner.py 
Log Message:

Add back COMMASPACE to globals, as it apparently *is* used, just not
correctly.

prepare_message(): 'COMMA' -> 'COMMASPACE'



Index: NewsRunner.py
===================================================================
RCS file: /cvsroot/mailman/mailman/Mailman/Queue/NewsRunner.py,v
retrieving revision 2.3
retrieving revision 2.4
diff -C2 -r2.3 -r2.4
*** NewsRunner.py       2001/07/10 12:07:00     2.3
--- NewsRunner.py       2001/07/10 12:31:38     2.4
***************
*** 24,27 ****
--- 24,29 ----
  from mimelib.address import getaddresses
  
+ COMMASPACE = ', '
+ 
  from Mailman import mm_cfg
  from Mailman import Utils
***************
*** 94,98 ****
              # Subtitute our new header for the old one.
              del msg['newsgroups']
!             msg['Newsgroups'] = COMMA.join(ngroups)
      else:
          # Newsgroups: isn't in the message
--- 96,100 ----
              # Subtitute our new header for the old one.
              del msg['newsgroups']
!             msg['Newsgroups'] = COMMASPACE.join(ngroups)
      else:
          # Newsgroups: isn't in the message


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

Reply via email to