Re: [Mailman-Developers] Probe messages should not sent Precedenceheader

2012-02-18 Thread Aamir Khan
On Sat, Feb 18, 2012 at 7:15 AM, Mark Sapiro wrote: > Aamir Khan wrote: > > > >As suggested by Barry, I am working on this new bug, > >808821. > >As i browsed though the code of mailman, i found that > >'src/mailman/bin/disabled.py' > >is the script

Re: [Mailman-Developers] Probe messages should not sent Precedenceheader

2012-02-18 Thread Mark Sapiro
Aamir Khan wrote: >I guess in MM3, there is no function as sendNextNotification(), because i >used command, "grep sendNextNotification() -r *" and the result was only >file 'src/mailman/bin/disabled.py'. Which means that bin/disabled.py won't work because it hasn't been fully converted from 2.1

Re: [Mailman-Developers] Probe messages should not sent Precedenceheader

2012-02-18 Thread Aamir Khan
Mark Sapiro wrote: > > Which means that bin/disabled.py won't work because it hasn't been > fully converted from 2.1 yet. It should be using the send_probe() > function instead of sendNextNotification(). > Yes. I also think so. I have changed the function to send_probe() and ran through all the

Re: [Mailman-Developers] Probe messages should not sent Precedenceheader

2012-02-18 Thread Mark Sapiro
Aamir Khan wrote: > >Mark Sapiro wrote: > >> >> Which means that bin/disabled.py won't work because it hasn't been >> fully converted from 2.1 yet. It should be using the send_probe() >> function instead of sendNextNotification(). >> > >Yes. I also think so. I have changed the function to send_pro