# courier-to-mailman3.py This is our current version trying to communicate between courier and mailman3. ## Changes ### 2024 May 29 * First change is changing the name to match what I have on the server. * Second change is to have the `#!` path hopefully pointing in the right place. * Which I screwed up. I think I was typing in the wrong window. * It's not failing on command line. * Still failing, let's get some logging. * Moved logging initialization, and included print statements. * OK, it's logging now (it may have been but not in the right location) * It wasn't formatting correctly. * Testing different way to handle formatting. * Nope used `Format` not `Formater`. * This is not working * Reverting to previous formatting * No idea what steps we've gone through to get here.