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 m...@msapiro.net wrote: Aamir Khan wrote: As suggested by Barry, I am working on this new bug, 808821https://bugs.launchpad.net/mailman/+bug/808821. As i browsed though the code of mailman, i found that 'src/mailman/bin/disabled.py' is the

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 yet.

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

2012-02-18 Thread Mark Sapiro
Aamir Khan wrote: Mark Sapiro m...@msapiro.net 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