Update of /cvsroot/mailman/mailman/cron
In directory usw-pr-cvs1:/tmp/cvs-serv29552
Modified Files:
gate_news
Log Message:
poll_newsgroup(): GetAdminEmail() is gone so replace this with more
appropriate addresses.
Index: gate_news
===================================================================
RCS file: /cvsroot/mailman/mailman/cron/gate_news,v
retrieving revision 2.9
retrieving revision 2.10
diff -C2 -d -r2.9 -r2.10
*** gate_news 23 Feb 2002 06:32:06 -0000 2.9
--- gate_news 27 Mar 2002 04:28:53 -0000 2.10
***************
*** 115,120 ****
# (i.e. "From " header). This breaks Pipermail archiving, so
# we will synthesize one. Be sure to use the format searched
! # for by mailbox.UnixMailbox._isrealfromline()
! lines = ['From %s %s' % (mlist.GetAdminEmail(),
time.ctime(time.time()))]
lines.extend(headers)
--- 115,123 ----
# (i.e. "From " header). This breaks Pipermail archiving, so
# we will synthesize one. Be sure to use the format searched
! # for by mailbox.UnixMailbox._isrealfromline(). BAW: We use
! # the -bounces address here in case any downstream clients use
! # the envelope sender for bounces; I'm not sure about this,
! # but it's the closest to the old semantics.
! lines = ['From %s %s' % (mlist.GetBouncesEmail(),
time.ctime(time.time()))]
lines.extend(headers)
_______________________________________________
Mailman-checkins mailing list
[EMAIL PROTECTED]
http://mail.python.org/mailman/listinfo/mailman-checkins