[Mailman-Users] Re: Create moderator-only accessible list of allowed posters?

2025-07-07 Thread Matthew Pounsett
On Mon, Jul 7, 2025 at 10:28 AM Stephen J. Turnbull wrote: > > > and would allow an immediate rejection of posts, with an optional > > rejection message for non-2nd tier subscribers. > > This may be possible in Mailman 2.1, but I don't have an instance to > check. I think there were list-wide

[Mailman-Users] Re: Mailman-2.1.x vulnerabilities found

2025-04-29 Thread Matthew Pounsett
On Tue, Apr 29, 2025 at 9:32 AM Ralf Hildebrandt via Mailman-Users < mailman-users@python.org> wrote: > Just received word about those three: > > https://github.com/0NYX-MY7H/CVE-2025-43921 > -- wasn't able to reproduce on 2.1.39 > Same for me. All this "exploit" gets me is the list creation pag

[Mailman-Users] Re: DMARC Wrap Message doesn't preserve addressees

2022-02-28 Thread Matthew Pounsett
On Mon, Feb 28, 2022 at 9:23 PM Mark Sapiro wrote: > > message characteristics. See remarks beginning at > https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/Handlers/CookHeaders.py#L193 > and > https://bazaar.launchpad.net/~mailman-coders/mailman/2.1/view/head:/Mailman/Ha

[Mailman-Users] DMARC Wrap Message doesn't preserve addressees

2022-02-28 Thread Matthew Pounsett
We've noticed that with DMARC moderation set to "Wrap Message", the rewritten header doesn't preserve the original addressee list. In the particular case that I'm looking at right now, the list address itself is removed from the Cc header. We've had a few complaints that this results in responses

[Mailman-Users] Re: Manually incrementing bounce counters

2020-12-18 Thread Matthew Pounsett
On Thu, 17 Dec 2020 at 18:19, Mark Sapiro wrote: > > See , mirrored at > > Thanks! -- Mailman-Users mailing list -- mailman-users@python.org To

[Mailman-Users] Manually incrementing bounce counters

2020-12-17 Thread Matthew Pounsett
I occasionally get "Uncaught bounce notifications" where mailman has been unable to figure out which user/list to increment the bounce counters for, but where it's blindingly obvious to me. If it's just one or two bounces I'm happy to leave it alone, but in other cases I'd like to manually trigger

[Mailman-Users] Re: mailman v2.x

2020-09-19 Thread Matthew Pounsett
On Sat, 19 Sep 2020 at 13:07, Mark Sapiro wrote: > >> I'm pretty sure that at least for now I[1] can configure a system to > >> run Mailman 2 so that none of the above matters (eg, have the web > >> server and MTA speak TLS so that Mailman doesn't have to), but I'm not > >> confident that will la

[Mailman-Users] Re: mailman v2.x

