Open grav3m1nd-byte opened 2 years ago
Are you talking about the except IOError, e
at line 390 for example? and more that follows? @grav3m1nd-byte
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
There's a lot not working in this script re: Python 3.10, not just syntax errors as there are a few of those too.
The BULLETIN_URL
is no longer valid, along with the MSSB_URL
, so that logic will need to be updated as well. Although since the last update on it was 6 years ago, my guess is it isn't actively maintained anymore, so someone will have to fork it and get it working with Python 3.
这是来自QQ邮箱的假期自动回复邮件。 您好,我最近正在休假中,无法亲自回复您的邮件。我将在假期结束后,尽快给您回复。
While working on the OSCP labs, I found this script is not working well with the latest Python3 releases and also found a few errors referencing libraries from Python2 as well as Python2 syntax.
I've made the necessary changes locally and could contribute to provide those fixes if wanted.