[Mailman-Developers] Re: Help on Gitlab

2024-03-25 Thread Mark Sapiro
installation on your local machine. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email

[Mailman-Developers] Re: Help on Gitlab

2024-03-08 Thread Mark Sapiro
tps://docs.python.org/3/library/unittest.html#unittest.TestCase.assertRaisesRegex>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-deve

[Mailman-Developers] Re: Help on Gitlab

2024-03-07 Thread Mark Sapiro
to see why they failed. Note that you can run things like ``` tox -e qa tox -e py311-diffcov ``` in your fork (you may need to install tox) to find and fix failures like these before creating/updating your MR. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California

[Mailman-Developers] Re: Threads and robustness against runner crashes

2024-03-04 Thread Mark Sapiro
he .bak file(s) so messages are never lost for this reason. [1] https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/core/switchboard.py?ref_type=heads#L151 -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use yo

[Mailman-Developers] Re: Preventing abuse of postorius

2022-12-01 Thread Mark Sapiro
add motivation for this. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email

[Mailman-Developers] New Mailman Core Release

2022-11-14 Thread Mark Sapiro
due to one of the core dependencies (aiosmtpd) not supporting 3.10 yet. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan OpenPGP_signature Description: OpenPGP digital signat

[Mailman-Developers] Re: Mailman Core Dutch translation in progress

2022-11-14 Thread Mark Sapiro
se for new locales? There won't be a new release just for this. > No problem anyway, I can patch the Dutch into my local installation when I'm > done and I figure out how to do that. Just put the .po on the appropriate place. -- Mark Sapiro Sent from my Not_an_iThing with standard

[Mailman-Developers] Re: before next release: disable backscatter indefault installation

2022-11-06 Thread Mark Sapiro
ilman/docs/NEWS.html#news-3-3-6 -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email

[Mailman-Developers] Re: Bug in 2.1.29 when hitting one button and then another in the confirm page

2022-10-20 Thread Mark Sapiro
hosted. In my case, trying this, when I hit "Unsubscribe" after "Cancel and discard", I got this response Bad confirmation string Invalid confirmation string: ff24b71eb376782557629d0503ae28de89486408. which is expected. This is with Mailman 2.1.39, so the issue may be fixed

[Mailman-Developers] Re: Troubles with Django 3.0.14

2022-07-26 Thread Mark Sapiro
itty/-/merge_requests/454 and https://gitlab.com/mailman/hyperkitty/-/merge_requests/379 -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mai

[Mailman-Developers] Re: span: class="d-none d-md-inline", “d-md-none” in translated strings

2022-05-16 Thread Mark Sapiro
to bootstrap 4. However the string exists in two templates, templates/hyperkitty/overview.html and templates/hyperkitty/thread_list.html, and should be translated. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

[Mailman-Developers] Re: span: class="d-none d-md-inline", “d-md-none” in translated strings