2020-09-19 Thread Matthew Pounsett
I'm probably going to regret getting involved in this conversation, but ... On Sat, 19 Sep 2020 at 08:48, Stephen J. Turnbull < turnbull.stephen...@u.tsukuba.ac.jp> wrote: > I'm pretty sure that at least for now I[1] can configure a system to > run Mailman 2 so that none of the above matters (eg,

[Mailman-Users] Re: mailman v2.x

2020-09-17 Thread Matthew Pounsett
On Thu, 17 Sep 2020 at 10:14, Mark Sapiro wrote: > On 9/17/20 6:54 AM, Matthew Pounsett wrote: > > > > If someone was going to undertake a rewrite of Postorius, using a > different > > web development framework (e.g. Flask, but pretty much anything that > isn't &

[Mailman-Users] Re: mailman v2.x

2020-09-17 Thread Matthew Pounsett
On Thu, 17 Sep 2020 at 07:22, Stephen J. Turnbull < turnbull.stephen...@u.tsukuba.ac.jp> wrote: > > Replacing Postorius with a Mailman 2 lookalike would probabaly be a > nearly complete rewrite. Of course you can reuse the HTML and perhaps > the page-generating code, but all of the "business logi

Re: [Mailman-Users] Mailman 3 Ready?

2019-11-25 Thread Matthew Pounsett
On Mon, 25 Nov 2019 at 05:04, Johannes Rohr wrote: > The obvious big showstopper is that there is no supported upgrade path > from Mailman 2.* yet, according to > > http://www.mailman3.org/en/latest/pre-installation-guide.html#how-can-i-upgrade-from-mailman-2-1-x > and so you certainly don't want

Re: [Mailman-Users] DMARC message wrapping not working

2019-05-21 Thread Matthew Pounsett
On Tue, 21 May 2019 at 20:21, Mark Sapiro wrote: > On 5/21/19 6:41 AM, Matthew Pounsett wrote: > > > > Ah, I see. I think that would be worth calling out in the documentation. > > I think the way it's currently written strongly implies that it will > bring

Re: [Mailman-Users] DMARC message wrapping not working

2019-05-21 Thread Matthew Pounsett
On Mon, 20 May 2019 at 11:35, Mark Sapiro wrote: > On 5/19/19 1:13 PM, Matthew Pounsett wrote: > > I've got a mailman 2.1.26 install I've taken over. I've attempted to > turn > > on DMARC message wrapping by setting DEFAULT_DMARC_MODERATION_ACTION in > my >

[Mailman-Users] DMARC message wrapping not working

2019-05-20 Thread Matthew Pounsett
I've got a mailman 2.1.26 install I've taken over. I've attempted to turn on DMARC message wrapping by setting DEFAULT_DMARC_MODERATION_ACTION in my mm_cfg.py file, but it doesn't seem to have had the desired effect. I'm still seeing messages from p=reject domains going out with their original he

Re: [Mailman-Users] Now that Python 2 is dead

2019-04-12 Thread Matthew Goebel
http://www.mail-archive.com/mailman-users%40python.org/ > Unsubscribe: > https://mail.python.org/mailman/options/mailman-users/mgoebel%40emich.edu > -- Matthew Goebel : goe...@emunix.emich.edu : Unix Jockey @ EMU : Hail Eris Neo-Student, Net Lurker, Donut consumer, and procrastinating me

Re: [Mailman-Users] Now that Python 2 is dead in 2020 what are people's plans with mailman2?

2019-04-10 Thread Matthew Goebel
info/mailman-users > Mailman FAQ: http://wiki.list.org/x/AgA3 > Security Policy: http://wiki.list.org/x/QIA9 > Searchable Archives: > http://www.mail-archive.com/mailman-users%40python.org/ > Unsubscribe: > https://mail.python.org/mailman/options/mailman-users/mgoebel%40emich.edu > --

[Mailman-Users] Now that Python 2 is dead in 2020 what are people's plans with mailman2?

2019-04-10 Thread Matthew Goebel
if people were willing to share their thoughts. I will be bugging the mailman 3 users list about some questions I have about that software. Thanks, Matt -- Matthew Goebel : goe...@emunix.emich.edu : Unix Jockey @ EMU : Hail Eris Neo-Student, Net Lurker, Donut consumer, and procrastinat

[Mailman-Users] Some site blocking our emails from mailman 2.1.29 ?

2018-11-30 Thread Matthew Goebel
much I can do about this with mailman if true? Thanks, Matt -- Matthew Goebel : goe...@emunix.emich.edu : Unix Jockey @ EMU : Hail Eris Neo-Student, Net Lurker, Donut consumer, and procrastinating medher... "Always with the negative waves, Moriarty" - Oddball "Comfort the

[Mailman-Users] help setting up mailman

2018-09-19 Thread Matthew Draft
Hi, I'm new to mailman and could use some advise as far as setting up a new listserv. Do I need to rent server space to hold the list data? Matt -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mail

[Mailman-Users] Preventing abusive / malicious subscription requests

2017-05-08 Thread Matthew Blissett
Hi, I administrate two small, public Mailman servers. On one of them [1], I see a lot of unsolicited subscription requests. For example, win**a...@gmail.com was subscribed 41 times last week, from 13 different IP addresses. A whois search on these IP addresses suggests they're from

Re: [Mailman-Users] command line tool to list ban_list, discard_these_nonmembers, accept_these_nonmembers, etc

2016-07-11 Thread Matthew Needham
Thanks, Mark. That works perfectly. -- Matthew Needham mneed...@hdfgroup.org 217-531-6110 The HDF Group 1800 South Oak Street, Suite 203 Champaign, IL 61820 -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org

Re: [Mailman-Users] command line tool to list ban_list, discard_these_nonmembers, accept_these_nonmembers, etc

2016-07-11 Thread Matthew Needham
Mark, > On Jul 8, 2016, at 17:39 PM, Mark Sapiro wrote: > > On 7/8/16 10:11 AM, Matthew Needham wrote: >> Is there a succinct way to list "auxiliary" addresses that are configured in >> a list? By "auxiliary" I'm referring to addresses other tha

[Mailman-Users] command line tool to list ban_list, discard_these_nonmembers, accept_these_nonmembers, etc

2016-07-08 Thread Matthew Needham
emoving/reassigning administrator or moderator responsibilities, when else should I be doing to clean up when someone leaves? Thanks! -- Matthew Needham mneed...@hdfgroup.org 217-531-6110 The HDF Group 1800 South Oak Street, Suite 203 Champaign, IL 61820 -

[Mailman-Users] Putting back bounce unsubscribes?

2015-10-09 Thread Matthew Saltzman
re an efficient way to identify and resubscribe these? Is there a way to clear the bounce records from multiple lists so that we don't lose more users? Thanks in advance. -- Matthew Saltzman Clemson University Math Sciences mjs AT clemson DOT edu

Re: [Mailman-Users] Subscription Form Spam -- It continues . . .

2015-10-07 Thread Matthew Saltzman
and some fail because the POST comes too soon after the > GET. > Based on Mark's advice, we banned the following regexps from subscribing: ^.*\+\d{5,}@gmail\.com ^.*\+\d{5,}@usc\.edu That might be a bit aggressive, potentially blocking a legitimate address

Re: [Mailman-Users] Regexp for blocking addresses

2015-09-29 Thread Matthew Saltzman
On Mon, 2015-09-28 at 19:41 -0700, Mark Sapiro wrote: > On 09/28/2015 07:46 AM, Matthew Saltzman wrote: > > > > So I used the ban script from > > http://nigelb.me/2015-08-26-mailman-attacks.html to add regexps of > > the > > form > > > > "

Re: [Mailman-Users] Regexp for blocking addresses

2015-09-29 Thread Matthew Saltzman
On Tue, 2015-09-29 at 09:55 -0700, Mark Sapiro wrote: > On 09/29/2015 08:24 AM, Matthew Saltzman wrote: > > > > Got it, thanks. I will switch to that one. Now would like to figure > > out > > how to delete all my futile attempts from the ban list. Tried > > modif

Re: [Mailman-Users] Regexp for blocking addresses

2015-09-29 Thread Matthew Saltzman
On Mon, 2015-09-28 at 19:41 -0700, Mark Sapiro wrote: > On 09/28/2015 07:46 AM, Matthew Saltzman wrote: > > > > So I used the ban script from > > http://nigelb.me/2015-08-26-mailman-attacks.html to add regexps of > > the > > form > > > > "

Re: [Mailman-Users] Regexp for blocking addresses

2015-09-28 Thread Matthew Saltzman
On Thu, 2015-09-24 at 20:57 -0500, Mark Sapiro wrote: > On 9/24/15 1:47 PM, Matthew Saltzman wrote: > > > > I am trying to block variants of certain gmail addresses but I'm > > having > > trouble concocting the right rexexp to accomplish the task. > > &g

[Mailman-Users] Reenabling users disabled due to bounces

2015-09-28 Thread Matthew Saltzman
rough membership lists on the Web? TIA. -- Matthew Saltzman Clemson University Math Sciences mjs AT clemson DOT edu -- Mailman-Users mailing list Mailman-Users@python.org https://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ:

Re: [Mailman-Users] Regexp for blocking addresses

2015-09-28 Thread Matthew Saltzman
On Fri, 2015-09-25 at 17:03 +, Matthew Saltzman wrote: > On Fri, 2015-09-25 at 08:23 -0700, Mark Sapiro wrote: > > On 9/25/15 7:57 AM, Matthew Saltzman wrote: > > > > > > That's still much more aggressive than what I was trying to say. > > > I > >

Re: [Mailman-Users] Regexp for blocking addresses

2015-09-25 Thread Matthew Saltzman
On Fri, 2015-09-25 at 08:23 -0700, Mark Sapiro wrote: > On 9/25/15 7:57 AM, Matthew Saltzman wrote: > > > > That's still much more aggressive than what I was trying to say. I > > actually want to ban precisely all variants of the one address > > > > j

[Mailman-Users] Regexp for blocking addresses

2015-09-24 Thread Matthew Saltzman
27;? 2. Is there a way to script removing all my experimentation from the ban lists on multiple mailing lists? Things are looking pretty cluttered by now on the privacy admin pages. Thanks very much in advance. -- Matthew Saltzman Clemson University Math S

Re: [Mailman-Users] View the Private mail lists from UI

2015-06-03 Thread Matthew Needham
ot such a > feature. Although my Mailman install is is currently part of CPanel, so I don't need such a feature, it does seem like it would be useful. Does this sort of functionality exist in Mailman 3? -- Matthew Needham mneed...@hdfgroup.org 217-531-6110 The HDF Group 1800 Sou

Re: [Mailman-Users] The "right" way to reply to a mailing list

2015-03-23 Thread Matthew Needham
inced me that any programmatic trimming of content is bound to cause problems for users. Despite this, due to the preponderance of the very issues discussed in this thread, the feature is still useful and enabled. -- Matthew Needham mneed...@hdfgroup.org 217-531-6110 The HDF Grou

Re: [Mailman-Users] The "right" way to reply to a mailing list

2015-03-20 Thread Matthew Needham
rly as easy as with a real keyboard, but it does at least provide the functionality. -- Matthew Needham mneed...@hdfgroup.org 217-531-6110 The HDF Group 1800 South Oak Street, Suite 203 Champaign, IL 61820 -- Mailman-Users mailing list Mailm

Re: [Mailman-Users] dangers of using subject_prefix with new DMARC problems

2014-09-09 Thread Matthew Taylor
That's great. Thanks for all the help! - Matt Taylor OS Community Flag-Bearer Numenta On Tue, Sep 9, 2014 at 8:47 PM, Mark Sapiro wrote: > On 09/09/2014 08:45 PM, Matthew Taylor wrote: >> >> So if I go with option #1, I can add back the subject_prefix value? >

Re: [Mailman-Users] dangers of using subject_prefix with new DMARC problems

2014-09-09 Thread Matthew Taylor
On Tue, Sep 9, 2014 at 7:32 PM, Mark Sapiro wrote: > On 09/09/2014 07:04 PM, Peter Shute wrote: >> >> Shouldn't there be an "or" between 1. and 2? I would have thought if you've >> followed the advice in 1. then 2. shouldn't be necessary. That's what we've >> done, and it's working ok. > > Regar

[Mailman-Users] dangers of using subject_prefix with new DMARC problems

2014-09-09 Thread Matthew Taylor
Hello all, I'm a Mailman administrator for the lists at http://numenta.org/lists. Recently, we had DMARC problems with Google servers, and my provider (EMWD) gave me the following actions to take: http://clientarea.emwd.com/knowledgebase/60/DMARC-and-Mailman.html We ended up moving the lists to

Re: [Mailman-Users] Executive summary of DMARC issues

2014-05-16 Thread Matthew Needham
we no longer qualify for the nonprofit program.) Feel free to contact me directly for more details. -- Matthew Needham mneed...@hdfgroup.org 217-531-6110 The HDF Group 1800 South Oak Street, Suite 203 Champaign, IL 61820 -- Mailman-User

Re: [Mailman-Users] Executive summary of DMARC issues

2014-05-15 Thread Matthew Needham
Here’s a table comparing select features of the two: [cid:2EBFB349-BF05-4E11-BED3-DCE3885C4D60@hdfgroup.uiuc.edu] -- Matthew Needham mneed...@hdfgroup.org<mailto:mneed...@hdfgroup.org> 217-531-6110 The HDF Group 1800 South Oak Street, Suite 203 Champaign, IL 61820 -

Re: [Mailman-Users] A word to the wise: spam-checking and RFC conformance

2014-05-14 Thread Matthew Needham
On my server, it was being instead by spamassassin and was then visible in each message handled by Mailman. The “content-preview” in the header is easily removed in /etc/mail/spamassassin/local.cf. Matthew On May 14, 2014, at 02:52 AM, Stephen J. Turnbull wrote: > Hi all, > &g

Re: [Mailman-Users] fixing a "reordered" archive

2013-06-18 Thread Matthew Needham
On Jun 17, 2013, at 13:01 PM, Mark Sapiro wrote: > On 06/17/2013 10:21 AM, Matthew Needham wrote: >> >> Older.mbox contains 1512 messages, five of which contain unescaped lines >> starting with "From ". What's the best way to escape those lines and >&g

Re: [Mailman-Users] fixing a "reordered" archive

2013-06-17 Thread Matthew Needham
On Jun 12, 2013, at 18:09 PM, Mark Sapiro wrote: >> On 06/12/2013 12:10 PM, Matthew Needham wrote: >> >> As best as I can tell, there's no way for me to determine which messages >> were in the archive before older.mbox was added. Is there a way? > > If yo

[Mailman-Users] fixing a "reordered" archive

2013-06-12 Thread Matthew Needham
rating the lists I made tarballs of everything, so I still have access to the archives before they were rebuilt. Thanks. -- Matthew Needham The HDF Group 1800 South Oak Street, Suite 203 Champaign, IL 61820 217-531-6110 mneed...@hdfgroup.org --

Re: [Mailman-Users] moving a mailing list to a new subdomain

2013-05-20 Thread Matthew Needham
On May 17, 2013, at 12:34 PM, Mark Sapiro wrote: > On 05/17/2013 08:45 AM, Matthew Needham wrote: >> An update... >> >> On May 16, 2013, at 14:48 PM, Matthew Needham wrote: >> >>> 1. For the situation I described, are the instructions on that FAQ (moving

Re: [Mailman-Users] moving a mailing list to a new subdomain

2013-05-17 Thread Matthew Needham
An update... On May 16, 2013, at 14:48 PM, Matthew Needham wrote: > I have a mailman install under cPanel, and I need to move my lists from > listn...@bigdata.org to listn...@lists.bigdata.org. I've read quite a few > webpages about how to move lists and rename lists, and I&#x

[Mailman-Users] moving a mailing list to a new subdomain

2013-05-17 Thread Matthew Needham
7;t help. It seems like it should be easy enough change them manually, but I'd rather use whatever mechanism Mailman provides. Thanks. -- Matthew Needham The HDF Group 1800 South Oak Street, Suite 203 Champaign, IL 61820 217-531-6110 mneed...@hdfgroup.org -

Re: [Mailman-Users] Fwd: Re: Unstoppable duplicate message [RESOLVED (but not solved)]

2012-03-08 Thread Matthew Saltzman
So I had to reboot the server for other reasons, and the loop seems to be broken--the duplicates have stopped. Thanks for the suggestions. I will remember them for next time. On Wed, 2012-03-07 at 19:10 -0800, Mark Sapiro wrote: > On 3/7/2012 6:16 PM, Mark Sapiro wrote: > > &g

[Mailman-Users] Unstoppable duplicate message

2012-03-07 Thread Matthew Saltzman
ction? My subscribers are going crazy. TIA. -- Matthew Saltzman Clemson University Mathematical Sciences mjs AT clemson DOT edu -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman

[Mailman-Users] List won't send if membership is over 2 members

2009-10-02 Thread Matthew Lind
I am having some trouble with a list on my mailman server. It seems that mailman won't send out to the list if the membership of this particular list is over 2. I have many lists on this same server and all the other lists have membership over 1k, all deliver with no issues. I have checked in th

[Mailman-Users] Admin interface not recording changes (not the FAQ)

2009-09-24 Thread Matthew Miller
first step, but haven't gotten any helpful answers (yet). Anyone have any ideas? I'm about ready to pull out all 3 of my remaining hairs. Thanks in advance! Signed, Matthew C. Miller IT Technician / Registrar Riverstone Internati

Re: [Mailman-Users] Pending messages disappeared from admindb

2008-02-11 Thread Matthew Saltzman
On Sun, 2008-02-10 at 22:38 -0600, Brad Knowles wrote: > On 2/10/08, Matthew Saltzman wrote: > > > I think the whole site could use some reorganization. I had seen the > > FAQ Wizard page before, but I have no idea how I got there. If I follow > > the FAQ link in th

Re: [Mailman-Users] Pending messages disappeared from admindb

2008-02-10 Thread Matthew Saltzman
idea how I got there. If I follow the FAQ link in the left-hand nav panel, I get the old one. Thanks for your help. -- Matthew Saltzman Clemson University Mathematical Sciences mjs AT clemson DOT edu http://www.math.clemson.edu/~mjs ---

Re: [Mailman-Users] Pending messages disappeared from admindb

2008-02-10 Thread Matthew Saltzman
ou don't want to discard, and just remove the > >rest. > > > BTW, after you do the above, you still need to eventually remove the > data/heldmsg--nn.pck file, as the message will > (presumably) be held again under the new list name. Worked like a charm, thanks! --

[Mailman-Users] Pending messages disappeared from admindb

2008-02-10 Thread Matthew Saltzman
first list so they appear in the admindb screen? Thanks. -- Matthew Saltzman Clemson University Mathematical Sciences mjs AT clemson DOT edu http://www.math.clemson.edu/~mjs -- Mailman-Users mailing list Mailman-Users@pytho

Re: [Mailman-Users] Problem with a mailman list setup

2008-01-24 Thread Matthew Farr
al Message- From: Mark Sapiro [mailto:[EMAIL PROTECTED] Sent: Wednesday, January 23, 2008 3:20 PM To: Matthew Farr Cc: mailman-users@python.org Subject: Re: [Mailman-Users] Problem with a mailman list setup Matthew Farr wrote: > > I tried to set up a new list today, here: > http://tlca

[Mailman-Users] Problem with a mailman list setup

2008-01-22 Thread Matthew Farr
Hi there, I'm a web site designer and programmer, with a limited understanding of shell access. I tried to set up a new list today, here: http://tlca.org/mailman/listinfo/risingsun However, no one can send mail to the list. It bounces back with: This is an automatically generated Delivery Statu

[Mailman-Users] retrieving usernames and passwords from mailman

2007-02-21 Thread Matthew Clarkson
Is this possible with a current command line program with mailman? Thanks in advance -- Matthew Clarkson Netera Alliance -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman

Re: [Mailman-Users] Can mailman pickup mail via pop3

2006-12-07 Thread Matthew
That's usefull thanks!! I may be able to get it work. However, is there anyway to do it without having the local MTA involved at all? On 12/6/06, Patrick Bogen <[EMAIL PROTECTED]> wrote: > > On 12/6/06, Matthew <[EMAIL PROTECTED]> wrote: > > I would like to b

[Mailman-Users] Can mailman pickup mail via pop3

2006-12-06 Thread Matthew
Hi all, I was wondering if this was possible with mailman: I would like to be able to have mailman pickup incoming mail to the list via an external POP3 server (important) and submit it out to the list via an external SMTP server (not as important). If this can't work does anyone have any ideas

[Mailman-Users] mail keeps looping back to list due to filter rule

2006-10-23 Thread Matthew Clarkson
d a filter rule", is there an easy way around this? since I know this must be common practice to filter via spam headers. Thanks for any help. -- Matthew Clarkson Netera Alliance -- Mailman-Users mailing list Mailman-Users@

Re: [Mailman-Users] Writing a Mailman Script

2006-09-07 Thread Matthew Thompson
When I implemented a custom handler for my server, I followed this FAQ: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.067.htp Between that, the python docs that someone else mentioned and looking at the existing handlers in Mailman/Handlers I was able to get things going with litt

Re: [Mailman-Users] Trying to tighten up my security...

2006-07-10 Thread Matthew Clarkson
hand with modifying it if you would like to go this route, it shouldn't be too difficult. -- Matthew Clarkson Netera Alliance. > > I found this clue: > >> How do I allow subscribers from another list to post in my list >> without > adding them as members? >

Re: [Mailman-Users] maximum size

2006-06-22 Thread Matthew Newton
4457) After applying that you should be able to just add: SITE_HIDE_LIST_OPTIONS = ['max_message_size'] to mm_cfg.py, and it will remove the option from the admin interface. The patch is for 2.1.5; I haven't tested it against a newer version yet, so hopefully it will apply OK. Hope that h

Re: [Mailman-Users] Messages discarded by ISP

2006-05-22 Thread Matthew Thompson
One thing I would test is to send a message from one of the other addresses on the list (say the gmail account) and see if the message makes it to all of the recipients. I had a problem that sounds a lot like yours. The cause was the ISP filtering out incoming messages with a from address with

[Mailman-Users] announce list creation script

2006-04-26 Thread Matthew Clarkson
.netera.ca/mailinglists/MakeAnnounce.sh http://www.netera.ca/mailinglists/changemod.py -- Matthew Clarkson from Mailman import mm_cfg from Mailman.Errors import NotAMemberError def setMemberModeratedFlag (mlist, addr, mod): mlist.setMemberOption (addr, mm_cfg.Moderate, mod) mlist.Save()

[Mailman-Users] moderation bit via command line

2006-04-26 Thread Matthew Clarkson
. -- Matthew Clarkson -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-users

Re: [Mailman-Users] Fwd: Using gmail SMTP and mailman together

2006-04-25 Thread Matthew Price
nce the problem got a whole lot easier after I found this program. Thanks again for your time. On 4/25/06, Mark Sapiro <[EMAIL PROTECTED]> wrote: > Matthew Price wrote: > > > >The one mailing list feature that I absolutely need is the ability to > >make each message ap

[Mailman-Users] Using gmail SMTP and mailman together

2006-04-24 Thread Matthew Price
gmail smtp server and not fire them off myself without any smtp server. Thanks for any help, Matthew -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cg

[Mailman-Users] capitals in list address'

2006-04-10 Thread Matthew Clarkson
vance. -- Matthew Clarkson -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable Archives: http://www.mail-archive.com/mailman-

Re: [Mailman-Users] mailman and email harvesters

2006-03-31 Thread Matthew Clarkson
Mark Sapiro wrote: > Matthew Clarkson wrote: > > >> We have switched half (about 15 so far) of our mailing lists from our >> majordomo server (with a hypermail based archiving system) to our new >> mailman server. I have just been notified by my boss that

[Mailman-Users] mailman and email harvesters

2006-03-31 Thread Matthew Clarkson
think of, if it is mailman that is the culprit here, any settings or ways that email harvesters could grab email addresses from a mailman server? -- Matthew Clarkson -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org

Re: [Mailman-Users] upgrade

2006-03-09 Thread Matthew Clarkson
/www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq01.027.htp > I have never tried this, but what about using the bin/update program. I have not seen this suggested and I am wondering why (or am I missing the point of this app). Should this upgrade the whole version of mailman? -

[Mailman-Users] Building an announce list

2006-03-07 Thread Matthew Clarkson
nnounce list in this case)? Thanks in advance -- Matthew Clarkson -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py Searchable

Re: [Mailman-Users] Displaying message sender

2006-02-22 Thread Matthew Thompson
I haven't had time to sit and poke at the offending mail server to see if they react to the reply to: or the from: header. I'll have to mess with that this weekend when traffic is lower on lour lists. On Wed, 2006-02-22 at 14:35 +0900, Stephen J. Turnbull wrote: > >>>&

[Mailman-Users] Displaying message sender

2006-02-21 Thread Matthew Thompson
ct line to make sorting in the mail client meaningful but adding it to the message body would be useful too. BTW, for our setup we are using Mailman 2.1.7 with Exim 4.54 on Gentoo. Thanks for your help, Matthew Thompson -- Mailman-Users ma

Re: [Mailman-Users] Unwanted Unsubscribe Notifications

2006-02-03 Thread Matthew O'Malley
Responses below- Matthew O'Malley wrote: >>My list moderators are receiving unsubscribe notifications for the list, >>I don't know how to turn that off. I have (under General Options) "Should >>administrator get notices of subscribes and unsubscribes?" set t

[Mailman-Users] Unwanted Unsubscribe Notifications

2006-02-02 Thread Matthew O'Malley
there's a new message immediately. At the moment, I also have Emergency moderation of all list traffic enabled. Thanks, Matthew O'Malley -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/

[Mailman-Users] Postfix and Mailman with virtual hosting

2005-08-10 Thread Matthew Gray
virtual hosted email completely: even the [EMAIL PROTECTED] addresses that should not be affected by Mailman. I'd really appreciate a few pointers, if any of you have time. Best, Matt -- Matthew Gray Solis T: (0114) 258 5550 F: (0114) 258 5574 ---

Re: [Mailman-Users] Backing up list settings

2005-06-03 Thread Matthew Newton
On Fri, Jun 03, 2005 at 08:33:40AM -0700, Mark Sapiro wrote: > Matthew Newton wrote: > >In my system scripts, before I remove a list, I would like to backup the > >list including all settings and the mail archives. > > Yes, This would back up everything you would need to r

[Mailman-Users] Backing up list settings

2005-06-03 Thread Matthew Newton
/mailman/archives/public/$LIST" ]; then BACKUP="$BACKUP /var/lib/mailman/archives/public/$LIST" fi tar zcvf - $BACKUP ---8<--- Usage something like: ./backup-script listname > list-backup.tar.gz Thanks Matthew -- Matthew Newton <[EMAIL PROTECTED]> UNIX and e-mail Sys

Re: [Mailman-Users] Setting sitewide defaults that can't be changed?

2005-05-19 Thread Matthew Newton
completely remove the "owner" option from the config pages. This is a list, so you can remove as many options as you like. Matthew -- Matthew Newton <[EMAIL PROTECTED]> UNIX and e-mail Systems Administrator, Network Support Section, Computer Centre, University of Leicester, Leice

Re: [Mailman-Users] Unable to subscribe.

2005-03-29 Thread Matthew A. Marshall
I see the qrunner has the option of running in verbose mode. However, I do not see how to enable this option with the mailmanctl script. I would rather not go in and edit the qrunner script. Is there something obvious I'm missing? Mark Sapiro wrote: Matthew A. Marshall wrote: Th

Re: [Mailman-Users] Unable to subscribe.

2005-03-28 Thread Matthew A. Marshall
Mark Sapiro wrote: Matthew A. Marshall wrote: Hello, I'm running mailman v2.1.5. When I attempt to subscribe to a list via the web gui. I receive the email I need to confirm. I reply to the email. The email is received by my mailman server. I see it in the maillog. However, after

Re: [Mailman-Users] Unable to subscribe.

2005-03-28 Thread Matthew A. Marshall
Brad Knowles wrote: At 11:02 AM -0500 2005-03-28, Matthew A. Marshall wrote: Hello, I'm running mailman v2.1.5. When I attempt to subscribe to a list via the web gui. I receive the email I need to confirm. I reply to the email. The email is received by my mailman server. I see it i

[Mailman-Users] Unable to subscribe.

2005-03-28 Thread Matthew A. Marshall
Hello, I'm running mailman v2.1.5. When I attempt to subscribe to a list via the web gui. I receive the email I need to confirm. I reply to the email. The email is received by my mailman server. I see it in the maillog. However, after that nothing happens. I am not added to the list nor

[Mailman-Users] mail -r?

2005-03-23 Thread Matthew A. Marshall
Hello. I've just converted from mailman 2.0.x to mailman 2.1.x. After sending the confirmation back to the list-request email address, I receive this error: - Transcript of session follows - mail: invalid option -- r Usage: mail [-iInv] [-s subject] [-c cc-addr] [-b bcc-addr] to-addr

Re: [Mailman-Users] "Official" way of altering the available admin options

2005-03-15 Thread Matthew Newton
Hi Regarding the message I sent the other day... On Tue, Mar 08, 2005 at 05:55:00PM +, Matthew Newton wrote: > I'm developing a new Mailman service here, and want to be able to change > the available list of things that a mail owner/admin can change for > their list. Som

[Mailman-Users] "Official" way of altering the available admin options

2005-03-08 Thread Matthew Newton
t to allow umbrella lists). Is there a standard way, or hook into the code, for doing this (on a site-wide basis, not per list)? Thanks for any help you can give! -- Matthew Newton <[EMAIL PROTECTED]> UNIX and e-mail Systems Administrator, Network Support Section, Computer Centre, Univers

