Hi,
we are currently running mailman version 3.3.0. We want to enable max_delivery_threads - we want to send personalized mails (To: ), and we hope that threading would speed things up - but it seems this option has no functionality despite being documented in the schema.cfg.
Threading is compiled into python:
import sysconfig print(sysconfig.get_config_vars('WITH_THREAD')) [1]
Am I doing anything wrong or is the documentation simply wrong?
This ist the mta-section of the mailman.cfg.
[mta] incoming: mailman.mta.postfix.LMTP outgoing: mailman.mta.deliver.deliver max_delivery_threads: 20 max_recipients: 500 lmtp_host: 127.0.0.1 lmtp_port: 8024 smtp_host: 127.0.0.1 smtp_port: 25 configuration: python:mailman.config.postfix
Regards, Sven
On 10/15/19 12:29 AM, Sven Buesing wrote:
Hi,
we are currently running mailman version 3.3.0. We want to enable max_delivery_threads - we want to send personalized mails (To: ), and we hope that threading would speed things up - but it seems this option has no functionality despite being documented in the schema.cfg.
It is documented in schema.cfg, but it has never been implemented.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Hi,
thank you for the clarification. Are there other ways to speed up the sending of personalized emails?
Regards, Sven
-----Ursprüngliche Nachricht----- Von: Mark Sapiro [mailto:mark@msapiro.net] Gesendet: Dienstag, 15. Oktober 2019 17:47 An: mailman-users@mailman3.org Betreff: [MM3-users] Re: max_delivery_threads
Hi,
we are currently running mailman version 3.3.0. We want to enable max_delivery_threads - we want to send personalized mails (To: ), and we hope that threading would speed things up - but it seems
On 10/15/19 12:29 AM, Sven Buesing wrote: this
option has no functionality despite being documented in the schema.cfg.
It is documented in schema.cfg, but it has never been implemented.
-- Mark Sapiro <mark@msapiro.net> The highway is for gamblers, San Francisco Bay Area, California better use your sense - B. Dylan
Mailman-users mailing list -- mailman-users@mailman3.org To unsubscribe send an email to mailman-users-leave@mailman3.org https://lists.mailman3.org/mailman3/lists/mailman-users.mailman3.org/
participants (2)
-
Mark Sapiro
-
Sven Buesing