Re: [Mailman-Users] How to track down someone mislabeling msgs as abuse?

2018-06-25 Thread Mark Sapiro
On 6/25/18 11:39 AM, Richard Johnson wrote: > I have a mailing list which has 51 members, all friends of mine. We use it > to communicate on things related to our history club. About 1-2 times a > month, I receive an automated message from AOL's abuse list, saying that > someone has marked one

Re: [Mailman-Users] How to track down someone mislabeling msgs as abuse?

2018-06-25 Thread Mark Sapiro
On 6/25/18 11:39 AM, Richard Johnson wrote: > Feedback-Type: abuse > User-Agent: AOL SComp > Version: 0.1 > Received-Date: Mon, 25 Jun 2018 10:04:00 -0400 (EDT) > Source-IP: 98.173.52.230 > Reported-Domain: mischievous.us > Redacted-Address: redacted > Redacted-Address: redacted@ > > Along with al

Re: [Mailman-Users] Mailman 2.1.27 released

2018-06-25 Thread Mark Sapiro
On 6/25/18 11:27 AM, Richard Johnson wrote: > I see I'm still running 2.1.22. I'd like to upgrade to 2.1.27, however. Is > there a document with instructions on how to upgrade? See the UPGRADING document in the tarball or at

Re: [Mailman-Users] How to track down someone mislabeling msgs as abuse?

2018-06-25 Thread Stephen J. Turnbull
Richard Johnson writes: > I tried this just now, adding "%(user_address)" to the footer, Executive summary: Try adding "s" to the end of that. The format string is "%s", which in very old Pythons needed to be referred to according to its position in the string. More modern Pythons allow you to

Re: [Mailman-Users] How to track down someone mislabeling msgs as abuse?

2018-06-25 Thread Richard Johnson
I tried this just now, adding "%(user_address)" to the footer, and I'm geting: Warning: The following illegal substitution variables were found in the msg_footer string: user_address (I included "OWNERS_CAN_ENABLE_PERSONALIZATION = Yes" into mm_cfg.py, and I did bin/mailmanctl restart.) What v

Re: [Mailman-Users] How to track down someone mislabeling msgs as abuse?

2018-06-25 Thread Richard Johnson
Thanks for the suggestion! I'll try it out. As for routing directly to spam, I actually thought of that and asked him to verify that wasn't the case. He says he has no such filter. I'm hoping that if I can provide proof that it's him, he'll take it more seriously and take a closer look. At a

Re: [Mailman-Users] How to track down someone mislabeling msgs as abuse?

2018-06-25 Thread Russell Clemings
I put %(user_address)s in the message footer; that doesn't seem to get sanitized by the feedback loops. It doesn't work for digests though, just regular messages. I believe it also requires you to set OWNERS_CAN_ENABLE_PERSONALIZATION on mm_cfg.py. As to your suspect, since he says he's not seei

[Mailman-Users] How to track down someone mislabeling msgs as abuse?

2018-06-25 Thread Richard Johnson
I have a mailing list which has 51 members, all friends of mine. We use it to communicate on things related to our history club. About 1-2 times a month, I receive an automated message from AOL's abuse list, saying that someone has marked one of the messages as "abuse". Unfortunately, there's

Re: [Mailman-Users] Mailman 2.1.27 released

2018-06-25 Thread Richard Johnson
I see I'm still running 2.1.22. I'd like to upgrade to 2.1.27, however. Is there a document with instructions on how to upgrade? Thanks! /raj > On Jun 22, 2018, at 10:37 AM, Mark Sapiro wrote: > > I am pleased to announce the release of Mailman 2.1.27. > > Python 2.6 is the minimum support