Re: [Mailman-Users] Mailman not processing confirmations.

2005-02-07 Thread Matthew A. Marshall
Brad Knowles wrote: At 12:55 PM -0500 2005-02-07, Matthew A. Marshall wrote: I added that line to my mm_cfg.py and it came back with errors: What version of Mailman are you using? I think this feature was introduced relatively recently I am using version 2.0.13-6 from RedHat 2.1AS

Re: [Mailman-Users] Mailman not processing confirmations.

2005-02-07 Thread Matthew A. Marshall
Mark Sapiro wrote: Matthew A. Marshall wrote re: VERP_CONFIRMATIONS = Yes I added that line to my mm_cfg.py and it came back with errors: - Transcript of session follows - Traceback (innermost last): File "/var/mailman/scripts/mailcmd", line 31, in ? from Mail

Re: [Mailman-Users] Mailman not processing confirmations.

2005-02-07 Thread Matthew A. Marshall
Mark Sapiro wrote: Matthew A. Marshall wrote Mark Sapiro wrote: Matthew A. Marshall wrote: Hello, When subscribing to my mailing list via the web page, I see in the maillog the message go out to the user. When the user responds with a confirmation, I see the message come in and

Re: [Mailman-Users] Mailman not processing confirmations.

2005-02-07 Thread Matthew A. Marshall
Matthew A. Marshall wrote: Mark Sapiro wrote: Matthew A. Marshall wrote: Hello, When subscribing to my mailing list via the web page, I see in the maillog the message go out to the user. When the user responds with a confirmation, I see the message come in and sent to the mailcmd. However

