[Mailman-Users] mm-handler support

2018-10-25 Thread Jim Ziobro
sendmail hand.  I'd be happy to make those changes.  Anyone else got comments about mm-handler? Ciao, //Z\\ Jim Ziobro -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ:

[Mailman-Users] mm-handler starting version

2018-10-31 Thread Jim Ziobro
optionally save *all* bounce messages.  This is valuable for initial list creation.  Is that feature available elsewhere in mailman? Thanks, //Z\\ Jim Ziobro -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mail

[Mailman-Users] mm-handler v3

2018-11-28 Thread Jim Ziobro
'll take a crack at it. Enjoy! Ciao, //Z\\ Jim Ziobro -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Policy: http://wiki.

Re: [Mailman-Users] mm-handler or aliases to integrate with sendmail

2018-11-29 Thread Jim Ziobro
at the docs.  This seems like it might be easier to maintain and setup than the mm-handler.  At least it is the way I would have chosen. Mark, Thanks for the pointer! Ciao, //Z\\ On 11/28/2018 5:27 PM, Grant Taylor via Mailman-Users wrote: On 11/28/2018 02:39 PM, Jim Ziobro wrote: I now realiz

[Mailman-Users] Start of MTA/Sendmail;.py

2018-11-30 Thread Jim Ziobro
The MTA=Postfix creates a file: "/etc/mailman/aliases".  That file is in the format used by Postfix , Sendmail, Exim, etc. to form the mail interface into Mailman.  It looks like the intention was that Mailman would maintain that file along with edits by a human.  Is that functionality still us

[Mailman-Users] Updated view on Sendmail integration

2018-12-04 Thread Jim Ziobro
by root. This is where I am now.I cut and paste Python code but don’t necessarily understand it.If someone could give the Python code a look over then I’ll organize it a little better for a release. This got a little long.  Thanks for your attention! Ciao, //Z\\ Jim Ziobro

[Mailman-Users] Translation (Localization) of mail addresses?

2018-12-05 Thread Jim Ziobro
Are there any plans to support changing of mail interface addresses for other languages? In MTA/Utils.py I find:  ('admin', 'bounces', 'confirm', 'join', 'leave', 'owner', 'request', 'subscribe', 'unsubscribe'):  Should the Italian mail extensions be something like:     gestire rimbalzi co

[Mailman-Users] mm-handler same as postfix-to-mailman.py

2019-01-04 Thread Jim Ziobro
ler. I have some ideas for Mailman2.  I'll follow up. Ciao, //Z\\ Jim Ziobro -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.list.org/x/AgA3 Security Poli

[Mailman-Users] Anti Spam to stop list attacks

2019-01-20 Thread Jim Ziobro
g sent to those addresses are junk.  I learned a lot by using that trick. Ciao, //Z\\ Jim Ziobro On 1/19/2019 4:58 PM, Kenneth G. Gordon wrote: One of my forums has suddenly been inundated with posts to the list by non-subscribers, most of which seem to be coming from some homosexual list som

[Mailman-Users] FetchMail feed into Mailman

2019-03-25 Thread Jim Ziobro
FetchMail injects messages into the local mail system via SMTP.   I see it also supports LMTP.  So I guess you would not need a local mail system with Mailman3.  But why not setup standard Mailman under your favorite mail system and let FetchMail do what it does best?  It is a widely supported

Re: [Mailman-Users] Need assistance configuring Mailman version 2.1.15 on RHEL7

2019-07-19 Thread Jim Ziobro
ny mailer. My updates to mm-handler are on: http://sw.ziobro.info/mm-handler/ Ciao, //Z\\ Jim Ziobro -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://wiki.

[Mailman-Users] Messages delivered out of order and delayed

2019-09-13 Thread Jim Ziobro
Indeed email is not a synchronous messaging channel.  But most email clients will sort incoming messages by header Date thus undo the effects of out-of-order delivery.  Even if you send out two messages in a row to j...@gmail.com there is no guarantee that both messages go to the same machine.

Re: [Mailman-Users] Do sender filters apply to subscription requests?

2019-09-18 Thread Jim Ziobro
On 9/17/2019 1:37 PM, Kevin Bowen wrote: Hello, One of my instance's lists is apparently getting spammed with subscription requests from addresses outside my org. In sender filters, for reject_these_nonmembers I put ^(?!.*(example)\.com$) [actual domain redacted], but the requests still get throu