Re: [Mailman-Users] Disappearing message

2007-10-29 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >> >> >>> Way 2 is to modify scripts/post to log something. At the end of the >>> main() function following: >>> >>> inq = get_switchboard(mm_cfg.INQUEUE_DIR) >>> inq.enqueue(sys.stdin.read(), >>> listname=listname, >>>

Re: [Mailman-Users] Disappearing message

2007-10-26 Thread Mark Sapiro
Anne Ramey wrote: > >> Way 2 is to modify scripts/post to log something. At the end of the >> main() function following: >> >> inq = get_switchboard(mm_cfg.INQUEUE_DIR) >> inq.enqueue(sys.stdin.read(), >> listname=listname, >> tolist=1, _plaintext=1) >> >> a

Re: [Mailman-Users] Disappearing message

2007-10-26 Thread Anne Ramey
> Way 2 is to modify scripts/post to log something. At the end of the > main() function following: > > inq = get_switchboard(mm_cfg.INQUEUE_DIR) > inq.enqueue(sys.stdin.read(), > listname=listname, > tolist=1, _plaintext=1) > > add > > print >> sys.stder

Re: [Mailman-Users] Disappearing message

2007-10-24 Thread Mark Sapiro
Anne Ramey wrote: >> >Thank you for the reply. I have to restart Mailman this weekend (during >our maintenance window) anyway for another change. I'll take way2 and >see what I see the next week. I'll let you know the results. Note that the patch to scripts/post does not require a Mailman

Re: [Mailman-Users] Disappearing message

2007-10-24 Thread Anne Ramey
Mark Sapiro wrote: > Anne Ramey wrote: > > >> Have a new and different one. One of my users that has two lists, let's >> call them list1 and list2. If he sends a message to list1 and cc's >> list2, list1 never receives the message. If he sends the same message >> only to list1, it goes th

Re: [Mailman-Users] Disappearing message

2007-10-23 Thread Mark Sapiro
Anne Ramey wrote: >Have a new and different one. One of my users that has two lists, let's >call them list1 and list2. If he sends a message to list1 and cc's >list2, list1 never receives the message. If he sends the same message >only to list1, it goes through fine. According to my exim lo

[Mailman-Users] Disappearing message

2007-10-22 Thread Anne Ramey
Have a new and different one. One of my users that has two lists, let's call them list1 and list2. If he sends a message to list1 and cc's list2, list1 never receives the message. If he sends the same message only to list1, it goes through fine. According to my exim logs, it is delivering b