hyperkitty.views.mailman Could not archive the email with message-id '<snip>': A string literal cannot contain NUL (0x00) characters
Hi,
I have this error message repeating endlessly into the mailman-web logs. The related list is an open one on which we receive spam sometimes. I understand these emails can me malformed and cause this error. How to deal with them? They can't stay forever at the hyperkitty door.
Thanks in advance,
_g.
On 3/11/21 12:59 PM, Gilles Filippini wrote:
Hi,
I have this error message repeating endlessly into the mailman-web logs. The related list is an open one on which we receive spam sometimes. I understand these emails can me malformed and cause this error. How to deal with them? They can't stay forever at the hyperkitty door.
The message is queued at var/archives/hyperkitty/spool/
. The files in
that directory are Python pickles. You can examine them with the
mailman qfile
command and delete the spam ones. You will also find log
messages in var/logs/mailman.log
with tracebacks, but presumably you
know that as one such is the Subject: of this message.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mark Sapiro a écrit le 11/03/2021 à 22:15 :
On 3/11/21 12:59 PM, Gilles Filippini wrote:
Hi,
I have this error message repeating endlessly into the mailman-web logs. The related list is an open one on which we receive spam sometimes. I understand these emails can me malformed and cause this error. How to deal with them? They can't stay forever at the hyperkitty door.
The message is queued at
var/archives/hyperkitty/spool/
. The files in that directory are Python pickles. You can examine them with themailman qfile
command and delete the spam ones.
Looking at the offending message with 'mailman qfile', it appears it is a legitimate one actually, sent from an Android phone.
Couldn't hyperkitty be a bit less strict?
_g.
On 3/11/21 3:10 PM, Gilles Filippini wrote:
Looking at the offending message with 'mailman qfile', it appears it is a legitimate one actually, sent from an Android phone.
Couldn't hyperkitty be a bit less strict?
Possibly. It looks like this may be <https://gitlab.com/mailman/hyperkitty/-/issues/271>, fixed? by <https://gitlab.com/mailman/hyperkitty/-/merge_requests/215>. What HyperKitty version is this? <https://gitlab.com/mailman/hyperkitty/-/merge_requests/215> is in 1.3.2.
If your HyperKitty is >= 1.3.2, please file a new issue at <https://gitlab.com/mailman/hyperkitty/-/issues>
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mark Sapiro a écrit le 12/03/2021 à 00:59 :
On 3/11/21 3:10 PM, Gilles Filippini wrote:
Looking at the offending message with 'mailman qfile', it appears it is a legitimate one actually, sent from an Android phone.
Couldn't hyperkitty be a bit less strict?
Possibly. It looks like this may be <https://gitlab.com/mailman/hyperkitty/-/issues/271>, fixed? by <https://gitlab.com/mailman/hyperkitty/-/merge_requests/215>. What HyperKitty version is this? <https://gitlab.com/mailman/hyperkitty/-/merge_requests/215> is in 1.3.2.
If your HyperKitty is >= 1.3.2, please file a new issue at <https://gitlab.com/mailman/hyperkitty/-/issues>
This is Hyperkitty 1.3.4. I'll file an issue tomorrow.
Thanks,
_g.
Gilles Filippini a écrit le 12/03/2021 à 01:41 :
Mark Sapiro a écrit le 12/03/2021 à 00:59 :
On 3/11/21 3:10 PM, Gilles Filippini wrote:
Looking at the offending message with 'mailman qfile', it appears it is a legitimate one actually, sent from an Android phone.
Couldn't hyperkitty be a bit less strict?
Possibly. It looks like this may be <https://gitlab.com/mailman/hyperkitty/-/issues/271>, fixed? by <https://gitlab.com/mailman/hyperkitty/-/merge_requests/215>. What HyperKitty version is this? <https://gitlab.com/mailman/hyperkitty/-/merge_requests/215> is in 1.3.2.
If your HyperKitty is >= 1.3.2, please file a new issue at <https://gitlab.com/mailman/hyperkitty/-/issues>
This is Hyperkitty 1.3.4. I'll file an issue tomorrow.
Here it is: https://gitlab.com/mailman/hyperkitty/-/issues/346
Thanks,
_g.
On 3/11/21 4:41 PM, Gilles Filippini wrote:
This is Hyperkitty 1.3.4. I'll file an issue tomorrow.
Thanks for reporting this. It is now fixed. See <https://gitlab.com/mailman/django-mailman3/-/merge_requests/121> for the actual fix.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
participants (2)
-
Gilles Filippini
-
Mark Sapiro