Re: Splitting hosts: mta&core vs postorius
by Ruth Ivimey-Cook
Thanks Mark,
On 20/06/2020 03:53, Mark Sapiro wrote:
On 6/19/20 4:34 PM, Ruth Ivimey-Cook wrote:
I'm trying to set up mailman3 on two hosts, one of which runs core +
exim, the other runs postorius (&possibly hyperkitty).
I have I think got core set up correctly, and postorius is sort of
usable, but anything in the web ui that talks to core ends up with a
white screen.
I think what is happening is a postorius URL ends up with the core (or
perhaps no) hostname, and as there's nothing there to answer it fails.
What are your Django settings for MAILMAN_REST_API_URL,
MAILMAN_REST_API_USER and MAILMAN_REST_API_PASS and do these agree with
the [webservice] settings for hostname, port, use_https, admin_user and
admin_pass in mailman.cfg in core and is the port open to the outside on
the core machine?
greyarea-post is the mailman-core and exim server.
greyarea-web1 is the postorius and hyperkitty server.
On greyarea-web1, in django-settings.py,
MAILMAN_REST_API_URL = '[1]http://greyarea-post:8870'
MAILMAN_REST_API_USER = 'restadmin'
MAILMAN_REST_API_PASS = XXXX
and both the above-named hosts are also included in ALLOWED_HOSTS along
with localhost.
On greyarea-post, in mailman.cfg:
[webservice]
admin_pass: XXXXX
admin_user: restadmin
api_version: 3.1
hostname: 0.0.0.0
port: 8870
use_https: no
The password and username are as on web1.
Do you see REST requests from the Postorius machine in core's
mailman.log and access.log?
Yes, there are lots of requests of the form:
[07/Jun/2020:15:00:01 +0000] "GET /3.1/lists?count=10&page=1
HTTP/1.1" 200 470 "-" "GNU Mailman REST client v3.3.1"
I made a new list using the core CLI, and as a result of navigating
directly to the list archive page I get to see:
[06/Jun/2020:23:00:02 +0000] "GET /3.1/lists/chbcdaily(a)ch-bc.org.uk
HTTP/1.1" 200 365 "-" "GNU Mailman REST client v3.3.1"
... but in neither case do I get a complete screen on the browser or
'follow-up' requests.
I don't have a file access.log on the greyarea-post.
On the greyarea-web1 I have mailmansuite.log with the last few lines:
File
"/opt/mailman3/lib/python3.6/site-packages/mailmanclient/restbase/ba
se.py", line 74, in rest_data
response, content = self._connection.call(self._url)
File
"/opt/mailman3/lib/python3.6/site-packages/mailmanclient/restbase/co
nnection.py", line 124, in call
'Could not connect to Mailman API: ', repr(e))
mailmanclient.restbase.connection.MailmanConnectionError: ('Could
not connect to Mailman API: ',
'ConnectionError(MaxRetryError("HTTPConnectionPool(host=\'0.0.0.0\',
port=8870): Max retries exceeded with url: /3.1/domains/ch-bc.org.uk
(Caused by NewConnectionError(\'<urllib3.connection.HTTPConnection
object at 0x7f5416db8518>: Failed to establish a new connection:
[Errno 111] Connection refused\',))",),)')
ERROR 2020-06-03 01:02:06,115 29002 django.request Service
Unavailable: /postorius/lists/
the uwsgi-error_*.log contains many lines of the form:
api: url is
[2]http://greyarea-post.cam.ivimey.org:8870/3.1/lists?count=10&page=
1
api: url is
[3]http://greyarea-post.cam.ivimey.org:8870/3.1/lists?count=10&page=
1
My reason for thinking, in my original post, that the wrong host
address is being used is that the ConnectionError above contains
0.0.0.0 in its url for /3.1/domains/... but 0.0.0.0 is only present as
the listen address on the core web service and does not appear in the
config for postorius.
I hope this helps,
Ruth
--
--
Software Manager & Engineer
Tel: 01223 414180
Blog: [4]http://www.ivimey.org/blog
LinkedIn: [5]http://uk.linkedin.com/in/ruthivimeycook/
References
1. http://greyarea-post:8870/
2. http://greyarea-post.cam.ivimey.org:8870/3.1/lists?count=10&page=1
3. http://greyarea-post.cam.ivimey.org:8870/3.1/lists?count=10&page=1
4. http://www.ivimey.org/blog
5. http://uk.linkedin.com/in/ruthivimeycook/
4 years, 5 months
Re: Confirm and Moderate Unsubscribe Requests
by Brian Carpenter
On 10/21/20 9:39 PM, Abhilash Raj wrote:
>
> On Wed, Oct 21, 2020, at 3:35 PM, Brian Carpenter wrote:
>> On 10/21/20 5:39 PM, Mark Sapiro wrote:
>>> On 10/21/20 12:14 PM, Brian Carpenter wrote:
>>>> Well I can't dictate that to my list owners and there is no confirm
>>>> token sent with the moderation notice. Why include this option in
>>>> Postorius when it can't be properly handled?
>>> Postorius is still a work in progress. The unsubscription policies are
>>> in core and are exposed in Postorius. Certainly the ability to moderate
>>> an unsubscription should be in Postorius, but it isn't yet. We are an
>>> all volunteer project and there aren't that many of us, and perhaps I'm
>>> overreacting, but the tone of some of your recent posts seems a bit
>>> demanding.
>> I apologize. I didn't think I was coming across demanding but I am
>> somewhat exasperated at some of these issues. I have a list owner who is
>> now going to get a moderated request notice everyday that he can't do
>> anything about it.
>>
>> But my question still remains: why is this option in Postorius when it
>> can't be handled properly? Surely the option can be easily removed, right?
> I added the option in my drive to expose every possible Mailinglist settings via Postorius and missed the fact that we weren't actually able to moderate those requests.
>
> Yes, this option can be hidden if it doesn't work until the next stable release. I hid one of the list settings in Postorius exactly because it didn't work, but this one slipped.
Thank you. I will go ahead and remove the option within Affinity.
>> Is the ability to list (via the pending moderation notices tab) and
>> handle (as in the List owner can decide a moderation response) an
>> unsubscribe moderation request there in Mailman core so that I can
>> properly address it via Affinity?
> Unfortunately no, there is a bug report open for it though and I have some done some analysis on root cause[1]. The bug turned out to be a more than a trivial one and I haven't been able to get to it yet.
>
> [1]: https://gitlab.com/mailman/mailman/-/issues/768
>
>
This is good information to have at least so I appreciate letting me
know. I probably need to spend more time looking through the outstanding
issues for Mailman core and Postorius before launching a nuclear strike
of epic and catastrophic proportions upon Mark.
--
Brian Carpenter
Harmonylists.com
Emwd.com
4 years, 1 month
Re: Customise Postorius templates?
by Mark Sapiro
On 2/1/22 09:47, Duane Raymond wrote:
> Hi,
>
> I'm looking to do some radical customisation of the Postorius (and Hyperkitty) templates over the next 6 ish months and was wondering if there is a 'best practice' way to do this that will survive updates to MM3. I've searched around and not found much and also tested copying
> venv/lib/python3.7/site-packages/postorius/templates/postorius/lists/summary.html
> to
> var/templates/lists/summary.html
>
> As suggested in some posts - but it didn't seem to pick up the customisation - only customisations in the venv path worked - and they get overwritten on update.
The var/templates directory has a specific structure and is only for
custom list specific, domain specific and sitewide templates used for
notifications from Mailman core. It has nothing to do with Postorius or
HyperKitty templates.
> Is there a 'best' way for this? I'd also like to eventually share them with the community and maybe add them to the repo if people want that....but for now I'll start with my own experiments. (and if there is documentation I have missed for this, let me know!)
I don't know about a `best` way, but the way I do this is to keep all
local mods as patches to the base and apply those patches as part of the
upgrade process.
--
Mark Sapiro <mark(a)msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
2 years, 9 months
Re: Postorius password resets
by Mark Sapiro
On 10/15/20 9:24 PM, Andrew Hodgson wrote:
> Mark Sapiro wrote:
>
>> On 10/14/20 11:11 AM, Andrew Hodgson wrote:
>
>>> I am having an issue with our system where password resets are giving the users an email with a http://localhost:8000 URL. I have made sure settings in settings_local.py (and even settings.py) are as follows:
>>>
>>> POSTORIUS_TEMPLATE_BASE_URL = 'https://lists.hodgsonfamily.org'
>
>> This is not relevant.
>
> Does it need resetting back to http://localhost:8000?
Not if it works. Most likely either one is OK, but localhost:8000 avoids
a DNS lookup an proxying through the web server.
>>> However emails are still coming through with the wrong URL.
>
>> I'm not sure offhand, but it's either domains in Postorius or sites in the django admin UI.
>
> I've checked both and cannot see any errors (I just have the one site lists.hodgsonfamily.org) and nothing is empty which seems as though it needs filling in.
What's in `sites` and what's in `Mail domains` in the django admin UI
and what's in Web Host in the Postorius domains view - in particular, if
you have Postorius 1.3.3, what's the SITE_ID, and what's SITE_ID in
settings(_local).py.
Also, when you go to the archive UI, whats the domain at the top left of
the pages.
--
Mark Sapiro <mark(a)msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
4 years, 1 month
Customise Postorius templates?
by Duane Raymond
Hi,
I'm looking to do some radical customisation of the Postorius (and Hyperkitty) templates over the next 6 ish months and was wondering if there is a 'best practice' way to do this that will survive updates to MM3. I've searched around and not found much and also tested copying
venv/lib/python3.7/site-packages/postorius/templates/postorius/lists/summary.html
to
var/templates/lists/summary.html
As suggested in some posts - but it didn't seem to pick up the customisation - only customisations in the venv path worked - and they get overwritten on update.
Is there a 'best' way for this? I'd also like to eventually share them with the community and maybe add them to the repo if people want that....but for now I'll start with my own experiments. (and if there is documentation I have missed for this, let me know!)
2 years, 9 months
Re: re-sending confirmation mails (was Re: Re: pending subscriptions lost?)
by Mark Sapiro
On 3/15/22 12:22, IEM Network Operation Center (IOhannes m zmölnig) wrote:
>
> hmm.
> the list-url (e.g. where you can subscribe to the list) for my instance
> looks like https://$domain/postorius/lists/$list_id/ (that is: it spells
> "postorius" rather than "mailman3").
> so i guess the URL should be
> https://$domain/postorius/lists/$list_id/confirm/?token=$token, which
> unfortunately returns 404.
>
> also, my postorius/urls.py does not contain an url-pattern for
> "confirm", unlike the current one as found on
> <https://gitlab.com/mailman/postorius/-/blob/master/src/postorius/urls.py#L83>
>
>
>
> so i guess this was not possible yet with postorius 1.2.4
Yes, This was added in Postorius 1.3.4 (over a year ago)
> yes.
> the *current* template.
> but not the template that came with mailman3 3.2.1
Which is over 3 years old.
You should really be taking up these issues with Debian. Maybe if they
got enough pressure from users, they would update their package.
--
Mark Sapiro <mark(a)msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
2 years, 8 months
Re: Huge performance issue: Mailman doesn't (seem to) receive any mails.
by Henrik Rasmussen
I know this is quite long (sorry), but I hope this part of the mailman.log may provide some clue to what went wrong.
As mentioned, Mailman stopped receiving mails some days ago and I have been restarting Mailman (without solving anything) at Sep 18 13:30:03 2019. On Sep 20 07:05:23 2019 everything started working again by itself.
/ Henrik Rasmussen
```
Sep 18 13:30:03 2019 (1) Master started
Sep 18 13:30:06 2019 (37) nntp runner started.
Sep 18 13:30:06 2019 (43) digest runner started.
Sep 18 13:30:06 2019 (36) lmtp runner started.
Sep 18 13:30:07 2019 (32) archive runner started.
Sep 18 13:30:07 2019 (40) rest runner started.
Sep 18 13:30:07 2019 (42) virgin runner started.
Sep 18 13:30:07 2019 (33) bounces runner started.
Sep 18 13:30:07 2019 (39) pipeline runner started.
Sep 18 13:30:08 2019 (34) command runner started.
Sep 18 13:30:08 2019 (41) retry runner started.
Sep 18 13:30:09 2019 (35) in runner started.
Sep 18 13:30:09 2019 (38) out runner started.
Sep 18 22:33:33 2019 (40) deque:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 217, in _step_sanity_checks
MemberRole.member)
mailman.interfaces.member.AlreadySubscribedError: someone(a)foo.bar is already a MemberRole.member of mailing list listname(a)lists.example.com
Sep 18 22:33:35 2019 (40) 172.19.199.1 - - "DELETE /3.1/lists/listname(a)lists.example.com/roster/member HTTP/1.1" 200 868
Sep 19 08:18:34 2019 (40) 172.19.199.3 - - "PATCH /3.0/members/162368231158295314004876527278657377007/preferences HTTP/1.1" 204 0
Sep 19 08:18:57 2019 (40) 172.19.199.3 - - "PATCH /3.0/members/48047974155818841263672900193332181430/preferences HTTP/1.1" 204 0
Sep 19 08:19:19 2019 (40) 172.19.199.3 - - "PATCH /3.0/members/65332519734260409742744905748525232844/preferences HTTP/1.1" 204 0
Sep 19 08:19:31 2019 (40) 172.19.199.3 - - "PATCH /3.0/members/172111039055968691481382623831385955911/preferences HTTP/1.1" 204 0
Sep 19 08:51:41 2019 (40) 172.19.199.3 - - "DELETE /3.1/lists/listname@lists.example.com/moderator/someone@foo.bar HTTP/1.1" 204 0
Sep 19 10:16:31 2019 (40) REST request handler error:
Traceback (most recent call last):
File "/usr/local/lib/python3.6/wsgiref/handlers.py", line 137, in run
self.result = application(self.environ, self.start_response)
File "/usr/local/lib/python3.6/site-packages/mailman/database/transaction.py", line 50, in wrapper
rtn = function(*args, **kws)
File "/usr/local/lib/python3.6/site-packages/mailman/rest/wsgiapp.py", line 216, in __call__
return super().__call__(environ, start_response)
File "/usr/local/lib/python3.6/site-packages/falcon/api.py", line 244, in __call__
responder(req, resp, **params)
File "/usr/local/lib/python3.6/site-packages/mailman/rest/sub_moderation.py", line 88, in on_post
self._registrar.confirm(self._token)
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 545, in confirm
workflow.restore()
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 149, in restore
setattr(self, attr, data[attr])
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 119, in address_key
assert self.address is not None
AssertionError
Sep 19 12:06:45 2019 (40) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 338, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 19 22:34:39 2019 (40) 172.19.199.1 - - "DELETE /3.1/lists/listname(a)lists.example.com/roster/member HTTP/1.1" 200 554
Sep 20 06:42:17 2019 (35) Cached copy of public suffix list is out of date
Sep 20 06:42:22 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<4E8DB72B-66D9-456E-B51C-2A49423CF29F(a)foo.bar>: The message comes from a moderated member
Sep 20 06:42:23 2019 (35) ACCEPT: <CALcvC6H5ko14LT8F_z_nbddp0DmDgfb-Rt32s+0TbpPrY3BL_g(a)mail.foo.bar>
Sep 20 06:42:24 2019 (35) listname: DMARC lookup for quarantine(a)messaging.microsoft.com (_dmarc.microsoft.com) found p=reject in _dmarc.microsoft.com. = v=DMARC1; p=reject; pct=100; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com; fo=1
Sep 20 06:42:24 2019 (35) HOLD: listname(a)lists.example.com post from quarantine(a)messaging.microsoft.com held, message-id=<2b97a5b0-686c-4bf8-a182-245efd36db72(a)HE1EUR02BG101.eop-EUR02.prod.protection.outlook.com>: The message is not from a list member
Sep 20 06:42:28 2019 (35) HOLD: listname(a)lists.example.com post from postmaster(a)outlook.com held, message-id=
<a7c8e9e4-2708-4e0e-83da-d33c8136131f(a)AM5EUR03HT223.mail.protection.outlook.com>: The message is not from a list member
Sep 20 06:42:48 2019 (35) ACCEPT: <CAG3z+4+67M9jAjbVtSqUdUCU6cS1dOYBsmMTAdePL3+O+Nn+sQ(a)mail.foo.bar>
Sep 20 06:42:56 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:42:56 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:42:57 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:42:57 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:42:57 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:42:57 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:42:57 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:42:57 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:42:57 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:42:57 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:42:57 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:42:57 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:42:57 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:42:57 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:42:58 2019 (35) ACCEPT: <2012F4E4-13AB-472C-8D69-2569B76E9AA7(a)foo.bar>
Sep 20 06:42:58 2019 (32) HyperKitty archived message <CAG3z+4+67M9jAjbVtSqUdUCU6cS1dOYBsmMTAdePL3+O+Nn+sQ(a)mail.foo.bar> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 06:42:59 2019 (32) Exception in the HyperKitty archiver: 'url'
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:42:59 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:43:00 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:43:00 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:43:00 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:43:00 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:43:00 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:43:00 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:43:00 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:43:00 2019 (32) HyperKitty archived message <2012F4E4-13AB-472C-8D69-2569B76E9AA7(a)foo.bar> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 06:43:16 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<201909170454516143184(a)foo.bar>: The message is not from a list member
Sep 20 06:43:23 2019 (35) ACCEPT: <a81a836d-48e9-8b8b-56b1-759d5b7a3581(a)foo.bar>
Sep 20 06:43:34 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<3f509bc2321e48afb80bebaedf5995d7(a)foo.bar>: The message comes from a moderated member
Sep 20 06:43:41 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<sympa.1568649610.11749.720(a)foo.bar>: The message is not from a list member
Sep 20 06:43:41 2019 (35) OWNER: <156872069378.40.14060797874925806439@mailman-core>
Sep 20 06:43:44 2019 (35) ACCEPT: <7C9602BA94284647AE7A27728AE91921016BAFC4F3(a)P1KITMBX05WC03.unicph.domain>
Sep 20 06:43:49 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<A08ACA52DF32E744AA8612CC5D38A5F2A4CAA766(a)P1KITMBX05WC03.unicph.domain>: The message is larger than the 40 KB maximum size
Sep 20 06:44:00 2019 (35) ACCEPT: <012201d56c47$a38492b0$ea8db810$(a)foo.bar>
Sep 20 06:44:01 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<CAMrL2xtqK5cpCo8BCANppB0LG3ntMpAJiW=ZhY8efGfA+yrZsw(a)foo.bar>: The message is not from a list member
Sep 20 06:44:02 2019 (35) ACCEPT: <2B18218DF9DC6042A60CA86C383968BC01FB39998B(a)servername.unicph.domain>
Sep 20 06:44:03 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:44:03 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:44:03 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:44:03 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:44:03 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:44:03 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:44:03 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:44:04 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:44:04 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:44:04 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:44:04 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:44:04 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:44:04 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:44:04 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:44:04 2019 (32) HyperKitty archived message <012201d56c47$a38492b0$ea8db810$(a)foo.bar> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 06:44:14 2019 (35) listname: DMARC lookup for quarantine(a)messaging.microsoft.com (_dmarc.microsoft.com) found p=reject in _dmarc.microsoft.com. = v=DMARC1; p=reject; pct=100; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com; fo=1
Sep 20 06:44:14 2019 (35) HOLD: listname(a)lists.example.com post from quarantine(a)messaging.microsoft.com held, message-id=<c2ed68fd-df37-460d-94f2-5ddbf3c83b19(a)AM5EUR02BG102.eop-EUR02.prod.protection.outlook.com>: The message is not from a list member
Sep 20 06:44:37 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<C80AB4E6-1FDE-4CE1-9EB9-18D63454296D(a)foo.bar>: The message is not from a list member
Sep 20 06:44:52 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<201909161252291262131(a)foo.bar>: The message is not from a list member
Sep 20 06:44:59 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<770191abbe220d6051a744154da0cb17(a)foo.bar>: The message is not from a list member
Sep 20 06:45:04 2019 (35) ACCEPT: <739910CC-EA6E-4568-A657-2710081519A9(a)foo.bar>
Sep 20 06:45:06 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:45:06 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:45:06 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:45:06 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:45:06 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:45:06 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:45:06 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:45:07 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:45:07 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:45:07 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:45:07 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:45:07 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:45:07 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:45:07 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:45:07 2019 (32) HyperKitty archived message <739910CC-EA6E-4568-A657-2710081519A9(a)foo.bar> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 06:45:33 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 338, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 06:45:38 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<8a6d4afd301a5816955953cc0d29b55f(a)foo.bar>: The message is not from a list member
Sep 20 06:46:00 2019 (35) ACCEPT: <AA691F58DA94BE41A59DDD578244112101903446D0(a)P1KITMBX03WC02.unicph.domain>
Sep 20 06:46:11 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<704be590f67de9b607550e3b26873ec8(a)foo.bar>: The message is not from a list member
Sep 20 06:46:13 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<6E180D12-005F-4F57-8708-14782DCE4B12(a)foo.bar>: The message is not from a list member
Sep 20 06:46:33 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<CAEOONP50-9mUoUHZJNhvr_jzOUz7QUUN_gYcHDCAxez5hHiXDw(a)foo.bar>: The message is not from a list member
Sep 20 06:46:49 2019 (35) ACCEPT: <AA691F58DA94BE41A59DDD57824411210190344759(a)P1KITMBX03WC02.unicph.domain>
Sep 20 06:47:13 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<20EE8D044C29FD4EA68FF2F117A4F6CDA0A8E9(a)foo.bar>: The message is not from a list member
Sep 20 06:48:17 2019 (35) ACCEPT: <557852f0d07c494ea307668b77bef575(a)foo.bar>
Sep 20 06:48:18 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:48:18 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:48:19 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:48:19 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:48:19 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:48:19 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:48:19 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:48:19 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:48:19 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:48:19 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:48:20 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:48:20 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:48:20 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:48:20 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:48:20 2019 (32) HyperKitty archived message <557852f0d07c494ea307668b77bef575(a)foo.bar> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 06:48:28 2019 (35) listname: DMARC lookup for someone(a)foo.bar (_dmarc.horsensgym.dk) found p=reject in _dmarc.horsensgym.dk. = v=DMARC1;p=reject;rua=mailto:postmester@foo.bar
Sep 20 06:48:29 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<CAAALzPoUou=F+WPEwbjzuq7myzuFiO00jmFQmOSDoKWPP+ZTRw(a)foo.bar>: The message comes from a moderated member
Sep 20 06:52:53 2019 (35) ACCEPT: <2E40950170CA0A4A8D0F0C0CF1C0630601B8B9F412(a)P1KITMBX03WC02.unicph.domain>
Sep 20 06:52:54 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:52:54 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:52:55 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:52:55 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:52:55 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:52:55 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:52:55 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:52:55 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 06:52:55 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:52:55 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 06:52:55 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:52:55 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:52:56 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 06:52:56 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 06:52:56 2019 (32) HyperKitty archived message <2E40950170CA0A4A8D0F0C0CF1C0630601B8B9F412(a)P1KITMBX03WC02.unicph.domain> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 06:53:38 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 06:58:49 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<DB4966FD-B161-4287-ADBA-B98EFBC007D6(a)foo.bar>: The message is not from a list member
Sep 20 07:08:15 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:13:55 2019 (40) listname(a)lists.example.com: Discarded posting:
From: someone(a)foo.bar
Subject:
=?iso-8859-1?Q?Undeliverable:_Ansatte_st=E5r_til_at_miste_betalt_fridag_p?=
=?iso-8859-1?Q?=E5_K=F8benhavns_Universitet?=
Sep 20 07:13:55 2019 (40) listname(a)lists.example.com: Discarded posting:
From: someone(a)foo.bar
Subject: =?UTF-8?Q?=C3=86ndring_af_mailadresse?=
Sep 20 07:14:23 2019 (40) listname(a)lists.example.com: Discarded posting:
From: someone(a)foo.bar
Subject: someone(a)foo.bar
Sep 20 07:14:23 2019 (40) listname(a)lists.example.com: Discarded posting:
From: someone(a)foo.bar
Subject: Help
Sep 20 07:14:23 2019 (40) listname(a)lists.example.com: Discarded posting:
From: someone(a)foo.bar
Subject: "Uniavisen" mailing list
Sep 20 07:17:21 2019 (40) 172.19.199.3 - - "PATCH /3.0/users/299064267681466690861485952403622454920 HTTP/1.1" 204 0
Sep 20 07:22:54 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<488433b01b6176ac4bbe0d060df52747(a)foo.bar>: The message is not from a list member
Sep 20 07:25:11 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:29:11 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:35:05 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<F733AEBF17C0F24A9E756D9A831D1ACD015FE57DE7(a)P2KITMBX04WC02.unicph.domain>: The message comes from a moderated member
Sep 20 07:37:57 2019 (35) HOLD: listname(a)lists.example.com post from soneone(a)foo.bar held, message-id=
<604e7b37-1f72-45db-bfa9-61d44858d91e(a)SOMETHINGT054.mail.protection.outlook.com>: The message is not from a list member
Sep 20 07:38:45 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:39:22 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:41:26 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:43:52 2019 (35) OWNER: <156829697347.35.9150404714158981710@mailman-core>
Sep 20 07:44:03 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<20190912173732.C329EC313ADF7(a)foo.bar>: The message is not from a list member
Sep 20 07:44:03 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:44:09 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:44:09 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:44:09 2019 (35) ACCEPT: <d67b732db4caf70e6c77ac862e8675e5(a)foo.bar>
Sep 20 07:44:09 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 338, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:44:09 2019 (39) HTML -> text/plain command error
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/handlers/mime_delete.py", line 280, in to_plaintext
stdout = check_output(command, universal_newlines=True)
File "/usr/local/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/usr/local/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/lib/python3.6/subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "/usr/local/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/lynx': '/usr/bin/lynx'
Sep 20 07:44:09 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 338, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:44:09 2019 (35) ACCEPT: <009f2207026c3d8004b998ba02bd1c0e(a)foo.bar>
Sep 20 07:44:09 2019 (35) listname: DMARC lookup for quarantine(a)messaging.microsoft.com (_dmarc.microsoft.com) found p=reject in _dmarc.microsoft.com. = v=DMARC1; p=reject; pct=100; rua=mailto:d@rua.agari.com; ruf=mailto:d@ruf.agari.com; fo=1
Sep 20 07:44:10 2019 (39) HTML -> text/plain command error
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/handlers/mime_delete.py", line 280, in to_plaintext
stdout = check_output(command, universal_newlines=True)
File "/usr/local/lib/python3.6/subprocess.py", line 336, in check_output
**kwargs).stdout
File "/usr/local/lib/python3.6/subprocess.py", line 403, in run
with Popen(*popenargs, **kwargs) as process:
File "/usr/local/lib/python3.6/subprocess.py", line 709, in __init__
restore_signals, start_new_session)
File "/usr/local/lib/python3.6/subprocess.py", line 1344, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: '/usr/bin/lynx': '/usr/bin/lynx'
Sep 20 07:44:10 2019 (35) HOLD: listname(a)lists.example.com post from quarantine(a)messaging.microsoft.com held, message-id=<9826b3fa-d171-41ac-ad2f-4acc94b1cdeb(a)VE1EUR02BG102.eop-EUR02.prod.protection.outlook.com>: The message is not from a list member
Sep 20 07:44:10 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:10 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:10 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:10 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:10 2019 (35) ACCEPT: <86face66-1de1-8d0d-7d25-6363bebee360(a)foo.bar>
Sep 20 07:44:10 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 07:44:10 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:10 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:10 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 07:44:10 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:10 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:11 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:11 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:11 2019 (35) HOLD: listname(a)lists.example.com post from soneone(a)foo.bar held, message-id=<407cd4b154ef5fd502f7c4f40d157e26(a)foo.bar>: The message is not from a list member
Sep 20 07:44:11 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:11 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:11 2019 (32) HyperKitty archived message <d67b732db4caf70e6c77ac862e8675e5(a)foo.bar> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 07:44:11 2019 (35) ACCEPT: <977d1672-2f51-d44e-65bb-eb7a92fb6cfc(a)foo.bar>
Sep 20 07:44:11 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:11 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:11 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:11 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:11 2019 (35) ACCEPT: <06B6A1BB0DC86842A3AAF1AA00A1300EA4F254E4(a)P2KITMBX06WC03.unicph.domain>
Sep 20 07:44:12 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 07:44:12 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:12 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:12 2019 (35) ACCEPT: <7463F3B7A32C1E49AE7DA050B4511300016124E5B7(a)P2KITMBX08WC04.unicph.domain>
Sep 20 07:44:12 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 07:44:12 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:12 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:12 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<8283AC94FF66C0438EE75C7CED7309FA0160F43E28(a)P2KITMBX06WC03.unicph.domain>: The message comes from a moderated member
Sep 20 07:44:12 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:12 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:12 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:12 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:12 2019 (32) HyperKitty archived message <009f2207026c3d8004b998ba02bd1c0e(a)foo.bar> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 07:44:13 2019 (35) ACCEPT: <05055f0e-a669-22e1-5ea9-07b21a53a872(a)foo.bar>
Sep 20 07:44:13 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<758bdba66641415f840947b4cd587b78(a)EXCMAI01.foo.bar>: The message is not from a list member
Sep 20 07:44:15 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:15 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:15 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:15 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:15 2019 (35) HOLD: listname.example.com post from soneome(a)foo.bar held, message-id=<NNQJXMS-1QAQ-C5CQ-HP53-OS371H04KV18(a)foo.bar>: The message is not from a list member
Sep 20 07:44:15 2019 (35) ACCEPT: <8823EEA5BF3F43439E4F6990957551C00184A4C260(a)P2KITMBX04WC02.unicph.domain>
Sep 20 07:44:15 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 07:44:15 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:15 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:15 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 07:44:15 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:15 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:16 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:16 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:16 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:16 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:16 2019 (32) HyperKitty archived message <06B6A1BB0DC86842A3AAF1AA00A1300EA4F254E4(a)P2KITMBX06WC03.unicph.domain> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 07:44:16 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:16 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:16 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:16 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:16 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 07:44:16 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:16 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:17 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:44:17 2019 (32) HyperKitty failure on http://mailman-web:8000/hyperkitty/api/mailman/archive:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
(500)
Sep 20 07:44:17 2019 (32) Exception in the HyperKitty archiver:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:17 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 210, in _send_message
raise ValueError(result.text)
ValueError:
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Server Error</title>
<link rel="shortcut icon" href="/static/postorius/img/favicon.ico">
<link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css">
<link rel="stylesheet" href="/static/django-mailman3/css/main.css">
<link rel="stylesheet" href="/static/postorius/css/style.css">
<!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script>
<script src="/static/postorius/libs/respond/respond.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<h1>Server error</h1>
<div class="alert alert-danger">An error occurred while processing your request.</div>
</div>
</body>
</html>
Sep 20 07:44:17 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:17 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:17 2019 (32) Exception in the HyperKitty archiver: 'url'
Sep 20 07:44:17 2019 (32) Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 154, in _archive_message
url = self._send_message(mlist, msg)
File "/usr/local/lib/python3.6/site-packages/mailman_hyperkitty/__init__.py", line 217, in _send_message
archived_url = result["url"]
KeyError: 'url'
Sep 20 07:44:17 2019 (32) HyperKitty archived message <05055f0e-a669-22e1-5ea9-07b21a53a872(a)foo.bar> to https://lists.example.com/hyperkitty/list/listname@lists.example.com/messag…
Sep 20 07:44:19 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<48C7390ABDEDE242A4B44585EDE82AED01095FF904(a)P1KITMBX03WC02.unicph.domain>: The message is not from a list member
Sep 20 07:44:19 2019 (34) deque: do_confirm_verify
Traceback (most recent call last):
File "/usr/local/lib/python3.6/site-packages/mailman/app/workflow.py", line 69, in __next__
return step()
File "/usr/local/lib/python3.6/site-packages/mailman/app/subscriptions.py", line 420, in _step_send_confirmation
raise StopIteration
StopIteration
Sep 20 07:44:19 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<6d90159407a14e4ab410177f593d93cc(a)foo.bar>: The message is not from a list member
Sep 20 07:44:19 2019 (35) ACCEPT: <38C9AEE7-DBA4-41B2-8C3B-17EC76BBB72C(a)foo.bar>
Sep 20 07:44:20 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<9351A50FEEC6B24C9BBFA9A1DEF9D0F8ED1B5C46(a)P2KITMBX06WC03.unicph.domain>: The message is not from a list member
Sep 20 07:44:20 2019 (35) HOLD: listname(a)lists.example.com post from someone(a)foo.bar held, message-id=<48C7390ABDEDE242A4B44585EDE82AED01095FF926(a)P1KITMBX03WC02.unicph.domain>: The message is not from a list member
```
5 years, 2 months
Please help: Mailaman3 -
by Jane Anara
Hello everyone,
I hope my questions don't sound ridiculous. In my team, I have been tasked with moving our mailman installations from version 1:2.1 to the current version, mailman3. I followed the documentations online and installed all the components, created a Django project and configured settings.py and url.py. However, when I run the development server, I receive the following on the body of Postorius main page:
Page not found
This page either doesn't exist, or it moved somewhere else.
Clicking on the "Lists" menu link, I receive the following:
HTTP Error 404: <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>example.com</title> <link rel="shortcut icon" href="/static/postorius/img/favicon.ico"> <link rel="stylesheet" href="/static/postorius/libs/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="/static/django-mailman3/css/main.css"> <link rel="stylesheet" href="/static/postorius/css/style.css"> <link rel="stylesheet" href="/static/postorius/libs/fonts/font-awesome/css/font-awesome.min.css" type="text/css" media="all" /> <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="/static/postorius/libs/html5shiv/html5shiv.min.js"></script> <script src="/static/postorius/libs/respond/respond.min.js"></script> <![endif]--> </head> <body> <nav class="navbar navbar-expand-md navbar-light bg-light navbar-default"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggler collapsed" data-toggle="collapse" data-target="#header-nav" aria-expanded="false"> <span class="sr-only">Toggle navigation</span> <span class="fa fa-bars"></span> </button> <a class="navbar-brand" href="/mailman3/lists/"><span><img src="/static/postorius/img/mailman_logo_small_trans.png" alt="Mailman logo"/> Postorius</span></a> </div> <div class="collapse navbar-collapse" id="header-nav"> <ul class="nav navbar-nav mr-auto"> <li class="nav-item"><a href="/mailman3/lists/" class="nav-link"> <span class="fa fa-envelope"></span> Lists </a></li> <li class="nav-item"><a href="/archives/" class="nav-link"> <span class="fa fa-comment"></span> Archives </a></li> </ul> <ul class="nav navbar-nav navbar-right"> <li class="nav-item"><a class="nav-link" href="/accounts/login/?next=/3.1/lists"> <span class="fa fa-sign-in"></span> Login </a></li> <li class="nav-item"><a class="nav-link" href="/accounts/signup/?next=/3.1/lists"> <span class="fa fa-user-plus"></span> Sign Up </a></li> </ul> </div> </div> </nav> <div class="container" role="main"> <h1>Page not found</h1> <div class="alert alert-danger">This page either doesn't exist, or it moved somewhere else.</div> </div> <footer class="footer"> <div class="container"> <p class="text-center"> <a href="https://postorius.readthedocs.org">Postorius Documentation</a> • <a href="http://list.org">GNU Mailman</a> • Postorius Version 1.3.3 • Happy Mailman Day! </p> </div> </footer> <script src="/static/postorius/libs/jquery/jquery-1.11.3.min.js"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.11.0/umd/popper.min.js" integrity="sha384-b/U6ypiBEHpOf/4+1nzFpr53nxSS+GLCkfwBdFNTxtclqqenISfwAzpKaMNFNmj4" crossorigin="anonymous"></script> <script src="/static/postorius/libs/bootstrap/js/bootstrap.min.js"></script> <script src="/static/django-mailman3/js/main.js"></script> <script src="/static/postorius/js/script.js"></script> </body> </html>
So far, the Postorious component is where there seem to be issues, all other link or component produce no errors thus far. Please advice on how I can troubleshoot this. I herein include the relevant sessions of my settings.py file and url.py which I have tweaked with various configurations to no avail.
settings.py:
# Application definition
INSTALLED_APPS = [
# Apps added for mailman components
'hyperkitty',
'postorius',
'django_mailman3',
'mailmanclient',
# Other useful apps
'rest_framework',
'django_gravatar',
'compressor',
'haystack',
'django_extensions',
'django_q',
'allauth',
'allauth.account',
'allauth.socialaccount',
# end other useful apps
'django.contrib.sites',
'django.contrib.admin',
'django.contrib.auth',
'django.contrib.contenttypes',
'django.contrib.sessions',
'django.contrib.messages',
'django.contrib.staticfiles',
]
url.py:
urlpatterns = [
#Django admin
path('admin/', admin.site.urls),
path('mailman3/', include('postorius.urls')),
path('archives/', include('hyperkitty.urls')),
path('', include('django_mailman3.urls')),
path('accounts/', include('allauth.urls')),
#path('postorius', include('postorius.urls')),
#path('lists/', list_index),
path('search/', include('haystack.urls')),
#url(r'^$', list_index),
]
Note that when I uncomment the lines relating to list_index or use configurations similar to that on mailman-suit, I get:
NameError: name 'list_index' is not defined.
Looking forward to any help anyone can render.
Thank you!
Regards,
Jane.
4 years, 2 months
Re: no access to Postorius web pages after upgrade
by David Newman
On 10/22/23 2:16 PM, Mark Sapiro wrote:
> Here is the nginx error, with obfuscation of client and server info:
>>
>> 2023/10/22 10:43:24 [error] 2264140#2264140: *135
>> "/opt/www/roundcubemail/postorius/domains/index.php" is not found (2:
>> No such file or directory), client: 1.2.3.4, server:
>> lists.example.com, request: "GET /postorius/domains/ HTTP/2.0", host:
>> "lists.example.com", referrer:
>> "https://lists.example.com/mailman3/listinfo"
>
>
> Here you are trying to get
> https://lists.example.com/postorius/domains/, but (see below)
> # begin mailman3 stuff
>>
>> location /static/ {
>> alias /opt/mailman/web/static/;
>> }
>>
>> location /mailman3/ {
>> proxy_pass http://127.0.0.1:8000;
>> proxy_set_header Host $host;
>> proxy_set_header X-Forwarded-For $remote_addr;
>> }
> Above you have defined proxying for the paths beginning with
> /mailman3/, /archives/, /mailman/ and others, but not /postorius/ or
> /hyperkitty/.
Bingo. Adding location statements for hyperkitty and postorius and
restarting Nginx cleared the issue.
Unclear why this ever worked before the upgrade. I don't remember
monkeying with a urls.py file. Anyway, it works now. Thank you Mark!
>> (venv) mailman@mail10:~$ mailman-web migrate
>> System check identified some issues:
>>
>> WARNINGS:
>> account.EmailAddress: (models.W036) MariaDB does not support unique
>> constraints with conditions.
>
> This is an issue with MariaDB and MySQL.
>
Thanks again. No issues here, but glad to see you previously raised this
as a known issue.
dn
1 year, 1 month
Re: Weird response to postings after subscriptions and accounts
by Mark Sapiro
On 9/18/19 11:24 PM, Paul Arenson wrote:
>
> In the case of Mailman 3 much depends on the individual list and its settings, so my conclusion is it is mostly on me. With just a suggestion that you have a SIGN UP blue button to make things less confusing and not necessitating multiple clicking.
This is difficult. See my reply to your first message. You will notice
that when you click sign-up in either Postorius or HyperKitty, you go to
<https://list.tokyoprogressive.org/accounts/signup/> which is neither
Postorius nor HyperKitty but Django.
So the current process is click sign-up, go to Django and sign up, then
go back to Postorius and subscribe.
To do this all in one step, Postorius would need to send you to
/accounts/signup/?next=/postorius/lists/discuss.list.tokyoprogressive.org/
which it currently does, but there would need to be extra communication
between Django and Postorius so that when Django returned to
/postorius/lists/discuss.list.tokyoprogressive.org/, Postorius would
know to tell Core to subscribe you.
However, this is missing a step, because Django sends you an email
requesting you to confirm your address, and you don't actually have an
account until you confirm. This dance also renders the
next=/postorius/lists/discuss.list.tokyoprogressive.org/ ineffective.
Presumably Postorius could tell Core to subscribe you anyway even though
you haven't confirmed your account, but Postorius doesn't know what
address you signed up with.
> The main obstacle I found was I had my list settings as NO to "Choose whether to include this list on the list of all lists". Changing this to "Yes" made it a little easier.
>
> Here are my two tests and conclusion.
>
> 2) TEST 1
> ________
> Sign up first...
> https://list.tokyoprogressive.org/postorius/lists/discuss.list.tokyoprogres…
> ...you will find that if I have said NO on "Choose whether to include this list on the list of all lists” you will find it hard to go back to the subscribe page. Unless you backspace. Or paste the address again. Not ideal
>
>
> QUESTIONS: Am I missing something? By not having my discussion listed, people cannot find it to subscribe.
>
> Or is NOT LISTED better where I add people manually to subscribe and then tell them to sign up?
If you want people to be able to find your list by going to
<https://list.tokyoprogressive.org/postorius/> or for that matter, to
<https://mailman3.emwd.com/postorius/> or if you think having it there
is helpful in any way, set List Identity -> Show list on index page to
Yes. Otherwise set it to No.
> 3) TEST 2
> ________
> One solution is I could put the list back on the host’s list of lists back and tell people to click on Discuss.
>
> That is what I did for now. Then it is rather smooth. I could tell my users (especially ones from previous company’s mailing list who want to interact with the hyperkitty site)
>
> to
> CLICK LOGIN
> CLICK SIGNIN
> then follow all these steps:
>
> Verify
>
> Confirm
>
> Get taken to sign in page
>
> Click Discuss
>
> Subscribe
>
> Click Archives
>
> Or I could leave it as it is and tell people to backspace until they find the signup page and then subscribe.
>
> Or tell them to copy and paste https://list.tokyoprogressive.org/postorius/lists/discuss.list.tokyoprogres…
>
> or https://list.tokyoprogressive.org/accounts/signup/ in the same browser window and then subscribe.
>
> CONCLUSION and SUGGESTION—> WHY NOT HAVE A SEPARATE BLUE BUTTON TO SIGN UP TO AVOID THE CONFUSING clicking twice?
See above.
> IS THIS THE ANSWER?—
>
> Tell my users as follows on a WORDPRESS PAGE as follows:
>
> - - - - - - - - - - - -
> Greetings. If you have never signed up before, follow instructions A. If you are coming from the previous dadamail list, follow instructions B
>
>
> INSTRUCTIONS A
> Steps 1-3 to get on the mailing list and be able to post from your email account.
> Continue to steps 4 and 5 if you want to see the archives and post from that page. (Note to Mark: I have turned the archives off by default to make it more of a no brainer to want to sign up)
>
>
> INSTRUCTIONS B
> You are already registered, you will continue to get messages and be able to send to the list. If you want to keep using the same email address you are all set and do not need to do anything.
>
> If you want to keep using the same address, but also be able to access the archives, follow steps 4 and 5 only.
>
> If you want to register a new address, follow steps 1-5 below.
>
> 1) Go here
> https://list.tokyoprogressive.org/postorius/lists/discuss.list.tokyoprogres…
> Add your email address at the BOTTOM of the page. Name is optional.
>
> 2) Then wait for email to reply to come.
>
> 3) That’s it. You can stop here. However, you can sign up to the archives which makes this list more of a forum to see at a glance old conversations. And you can also post from it. To do so, continue to steps 4 and 5,
>
> 4) Right on the same page, you can sign up and sign in by clicking
> log in and then sign up and then follow the same procedure as above. (Mark, SEE SUGGESTION FOR A BLUE SIGN UP BUTTON).
>
> 5) Once you have signed up, you can log in to access the archives and web posting.
> - - - - - - - - - - - -
>
> Hope the above long winded post was clear. Feel like I am sseing the lite.
> _______________________________________________
> Mailman-users mailing list -- mailman-users(a)mailman3.org
> To unsubscribe send an email to mailman-users-leave(a)mailman3.org
> https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
>
--
Mark Sapiro <mark(a)msapiro.net> The highway is for gamblers,
San Francisco Bay Area, California better use your sense - B. Dylan
5 years, 2 months