Hi Mark,
On Fri, Sep 30, 2022 at 01:16:10PM -0700, Mark Sapiro wrote:
What is your version of flufl.bounce?
I'm using Debian stable, and this is what is packaged:
$ dpkg -l | grep flufl ii python3-flufl.bounce 3.0.1-1 all email bounce detectors (Python 3)
I suspect this is https://gitlab.com/warsaw/flufl.bounce/-/issues/12 which was fixed in flufl.bounce 4.0 and upgrading to 4.0 will fix this.
So that probably answers that then. Hmm, I wonder about the best way to proceed. The next stable release of Debian will have something that calls itself 4.0-2 and looks like it is fixed there:
https://salsa.debian.org/python-team/packages/flufl.bounce/-/blob/master/flufl/bounce/_scan.py
so maybe I can ask for that package to be put in stable-backports.
I think the other option might be to remove system package python3-flufl.bounce, add it back with "equivbs" so that its system dependencies think it is present and then install the latest one from pip.
I'll report the bug in Debian anyway. Thanks!
Cheers, Andy