[Mailman-Users] Message.UserNotification vs Message.OwnerNotification in Handlers/Hold.py

2016-10-10 Thread Stephen J. Turnbull
Jim Popovitch writes: > I've noticed that Mailman "hold" notifications (to:list-owner@) > fail DMARC (if the mailing list domain has a _dmarc RR) because of > a simple code issue. (not calling it a bug at this point) I don't see how direct mail can fail DMARC if the list's host MTA is corr

Re: [Mailman-Users] moderated usenet newsgroup gateway

2016-10-10 Thread Stephen J. Turnbull
Gérald Niel writes: > Le 07/10/2016 18:44, Gérald Niel a écrit : > > but nothing working. > > sorry for the noise, it was a mistake on the hostname of the newsserver. > Find de solution after look at the logs ! No need for an apology, sometimes even Mark needs to look twice! :-) And thank y

Re: [Mailman-Users] stopping cross posting?

2016-10-10 Thread Mark Sapiro
On 10/10/2016 05:44 PM, Adam Morris wrote: > > Not sure if I'm using the correct terminology. You are. > People send messages to a list I run as well as other lists that I have > nothing to do with. > > > When people reply to the message sent to other lists the replies go to > my list as wel

[Mailman-Users] stopping cross posting?

2016-10-10 Thread Adam Morris
Hi all, Not sure if I'm using the correct terminology. People send messages to a list I run as well as other lists that I have nothing to do with. When people reply to the message sent to other lists the replies go to my list as well as the list they replied to. Is there a way to stop th

Re: [Mailman-Users] Message.UserNotification vs Message.OwnerNotification in Handlers/Hold.py

2016-10-10 Thread Jim Popovitch
On Mon, Oct 10, 2016 at 5:32 PM, Jim Popovitch wrote: > On Mon, Oct 10, 2016 at 4:30 PM, Jim Popovitch wrote: >> SO... I've digging further into Mailman code looking to further >> improve problems with DMARC. I've noticed that Mailman "hold" >> notifications (to:list-owner@) fail DMARC (if the

Re: [Mailman-Users] Message.UserNotification vs Message.OwnerNotification in Handlers/Hold.py

2016-10-10 Thread Jim Popovitch
On Mon, Oct 10, 2016 at 4:30 PM, Jim Popovitch wrote: > SO... I've digging further into Mailman code looking to further > improve problems with DMARC. I've noticed that Mailman "hold" > notifications (to:list-owner@) fail DMARC (if the mailing list domain > has a _dmarc RR) because of a simple c

[Mailman-Users] Message.UserNotification vs Message.OwnerNotification in Handlers/Hold.py

2016-10-10 Thread Jim Popovitch
SO... I've digging further into Mailman code looking to further improve problems with DMARC. I've noticed that Mailman "hold" notifications (to:list-owner@) fail DMARC (if the mailing list domain has a _dmarc RR) because of a simple code issue. (not calling it a bug at this point) In Handler