[Mailman-Developers] Probe messages should not sent Precedenceheader

Mark Sapiro mark at msapiro.net
Sat Feb 18 19:45:28 CET 2012


Aamir Khan wrote:
>
>Mark Sapiro <mark at 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 send_probe() and ran
>through all the test again to make sure that nothing breaks.


I don't think you can simply change mlist.sendNextNotification(member)
to mlist.send_probe(member) because send_probe() is not a list method,
plus it requires a message argument in addition to the member argument.

Also, it is apparent that the test suite is not testing bin/disabled.py
or it would have been failing all along.

-- 
Mark Sapiro <mark at msapiro.net>        The highway is for gamblers,
San Francisco Bay Area, California    better use your sense - B. Dylan



More information about the Mailman-Developers mailing list