Your message dated Fri, 5 Mar 2021 12:58:24 -0300
with message-id
<CAFNO5od=F0tWPHPid6st7FO+Mc0sPDaa4=txpfjlvghfcre...@mail.gmail.com>
and subject line breaks on check with "NameError: name 'get_binary_stdin' is
not defined"
has caused the Debian Bug report #979984,
regarding breaks on check with "NameError: name 'get_binary_stdin' is not
defined"
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)
--
979984: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=979984
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: pyzor
Version: 1:1.0.0-5
Severity: grave
Hi!
The fix for https://bugs.debian.org/923077 seems to have introduced a
serious regressing, causing pyzor to stop working on check:
~$ pyzor check < testmail
Traceback (most recent call last):
File "/usr/bin/pyzor", line 411, in <module>
main()
File "/usr/bin/pyzor", line 152, in main
if not dispatch(client, servers, config):
File "/usr/bin/pyzor", line 240, in check
for digested in get_input_handler(style):
File "/usr/bin/pyzor", line 177, in _get_input_msg
msg = email.message_from_bytes(get_binary_stdin().read())
NameError: name 'get_binary_stdin' is not defined
The fix from
https://github.com/SpamExperts/pyzor/commit/6332a429ed415187599ecce7d8a169ee19f0bbe5
is not enough, as the code from
https://github.com/SpamExperts/pyzor/commit/67b471dd168db9468548aef3ffadca9554164ac0
implementing this function is needed for it to work.
Gentoo carries the same fix at
https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=300f46c1c52cc79238e88dba28241a6e78525966
Grüße,
Sven.
-- System Information:
Debian Release: bullseye/sid
APT prefers unstable-debug
APT policy: (500, 'unstable-debug'), (500, 'testing-debug'), (500,
'unstable'), (500, 'testing'), (200, 'experimental'), (1, 'experimental-debug')
Architecture: amd64 (x86_64)
Foreign Architectures: i386
Kernel: Linux 5.10.0-1-amd64 (SMP w/4 CPU threads)
Kernel taint flags: TAINT_CPU_OUT_OF_SPEC, TAINT_OOT_MODULE,
TAINT_UNSIGNED_MODULE
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
Versions of packages pyzor depends on:
ii python3 3.9.1-1
pyzor recommends no packages.
Versions of packages pyzor suggests:
pn pyzor-doc <none>
-- debconf-show failed
--- End Message ---
--- Begin Message ---
This bug seems to be fixed on 1:1.0.0-6
--- End Message ---