Loading
Commits on Source 20
-
Aurélien Bompard authored
-
Aurélien Bompard authored
And adjust the specfile
-
J08nY authored
-
Aurélien Bompard authored
Fix call to recover_backup_files in process_queue. See merge request !3
-
Abhilash Raj authored
New versions of Core`s mailman.email.message.Message does not raise KeyError for an unserializable message. Also, updating list of Python version we test against to match Mailman Core.
-
-
Abhilash Raj authored
-
Ralph Seichter authored
The previous description did not mention the peculiarities of Mailman being accessed via HTTPS.
-
Mark Sapiro authored
Fix documentation of 'base_url' in example configuration Closes #18 See merge request !6
-
Abhilash Raj authored
-
Abhilash Raj authored
-
Mark Sapiro authored
-
Mark Sapiro authored
Add a test for the presence of surrogates in the stringified message. Closes #25 See merge request !7
-
legoktm authored
Mailman Core now requires 3.6, so test against 3.6-3.8. Also fix the -head variant which was trying to install mailman from Git master twice. It's unclear to me why the two URLs are different though.
-
Abhilash Raj authored
Test against Python 3.8, not 3.5 and fix -head variant See merge request !9
-
legoktm authored
Passing the archiver key as a GET query parameter means it shows up in various uwsgi/server logs. Instead, send it as a HTTP header which should keep it out of all logs. This will require updating your hyperkitty package to read the key from the header. See <hyperkitty!354>. Fixes hyperkitty#387
-
Abhilash Raj authored
Send archiver key as a HTTP header (CVE-2021-35058) Closes hyperkitty#387 See merge request !8
-
Abhilash Raj authored
-
Abhilash Raj authored
-
Abhilash Raj authored
Use Token as the authorization type. See merge request !10