Re: [Mailman-Users] Mailman not processing confirmations.

2005-02-07 Thread Matthew A. Marshall
Mark Sapiro wrote: Matthew A. Marshall wrote: Hello, When subscribing to my mailing list via the web page, I see in the maillog the message go out to the user. When the user responds with a confirmation, I see the message come in and sent to the mailcmd. However, after that, nothing

[Mailman-Users] Mailman not processing confirmations.

2005-02-07 Thread Matthew A. Marshall
Hello, When subscribing to my mailing list via the web page, I see in the maillog the message go out to the user. When the user responds with a confirmation, I see the message come in and sent to the mailcmd. However, after that, nothing happens. The user doesn't get subscribed nor is an em

RE: [Mailman-Users] Mailman problem

2005-02-01 Thread Matthew R Anderson
Mark- Thanks for the reply! > -Original Message- > The n/a means the message object has no message-id attribute. As to > why, I don't know. Is there a Message-Id: header in the posts received > from the list? Yes, there's an ID on the outbound posts on the list. I'm willing to ignore th

[Mailman-Users] Mailman problem

2005-02-01 Thread Matthew R Anderson
can provide is warmly received and I appreciate the effort. Best regards, -Matt - Matthew Anderson Executor Internet Distributed Data Exchange - IDDX.NET -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mai

[Mailman-Users] population of a new list from old content?

2005-01-06 Thread Matthew Boeckman
ithin Mailman? TIA! -- Matthew Boeckman(816) 777-2160 Manager - Systems Integration Saepio Technologies -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-

[Mailman-Users] Message-IDs

2005-01-04 Thread Matthew A. Marshall
Hello, I am wondering if anyone else is suffering from this same problem. Hopefully I can describe it well. We have a mailman server which sits on ncep.noaa.gov domain. However, we are advertising the lists as [EMAIL PROTECTED] When an email is sent to [EMAIL PROTECTED] requesting addition

  1   2   3   >