c
```
This is a Mailman core function that has nothing to do with Affinity.
You can ask EMWD to change the time that MM 3 digests are sent, but
since it affects digests for all lists, they may not want to do that.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Calif
object depends on the raw value and how it is parsed
into a msg object. It does not depend on the header_name.
In either case `str(msg.get('header_name', 'default'))` will return the
appropriate string.
--
Mark Sapiro The highway is for
message_subject to a string.
Perhaps you can log `msg.as_string()` or other things to inspect the msg
object.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-Dev
mailman.config import config
from mailman.config.config import external_configuration
...
my_config = external_configuration(config.plugin.example.configuration)
# and then things like
item_one = my_config.get('plugin.example', 'config_item_one')
```
--
Mark Sapiro The hig
/list/mailman-us...@python.org/thread/X2K4DI2EKBWIMXAWP5NSNZRGVWJXWTIF/
- No.
It is starting to become a real issue with the major email providers that they
are not signed.
This is a cPanel issue.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, California
sages in a list, and also to find the most
recent post to a list.
What happens if you search for * and sort earliest first. Does it find
deleted messages and are there errors?
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense -
s you can run the Django update_index_one_list job to just do one
list.
--
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 unsu
neglected to update the message catalogs until now after you released
1.3.13.
However, I don't think it matters and certainly doesn't warrant another
release, since the things we would want in a release are updated
translations, and those need to come from Weblate over time.
--
M
asily modified to do this and then be run periodically by cron.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
___
Mailman-Developers mailing list -- mailman-developers@python.o
ssage I received from the list are
```
X-Mailman-Version: 3.3.10b1
Precedence: list
Subject: [Mailman-Developers] Mailman3 replaces [ with =?utf-8?q?=5B, why?
List-Id: GNU Mailman developers
```
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter
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
ay help. See
<https://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
ng jobs 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,
ess the .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 u
Mark Sapiro wrote:
>
> I think it would be nice if we had a configuration setting to do that.
Here's a patch that enables setting
```
SHOW_ANONYMOUS_SUBSCRIBE_FORM = False
```
in your Django settings to suppress the anonymous subscribe form.
--
Mark Sapiro The highway is f
new
would 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 a
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
rate release 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_
est/src/mailman/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
s list is 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
ps://gitlab.com/mailman/hyperkitty/-/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-
ation 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.
e
are `New 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,
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
don't include the original From: @domain because of
goal #2. We 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 ga
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
man/
https://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 ma
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
=== modified file 'Mailman/CSRFcheck.py'
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
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
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/
--
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 +
.
--
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
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
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
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
r more information, please see our web site at one of:
http://www.list.org
https://www.gnu.org/software/mailman
http://mailman.sourceforge.net/
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/
--
Mark
nd 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: OpenP
ons on the list by default (we did that
at Tor).
We strongly believe that reply-to munging is not a good thing. See
<http://marc.merlins.org/netrants/listreplyto.html>.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, California
some of the links 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 unsub
gt;
> 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 f
What 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 lis
n/-/issues/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 em
e-packages/flufl
bounce/
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 highwa
command
> works without 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-Developer
ed <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
___
Mailma
a reply as a new message.
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
___
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 separator was changed
> > from "_
-call> 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 sen
discard.py#L45>
from
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'
rst, check Mailman's
bin/mailman members --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]
le
delivered to Mailman core,
but it is not archived in HyperKitty 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
___
ing clears out 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 A
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
d url
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
7;t emulate the MM 2.1 UI at
all. See
<https://mail.python.org/archives/search?mlist=mailman-developers%40python.org&q=affinity>
for some discussion of these.
--
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
_
tion, because this is for mailman
I don't know 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
76 (see
<https://docs.python.org/2.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, Ca
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
easons 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 se
onally, 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
:
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
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
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
#x27;context_processors': } 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
__
http://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 Fran
SSAGES/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, Californi
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. Dylan
2.1.32 (05-May-2020)
i18n
Fixed a typ
all the above and release 2.1.32 later 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
>
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 that i
cts/mailman/
--
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. Th
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
installations.
--
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 mailing list -- mailman-developers
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 Franci
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/Archi
the last name will be
# in lowercase, and check them 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:
lows '%' (but not '@'). The inversion at
lines 318-319 does `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 B
f "if you don't ask
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 signatu
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
/
--
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
o I decided to approve the subscription. 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
t 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.
recommend running 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 A
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
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 --upgr
with 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>
--
Arguably, 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 Ba
500 from the Mailman 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
tml#running-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 u
le 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
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
@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
.
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
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-devel
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.
<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
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
/
--
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
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
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 reques
1 - 100 of 1097 matches
Mail list logo