2022-05-15 Thread Mark Sapiro
w thread` you may be able to translate this similarly or you may need to translate it more like ``` Start a newclass="d-md-none">New thread ``` or even ``` Start a new threadclass="d-md-none">New thread ``` -- Mark Sapiro The highway is for gamblers, San Franc

[Mailman-Developers] Re: --- in DMARC From: rewritings

2022-03-18 Thread Mark Sapiro
I have just created https://gitlab.com/mailman/mailman/-/issues/989 to help deal with nonmember issues. Changing the munging of the ultimate display name is not included in that issue. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your

[Mailman-Developers] Re: --- in DMARC From: rewritings

2022-03-17 Thread Mark Sapiro
use --- to imply that something is missing. Perhaps ellipsis would have been a better choice, but we didn't want anything that even hinted at a domain. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dy

[Mailman-Developers] Re: Unclear usage of `member = ISubscriptionManager(mlist).register(…)`

2022-02-25 Thread Mark Sapiro
a tuple, the last argument of which is a members, why do the above snippets store the result in a variable called `member`? The above snippets say member = registrar.register(...)[2] I.e. member is set to the last element of the 3-tuple. -- Mark Sapiro The highway is for gamblers, San

[Mailman-Developers] Mailman 2.1.39 Release

2021-12-13 Thread Mark Sapiro
://sourceforge.net/projects/mailman/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan OpenPGP_signature Description: OpenPGP digital signature ___ Mailman-Developers mailing list

[Mailman-Developers] Re: Mailman 2.1.38 security release

2021-11-30 Thread Mark Sapiro
https://launchpad.net/mailman/2.1/ https://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan === modified file 'Mailman/CSRFcheck.py' --- old/Mailman

[Mailman-Developers] Mailman 2.1.38 security release

2021-11-25 Thread Mark Sapiro
A CSRF vulnerability has been reported by Riccardo Schirone of RedHat. This is assigned CVE-2021-44227. I plan to release Mailman 2.1.38 on Tuesday, 30 November to fix this. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B

[Mailman-Developers] Re: Mailman 2.1 security release

2021-11-12 Thread Mark Sapiro
On 11/12/21 4:01 PM, Mark Sapiro wrote: Mailman 2.1.36 had a serious bug. Thanks to Joel Lord for finding and reporting it. I have just released Mailman 2.1.37 to fix that issue. It is reported at https://bugs.launchpad.net/mailman/+bug/1950833 and is fixed at https://bazaar.launchpad.net

[Mailman-Developers] Re: Mailman 2.1 security release

2021-11-12 Thread Mark Sapiro
ttp://mailman.sourceforge.net/ Mailman 2.1.37 can be downloaded from https://launchpad.net/mailman/2.1/ https://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dy

[Mailman-Developers] Mailman 2.1 security release

2021-11-12 Thread Mark Sapiro
/mailman/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan === modified file 'Mailman/Cgi/options.py' --- old/Mailman/Cgi/options.py 2021-10-18 23:56:42 + +++ new/Mailman/Cgi/options.py 2021-11-03 19:02:21 + @@ -346,6

[Mailman-Developers] Mailman 2.1 security release

2021-11-06 Thread Mark Sapiro
. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email to mailman-developers-le...@python.org

[Mailman-Developers] Re: [Mailman-Users] Re: Mailman 2.1 security release

2021-10-26 Thread Mark Sapiro
On 10/26/21 12:01 PM, David Gibbs via Mailman-Developers wrote: Mark: Is there a patch available for this? See https://mail.python.org/archives/list/mailman-annou...@python.org/message/GY3EVYWIGK2ERMPS25UA7XDAWWRM2S7Y/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay

[Mailman-Developers] Re: Mailman 2.1 security release

2021-10-20 Thread Mark Sapiro
On 10/20/21 11:43 AM, Mark Sapiro wrote: On 10/19/21 6:28 PM, Mark Sapiro wrote: Mailman 2.1.35 can be downloaded from https://launchpad.net/mailman/2.1/ https://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/ There is an issue with my upload to gnu.org. Mailman 2.1.35

[Mailman-Developers] Re: Mailman 2.1 security release

2021-10-20 Thread Mark Sapiro
On 10/19/21 6:28 PM, Mark Sapiro wrote: Mailman 2.1.35 can be downloaded from https://launchpad.net/mailman/2.1/ https://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/ There is an issue with my upload to gnu.org. Mailman 2.1.35 is not there yet. I am trying to resolve

[Mailman-Developers] Mailman 2.1 security release

2021-10-11 Thread Mark Sapiro
and to post a patch for those who don't want to upgrade to address these issues. This is scheduled for Tuesday, October 19. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan OpenPGP_signature Description: OpenPGP digital

[Mailman-Developers] Re: MM3 Freelance developers?

2021-05-24 Thread Mark Sapiro
nks at https://wiki.list.org/x/4030519. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an

[Mailman-Developers] Re: [Mailman-cabal] Invitation to the CERT Vendor Meeting 2021 [General-7305] - mailman

2021-04-21 Thread Mark Sapiro
Has anybody seen anything like this before? My fault. There was an issue on mpo causing a shunted message <https://gitlab.com/mailman/mailman/-/issues/881>, and I installed a quick but incorrect patch to fix it which caused this. The patch has since been removed. I've got a correct fix, but am work

[Mailman-Developers] Re: Mailman server showing internal server error (500)

2021-04-08 Thread Mark Sapiro
at troubleshooting is needed to fix this issue? Find the error and traceback in mailman.log. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list --

[Mailman-Developers] Re: CI CD test failure

2021-03-19 Thread Mark Sapiro
ssues/442#note_533727800 -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an email t

[Mailman-Developers] Re: Development setup confusion

2021-02-20 Thread Mark Sapiro
unce/ i18n/ lock/ This later configuration works fo importing any of flufl.bounce, flufl.i18n and flufl.lock, but the former winds up looking in flufl.bounce-3.0.2-py3.9.egg/ for everything and only finds flufl.bounce and not the others. -- Mark Sapiro The highway is for gamblers, S

[Mailman-Developers] Re: Development setup confusion

2021-02-20 Thread Mark Sapiro
ithout any issues. Because .tox/qa is it's own venv that included all the dependencies -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-deve

[Mailman-Developers] Re: Feature request, selective participatory threads

2021-02-15 Thread Mark Sapiro
d <https://gitlab.com/mailman/mailman/-/issues/829> to track ideas around this issue. Plese contribute there. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-

[Mailman-Developers] Re: Hyperkitty's ability to build a thread

2021-02-13 Thread Mark Sapiro
Also note that "combine the thread correctly" is a subjective opinion, at least in some cases. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailin

[Mailman-Developers] Re: Footer settings question: how common is dash-dash-space?

2021-01-30 Thread Mark Sapiro
On 1/29/21 11:48 PM, Stephen J. Turnbull wrote: > Mark Sapiro writes: > > > According to <https://www.ietf.org/mailman/listinfo/last-call> that list > > is on Mailman 2.1.29. The default message footer separat

[Mailman-Developers] Re: Footer settings question: how common is dash-dash-space?

2021-01-29 Thread Mark Sapiro
that list is on Mailman 2.1.29. The default message footer separator was changed from "___" to "-- " as of Mailman 2.1.24 -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dy

[Mailman-Developers] Re: Issues gathering list members

2021-01-20 Thread Mark Sapiro
log.info('DISCARD: %s', msg.get('message-id', 'n/a')) to log.info('DISCARD: %s, reason: %s', msg.get('message-id', 'n/a')), msgdata.get('moderation_reasons', 'n/a') ) -- Mark Sapiro The highway is for gamblers, San Francisco

[Mailman-Developers] Re: Issues gathering list members

2021-01-20 Thread Mark Sapiro
embers --regular --nomail enabled list.example.com where list.example.com is the actual list id to ensure there are members who should receive the mail. Then check Mailman's mailman.log and debug.log for clues. You may need to set [logging.debug] level: debug [logging.error] level:debug To g

[Mailman-Developers] Re: Issues gathering list members

2021-01-20 Thread Mark Sapiro
perKitty until core sends it back to HyperKitty as part of core's processing of the message. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing

[Mailman-Developers] Re: which database is used in unittest?

2021-01-04 Thread Mark Sapiro
everything it does. See <https://gitlab.com/mailman/mailman/-/blob/master/src/mailman/testing/helpers.py#L462>. Would you really want testing to leave artifacts behind? What is your actual goal? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California

[Mailman-Developers] Re: which database is used in unittest?

2021-01-03 Thread Mark Sapiro
On 1/3/21 5:22 PM, Mark Sapiro wrote: > > Tests run that way will use their own sqlite DB which is removed after > testing. You can use any database you like by configuring it in a file > containing a [database] section with appropriate class and url > definitions and then doing

[Mailman-Developers] Re: which database is used in unittest?

2021-01-03 Thread Mark Sapiro
definitions and then doing something like > MAILMAN_EXTRA_TESTING_CFG=/path/to/db/config python3 -m nose2 -v > mailman.model.test -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan _

[Mailman-Developers] Re: Is it possible to use Postorius alongside the legacy interface?

2020-12-31 Thread Mark Sapiro
t;https://mail.python.org/archives/search?mlist=mailman-developers%40python.org=affinity> for some discussion of these. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailm

[Mailman-Developers] Re: Mailman, postfix and docker

2020-12-18 Thread Mark Sapiro
now what you mean by "the same thing". See <https://docs.mailman3.org/projects/mailman/en/latest/src/mailman/docs/mta.html#postfix> for configuring Postfix for Mailman 3. Mailman can generate either hash tables or regexp tables. The above doc has details. -- Mark Sapiro The hig

[Mailman-Developers] Re: Rewriting the Subject:

2020-11-25 Thread Mark Sapiro
.7/library/email.header.html>). You can set it to a bigger number, but this could be problematic if an incoming header is folded, and the resultant header ends up not folded. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. D

[Mailman-Developers] Re: Member Issue Discovered

2020-10-19 Thread Mark Sapiro
sts.mailman3.org/archives/list/mailman-us...@mailman3.org/message/NFCIDZXLPPHZ3PE5HNDO2GPNBKMTDIZ2/>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers m

[Mailman-Developers] Re: Anonymous mailing lists

2020-09-15 Thread Mark Sapiro
s why you might not want to use it. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send

[Mailman-Developers] Re: Anonymous mailing lists

2020-09-14 Thread Mark Sapiro
lly, it remove all headers that don't match patterns in the mm_cfg.py/Defaults.py setting ANONYMOUS_LIST_KEEP_HEADERS. By default, this removes all X-* headers except X-Mailman-*, X-Content-Filtered-By:, X-Topics:, X-Ack:, X-Beenthere:, X-List-Administrivia: and X-Spam-*. -- Mark Sapiro

[Mailman-Developers] Mailman 2.1.34 released

2020-06-26 Thread Mark Sapiro
of: http://www.list.org https://www.gnu.org/software/mailman http://mailman.sourceforge.net/ Mailman 2.1.34 can be downloaded from https://launchpad.net/mailman/2.1/ https://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/ -- Mark Sapiro The highway is for gamblers, San

[Mailman-Developers] Re: Facing error while building mailman

2020-06-20 Thread Mark Sapiro
ython.org/archives/list/mailman-developers@python.org/message/RB4YHZ77ULQSVIJATYAKVFCYDPNVPLZS/>, is no longer relevant. Is that correct? -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

[Mailman-Developers] Re: Affinity Mailman has reached beta status

2020-06-18 Thread Mark Sapiro
plan to abandon Postorius and HyperKitty. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubscribe send an em

[Mailman-Developers] Re: Disable Postorius

2020-06-02 Thread Mark Sapiro
} in the settings files? Are the references to postorius.urls commented/removed from urls.py -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers maili

[Mailman-Developers] Mailman 2.1.33 released.

2020-05-07 Thread Mark Sapiro
://www.list.org https://www.gnu.org/software/mailman http://mailman.sourceforge.net/ Mailman 2.1.33 can be downloaded from https://launchpad.net/mailman/2.1/ https://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/ -- Mark Sapiro The highway is for gamblers, San Francisco

[Mailman-Developers] Re: Mailman 2.1.31 security release - issues and questions

2020-05-05 Thread Mark Sapiro
S/mailman.mo es/LC_MESSAGES/mailman.po Yes, I see that I must have somehow just overlooked the error. In any case, it's fixed now. Thanks again for reporting these things. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabette

[Mailman-Developers] Re: Mailman 2.1.31 security release

2020-05-05 Thread Mark Sapiro
d from https://launchpad.net/mailman/2.1/ https://ftp.gnu.org/gnu/mailman/ https://sourceforge.net/projects/mailman/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan 2.1.32 (05-May-2020) i18n Fixed a typo in the S

[Mailman-Developers] Re: Mailman 2.1.31 security release - issues and questions

2020-05-05 Thread Mark Sapiro
ater today. > Q1: how about the htdig patches? 1813 does not seem to be on par with > 2.1.31. I am using the 2.1.30 patches (version 1812) for now. I'll get to it. > Q2: Is the CVE from 2018 going to be used for this vuln or will there be > a new CVE number assigned? The repor

[Mailman-Developers] Re: Mailman 2.1.31 security release

2020-05-05 Thread Mark Sapiro
On 5/5/20 9:01 AM, Mark Sapiro wrote: > > Python 2.6 is the minimum supported, but Python 2.7, preferably 2.7.17 - > the final Python 2 release, is strongly recommended. It has been brought to my attention that the final Python 2 release is 2.7.18, released April 20, 2020, and tha

[Mailman-Developers] Mailman 2.1.31 security release

2020-05-05 Thread Mark Sapiro
ailman/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan 2.1.31 (05-May-2020) Security - A content injection vulnerability via the options login page has been discovered and reported by Vishal Singh. This is

[Mailman-Developers] Re: RFC: Config complexity [was: I have issue where it does not send ...]

2020-05-02 Thread Mark Sapiro
configuration and web access to the archives. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsub

[Mailman-Developers] Re: How to know the URLs for CURL while getting or modifying the data of mailman 3

2020-04-25 Thread Mark Sapiro
do through the python prompt (>>>) Where you see something like, e.g., >>> dump_json('http://localhost:9001/3.0/lists') in the docs, translate that URL into http://:8001/3.0/lists for your curl command. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Ar

[Mailman-Developers] Re: Mailman 2.1.30 archives challenges

2020-04-25 Thread Mark Sapiro
On 4/25/20 5:36 AM, Tom Coradeschi via Mailman-Developers wrote: >> On 24 Apr 2020, at 10:18 PM, Mark Sapiro wrote: >> >> All that notwithstanding, I think this is the best patch for >> avoiding/fixing the issue. >> >> === modified file 'Mailman/Archiver/p

[Mailman-Developers] Re: Mailman 2.1.30 archives challenges

2020-04-24 Thread Mark Sapiro
m against the list. -while i>0 and (L[i-1][0] in lowercase or +while i>0 and (L[i-1][0] in lowercase[:26] or L[i-1].lower() in smallNameParts): i = i - 1 author = SPACE.join(L[-1:] + L[i:-1]) + ', ' + SPACE.join(L[:i]) -- Mark Sapiro

[Mailman-Developers] Re: Changing cookie name in mailman 2.1.26

2020-04-21 Thread Mark Sapiro
`Utils.UnobscureEmail(urllib.unquote(u))`. urllib.unquote will convert %40 back to @ and UnobscureEmail will ignore the '@', so all should be good. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan __

[Mailman-Developers] Re: AppleMail and Mailman3 content filtering

2020-04-21 Thread Mark Sapiro
to interoperate with anything outside the Apple ecosystem, everything will be fine". -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan signature.asc Description: OpenPGP digital signature ___

[Mailman-Developers] Re: Mailman 2.1.30 webserver challenges

2020-04-20 Thread Mark Sapiro
from all Current Apache requires ... Require all granted See "Run-Time Configuration Changes" at <https://httpd.apache.org/docs/2.4/upgrading.html>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense

[Mailman-Developers] Mailman 2.1.30 released

2020-04-13 Thread Mark Sapiro
/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan 2.1.30 (13-Apr-2020) New Features - Thanks to Jim Popovitch, there is now a dmarc_moderation_addresses list setting that can be used to apply dmarc_moderation_action

[Mailman-Developers] Re: Question on Subscription Moderation

2020-04-07 Thread Mark Sapiro
scription. Now I have > an email address that is both banned (first) and subscribed (second) to the > mailing list. See <https://gitlab.com/mailman/mailman/-/issues/642>. This is fixed in core 3.3.1. Note however that even though the banned address is subscribed, it can't post. --

[Mailman-Developers] Re: Rest API not returning members in alphabetical order

2020-04-02 Thread Mark Sapiro
ld say that it is a SQLAlchemy bug in that in this case, the SQLAlchemy generated query should put the ORDER BY clause on the outer SELECT and not on the sub-query. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B.

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Mark Sapiro
ng latest version of mailman from gitlab in > production environment? We do this on both mail.python.org and lists.mailman3.org as well as my own production server. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Mark Sapiro
On 3/11/20 2:33 PM, Brian Carpenter wrote: > On 3/11/20 2:38 PM, Mark Sapiro wrote: >> See <https://gitlab.com/mailman/mailman/-/merge_requests/605> > > So updating Mailman core via pip did not fix the issue. We had to do the > following downgrade: > > pip inst

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Mark Sapiro
On 3/11/20 1:38 PM, Brian Carpenter wrote: > On 3/11/20 2:38 PM, Mark Sapiro wrote: >> See <https://gitlab.com/mailman/mailman/-/merge_requests/605> > > So how do you apply the fix? Would running the following in a virtual > environment do it? > > pip install --

[Mailman-Developers] Re: Using REST api to subscribe member

2020-03-11 Thread Mark Sapiro
locale or >language settings >I tried googling, but couldn't find anything" > >The log that gave the error was /opt/mailman/mm/logs/mailman.log > See <https://gitlab.com/mailman/mailman/-/merge_requests/605> -- Mark Sapiro

[Mailman-Developers] Re: [Mailman-Users] multiple explicit reply addresses?

2020-03-03 Thread Mark Sapiro
ably, it shouldn't parse it at all and just copy it, but this creates potential issues if we aren't first stripping the original Reply-To: or if we're adding other items to Reply-To: due to DMARC mitigation. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, California

[Mailman-Developers] Re: Periodically getting KeyError File in Mailman 3

2020-02-25 Thread Mark Sapiro
REST API is the issue. If your list has lots (thousands or maybe fewer on a slow server) of members, this could be a timeout. mailmanclient is just trying to get the list bye calling the REST API. This should be OK. Whats in var/logs/mailman.log for this? The KeyError comes from Django's at

[Mailman-Developers] Re: Admin, Accounts and Hyperkitty Pages are not loading Properly on Setting DEBUG = False

2020-02-25 Thread Mark Sapiro
unning-hyperkitty-on-apache-with-mod-wsgi> -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To unsubs

[Mailman-Developers] Re: Periodically getting KeyError File in Mailman 3

2020-02-24 Thread Mark Sapiro
g visible is the Python Path which is the least interesting information. What we need to see is the exception and the traceback and things related specifically to that. And please no photo's or screen shots. Just copy/paste the relevant info. -- Mark Sapiro The highway is for gamblers, San Fran

[Mailman-Developers] Re: I18n for Mailman 2.1.30

2020-02-19 Thread Mark Sapiro
On 2/17/20 3:44 PM, Mark Sapiro wrote: > Over a month ago, I posted the following announcement particularly > asking for i18n updates prior to the final release of Mailman 2.1. > > To date I have only received updates for the Japanese translation. I have now received an up

[Mailman-Developers] Re: Regarding issue #553 in mailman-core

2020-02-18 Thread Mark Sapiro
@ritwak p Are you still working on this issue? Please let us know. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers

[Mailman-Developers] Re: Mailman 2.1.30rc1 released

2020-02-17 Thread Mark Sapiro
. On 1/11/20 7:09 PM, Mark Sapiro wrote: > I am pleased to announce the release of Mailman 2.1.30rc1. > > Python 2.6 is the minimum supported, but Python 2.7 is strongly recommended. > > This is a routine bug fix release with a few new features. See the > attached READ

[Mailman-Developers] Re: Periodically getting KeyError File in Mailman 3

2020-02-06 Thread Mark Sapiro
in Django's attempt to log the original error, and is not the actual error. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers

[Mailman-Developers] Re: where to configure max_days_to_hold on MM3 GUI interface?

2020-01-29 Thread Mark Sapiro
Please don't post the same question to both mailman-developers@python.org and mailman-us...@mailman3.org. Pick the one list you think is appropriate and post only there. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan

[Mailman-Developers] Re: Cron of Mailman notify is not working

2020-01-28 Thread Mark Sapiro
<https://lists.mailman3.org/archives/list/mailman-us...@mailman3.org/message/QAGRQAHNTYUHQPTKOBFO75XGUERUQ4DF/>. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Deve

[Mailman-Developers] Re: Daily Summary of pending requests are not being sent

2020-01-24 Thread Mark Sapiro
daily notifications to the owners of the list which of course should be as > part of the cron job list (but it is not in my case). > > FYI, I am using mailman 3.2.3. `mailman notify` is first available in Mailman 3.3.0. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Ar

[Mailman-Developers] Mailman 2.1.30rc1 released

2020-01-11 Thread Mark Sapiro
/ -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan 2.1.30rc1 (11-Jan-2020) New Features - Thanks to Jim Popovitch, there is now a dmarc_moderation_addresses list setting that can be used to apply

[Mailman-Developers] Re: Regarding issue #553 in mailman-core

2020-01-07 Thread Mark Sapiro
On 1/7/20 7:35 AM, ritwik p wrote: > Mark Sapiro wrote: > >> The comment says >> # We can't assert anything about member. It will be None when >> # the workflow we're confirming is an unsubscription request, >> # and non-None when we're confirming a subscription re

[Mailman-Developers] Re: Regarding issue #553 in mailman-core

2020-01-04 Thread Mark Sapiro
On 1/4/20 5:10 AM, ritwik p wrote: > Mark Sapiro wrote: > >> Because the comment is backwards. > > What do you mean by this?? The comment says # We can't assert anything about member. It will be None when # the workflow we're confirming is an unsubscription request, # and n

[Mailman-Developers] Re: Regarding issue #553 in mailman-core

2020-01-04 Thread Mark Sapiro
On 1/4/20 5:13 AM, ritwik p wrote: > Mark Sapiro wrote: > >> That's exactly the issue. The code doesn't fully account for >> unsubscription. (And comments don't always agree with what the code >> actually does.) > > So basically I need to modify/update/rewrite

[Mailman-Developers] Re: Regarding issue #553 in mailman-core

2020-01-03 Thread Mark Sapiro
tually does.) > Even if it does, the returns I'm getting are not in conjunction to what is > written over there. > I'm getting a token hash AS WELL AS a member which is thus raising the error. Because that code didn't take moderation of unsubscriptions into account. -- Mark Sapiro

[Mailman-Developers] Re: Regarding issue #553 in mailman-core

2020-01-03 Thread Mark Sapiro
ed from the `member` table but not from `user` table. Is > it due to the fact that even if the person is not a member, they can still be > user?? Yes. The user could be a member of other lists, but even if not the user remains. This is the subject of <https://gitlab.com/mailman/mailman/issues/64

[Mailman-Developers] Re: Mail not being delivered

2020-01-01 Thread Mark Sapiro
re out the command `commit()` to keep the mentioned change. In mailman shell everything you change is part of a transaction. At any point you can commit() to commit the transaction or abort() to abort it. exit() will exit without committing, but control-D will do an implicit commit upon exit.

[Mailman-Developers] Re: Mail not being delivered

2019-12-31 Thread Mark Sapiro
g happened. > I think my ISP is blocking port 25, > Is there a workaround to this?? It is not unusual for ISPs to block outbound port 25. You may be able to use the submission port (587) with TLS authentication if the MX accepts that. -- Mark Sapiro The highway is for gamblers, Sa

[Mailman-Developers] Re: Mail not being delivered

2019-12-31 Thread Mark Sapiro
On 12/31/19 3:50 AM, ritwik p wrote: > > Mark Sapiro wrote: > >> It also would have worked if you had put 'unsubscribe' rather than >> 'unsubs' in the Subject: as 'unsubscribe' is a valid command and >> 'unsubs' is not. > > Why Does postfix reads the "S

[Mailman-Developers] Re: Mail not being delivered

2019-12-30 Thread Mark Sapiro
mmand: unsubs > regular_text: No such command: ono > regular_text: > regular_text: - Done. It would have shown a confirmation request if you had either added -m subaddress=leave to the inject command or put 'unsubscribe' in the Subject: -- Mark Sapiro The highway is for gambler

[Mailman-Developers] Re: Introduction

2019-12-20 Thread Mark Sapiro
y give priority to list email over personal email except in cases where a list thread is becoming too arcane and is taken off-list. I.e., if you want to invite me out for a beer, dm/pm is fine, but if you have a question about Mailman, I prefer it be asked and answered on the list and in t

[Mailman-Developers] Re: Introduction

2019-12-19 Thread Mark Sapiro
evelopment environment to get a feel for everything. -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Developers mailing list -- mailman-developers@python.org To uns

[Mailman-Developers] Re: Improving the speed of mailman import21

2019-10-07 Thread Mark Sapiro
On 10/7/19 5:37 PM, Mark Sapiro wrote: > > I'm not at all sure what's actually implemented, but there is a feature > for pre-approving a post with an Approved: header with a password. This > is also supposed to work to approve held posts, but approving/discarding > held posts by

[Mailman-Developers] Re: Improving the speed of mailman import21

2019-10-07 Thread Mark Sapiro
implemented, and a much better approach is to abandon the Approved: header in favor of a pgp signature from an owner/moderator. The other possible use for this password is if a user imported by import21 wants to authenticate to Django, she might be able to use this password. I don't think that's the case no

[Mailman-Developers] Re: Umbrella Settings

2019-09-30 Thread Mark Sapiro
lla_list setting does is send password reminders to the member lists' -owner or other specified suffix rather than to the member lists themselves. Since MM 3 doesn't send password reminders, there's nothing for an umbrella_list setting to do. Nothing in MM 3 precludes a list having members which are o

[Mailman-Developers] Re: Bounce Processing in Mailman 3

2019-09-27 Thread Mark Sapiro
know > where can I found. I have drilled down both Mailman 2 and Mailman 3 for > this feature comparison. UTSL -- Mark Sapiro The highway is for gamblers, San Francisco Bay Area, Californiabetter use your sense - B. Dylan ___ Mailman-Develo

[Mailman-Developers] Re: Can we disable archiving by default

2019-09-23 Thread Mark Sapiro
Noarchive.apply(self, mailing_list) > 106 Discussion.apply(self, mailing_list) > 107 Moderation.apply(self, mailing_list) > > Can you please check if the code is fine. I have also checked by creating a > new list and checked the database entries in the tab

  1   2   3   4   5   6   7   8   9   10   >