Code review comment for lp:~danci-emanuel/mailman/dlist_runner

Revision history for this message
Robin J (robin-jeffries) wrote :

What are you doing with this stuff about "test_field"? It's clearly something not finished yet (which is OK), but what is it a proxy for?

in sqlite.sql, lets make this more clear. Instead of
   Is the Dynamic sublists feature enabled for this list?

How about:
   Allow people to (un)subscribe to individual conversations?

What does the change to maxsize.py mean? (looks like you took out part of the copyright notice)

I don't see that you have the actual Runner functionality. Did I miss that or does it go somewhere else?

 Could you for the next round (since it is part of the runner), look at what Sneha Priscilla did to split the dlistRunner into an early and a late part (the reason was to deal with emails with a to: address of the form <email address hidden> that also have 'unsubscribe' in the subject line. The actual dlist work had to go late, but shunting these off to keep them from being picked up by the administrivia processor had to happen early. It could be that things are done in a different order here, and you might be able to show that this isn't needed, but please look into it as part of the Runner work.

« Back to merge proposal