[Mailman-Users] How do I send an email to all list admins?

2022-04-26 Thread Stephen J. Turnbull
Ralf Hildebrandt writes: > How do I send an email to all list admins? AFAIK, one by one, or you could make a mailing list for them. I guess you could save them one message by putting your announcement in the welcome message. I think the original idea of the mail...@list.example.net list was to

[Mailman-Users] How do I send an email to all list admins?

2022-04-26 Thread Ralf Hildebrandt
How do I send an email to all list admins? I need to inform all list admins about a change concerning the "advertised" option (basically I want them to opt-in) I could use "bin/list_lists" and process the output by adding "-owner@domain" and make a list out of it -- but is there an easier way? --

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Grant Taylor via Mailman-Users
On 05/31/2018 09:33 PM, incoming-pythonli...@rjl.com wrote: I wrote scripts that read the list and generated a rule per network. It can be slow, but has worked reliably for many years. Since it is a mailserver, performance has not been a big issue. I am in the process of designing a replaceme

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread incoming-pythonlists
On 05/31/2018 06:24 PM, Grant Taylor via Mailman-Users wrote: > >> There are many ways to implement the same thing.  Before there were >> modules in the kernel for this, I simply pulled lists of address >> blocks out of databases and incorporated them into my IPtables >> lists.  There are better to

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Grant Taylor via Mailman-Users
On 05/31/2018 06:37 PM, incoming-pythonli...@rjl.com wrote: Both are valid alternatives. There may be performance advantages, to stopping attacks at the firewall level instead of higher up in the application stack. Agreed, on both accounts. Firewalls also have a tendency to protect multiple

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread incoming-pythonlists
On 05/31/2018 11:25 AM, Grant Taylor via Mailman-Users wrote: > I feel like I'm missing something and as such have some questions. > > On 05/31/2018 11:42 AM, incoming-pythonli...@rjl.com wrote: >> Depending on where your users are coming from, it might be easier to >> limit access to the GUI using

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Dimitri Maziuk
On 05/31/2018 04:52 PM, Grant Taylor via Mailman-Users wrote: > On 05/31/2018 03:05 PM, Dimitri Maziuk wrote: >> What exactly is it about mailman usernames and passwords that you are >> trying to protect with HTTPS? > > I wasn't talking about Mailman usernames (email addresses) and > passwords.  I

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Grant Taylor via Mailman-Users
On 05/31/2018 03:05 PM, Dimitri Maziuk wrote: What exactly is it about mailman usernames and passwords that you are trying to protect with HTTPS? I wasn't talking about Mailman usernames (email addresses) and passwords. I was talking about the usernames and passwords for Basic HTTP(S) authen

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Dimitri Maziuk
On 05/31/2018 02:40 PM, Grant Taylor via Mailman-Users wrote: > On 05/31/2018 01:18 PM, Dimitri Maziuk wrote: >> Yeah, I too once thought that was a good idea. > > I'm not quite following you.  Are you saying that you now dislike > HTTP(S) usernames & passwords specifically? I do dislike the HTTP

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Grant Taylor via Mailman-Users
On 05/31/2018 01:18 PM, Dimitri Maziuk wrote: Yeah, I too once thought that was a good idea. I'm not quite following you. Are you saying that you now dislike HTTP(S) usernames & passwords specifically? Or are you saying that you dislike hosting something yourself? And then heartbleed came

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Dimitri Maziuk
On 05/31/2018 01:25 PM, Grant Taylor via Mailman-Users wrote: > On 05/30/2018 03:36 PM, Parker, Michael D. wrote: >> I've been assigned the task of attempting to secure our current >> implementation of GNU MailMan. > > One thing that I've not seen (or missed) in this thread is the idea of > levera

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Grant Taylor via Mailman-Users
I feel like I'm missing something and as such have some questions. On 05/31/2018 11:42 AM, incoming-pythonli...@rjl.com wrote: Depending on where your users are coming from, it might be easier to limit access to the GUI using a firewall. Why are you using a firewall instead of leveraging the w

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Grant Taylor via Mailman-Users
On 05/31/2018 12:25 PM, Grant Taylor wrote: IMHO the web server has a LOT more experience at user access control than most web applications. As such, I feel like the web server probably has a better handle on how to do it. Apache (and I suspect Nginx) has the ability to use client side TLS ce

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Grant Taylor via Mailman-Users
On 05/30/2018 03:36 PM, Parker, Michael D. wrote: I've been assigned the task of attempting to secure our current implementation of GNU MailMan. One thing that I've not seen (or missed) in this thread is the idea of leveraging HTTPS usernames and passwords to protect the web interface. IMHO

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread incoming-pythonlists
On 05/31/2018 09:52 AM, Mark Sapiro wrote: > On 05/31/2018 08:10 AM, Carl Zwanzig wrote: > >>> 3.   Can user passwords be eliminated and have the list >>> administrator make any user adjustments which should not be necessary? >> At a great loss of utility, sure. This would require a code change

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Mark Sapiro
On 05/31/2018 08:10 AM, Carl Zwanzig wrote: > I'm sure Mark has more complete answers, but diving in anyways :) Carl's answers are good, but to add a bit ... > On 5/30/2018 2:36 PM, Parker, Michael D. wrote: > >> Some of the initial items that have been directed my way: >> 1.   Can archivi

Re: [Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Carl Zwanzig
I'm sure Mark has more complete answers, but diving in anyways :) On 5/30/2018 2:36 PM, Parker, Michael D. wrote: I've been assigned the task of attempting to secure our current implementation of GNU MailMan. You're probably better off changing to MM3, but if you have to stay with v2-- What

[Mailman-Users] How do I run 2.x mailman more securely?

2018-05-31 Thread Parker, Michael D.
I've been assigned the task of attempting to secure our current implementation of GNU MailMan. Have any of you out there done this? What did you do? Some of the initial items that have been directed my way: 1. Can archiving be totally and permanently be eliminated? 2. How and wh

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-08 Thread Hirayama, Pat
Ah! include_sender_header does sound like it would be helpful in this case. (And I'm the site admin, actually). Have to decide if it is worth it to either (a) switch from supplied RPMs to source code; or (b) rebuild this server with CentOS 7 instead of CentOS 5 it is currently running. Thank

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-08 Thread Hirayama, Pat
Mark, > It depends on how much work you want to do. If YOU have a decent MUA, > you can open the original attached "unrecognized bounce" message and > resend it to the list. It might be held for implicit destination, but > you can avoid that by adding the -bounces address to the list's > acceptab

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-04 Thread Stephen J. Turnbull
Mark Sapiro writes: > On 03/04/2016 10:33 AM, Hirayama, Pat wrote: > > [Users] send new messages to the list [addressed to > > listname-bounces]. Aside from repeatedly telling the users that > > they need to send to listname@domain, have any of you found a > > better solution? > > You can'

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-04 Thread Mark Sapiro
On 03/04/2016 07:06 PM, Mark Sapiro wrote: > > You can't control what MUA's your user's use. Attempting to educate > them, at least in most user populations, is futile. In my zealousness to rant about the clueless, I forgot to mention that starting with Mailman 2.1.14 There is an include_sender_

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-04 Thread Mark Sapiro
On 03/04/2016 10:33 AM, Hirayama, Pat wrote: > Apparently, many of my subscribers must be using Outlook, so they see > the mailto:listname-bounces@domain hypertext and are copying that to > send new messages to the list. Aside from repeatedly telling the > users that they need to send to listname@d

[Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-04 Thread Hirayama, Pat
Greetings, Apparently, many of my subscribers must be using Outlook, so they see the mailto:listname-bounces@domain hypertext and are copying that to send new messages to the list. Aside from repeatedly telling the users that they need to send to listname@domain, have any of you found a better

Re: [Mailman-Users] How do I prevent subscribers from sending to -bounces address instead of list address?

2016-03-04 Thread Hirayama, Pat
Sorry, I should add this salient point. Since the subscriber has sent to -bounces, it is going to the list admins, but there is no indication to the subscriber that this has happened. As far as they know, their message has been posted to the list. This seems bad, but it doesn't seem like a go

Re: [Mailman-Users] How do I default to HTML, not plain text emails?

2012-05-14 Thread Mark Sapiro
On 5/14/2012 11:36 AM, David wrote: > There is an old discussion in this list's archives on this topic at > http://mail.python.org/pipermail/mailman-users/2005-April/044342.html. > Unfortunately, it didn't help me. > > The problem, as I understand it, is that when you change the digest > setting,

[Mailman-Users] How do I default to HTML, not plain text emails?

2012-05-14 Thread David
There is an old discussion in this list's archives on this topic at http://mail.python.org/pipermail/mailman-users/2005-April/044342.html. Unfortunately, it didn't help me. The problem, as I understand it, is that when you change the digest setting, it also affects the non-digest setting. The arch

Re: [Mailman-Users] How do I assign a default password when doing mass subscriptions

2011-12-12 Thread Mark Sapiro
On 12/12/2011 4:02 PM, Rob Tanner wrote: > > I'm setting up a mailman list for the folks over in the anthropology > department and they have a list of around email addresses that they > wish to initially subscribe. How do I assign a default password to > each subscriber so they can get in via the

[Mailman-Users] How do I assign a default password when doing mass subscriptions

2011-12-12 Thread Rob Tanner
Hi, I'm setting up a mailman list for the folks over in the anthropology department and they have a list of around email addresses that they wish to initially subscribe. How do I assign a default password to each subscriber so they can get in via the web interface and change preferences, acces

Re: [Mailman-Users] how do I display/print a full list of list entrants..?

2010-12-21 Thread Barry Finkel
>morning gurus, > >As title asks, how, via the GUI, do I see all the people contained in a >particular list? Its got to be done. Surely. Cut'n'Pasting from each page 26 >times (A-Z) ain't no fun.. >thanks for looking.. > >Jess General Options - admin_member_chunksize (if you are running a recent M

Re: [Mailman-Users] how do I display/print a full list of listentrants..?

2010-12-21 Thread Mark Sapiro
Geoff Shang wrote: >On Tue, 21 Dec 2010, PatsCat wrote: > >> As title asks, how, via the GUI, do I see all the people contained in a >> particular list? Its got to be done. Surely. Cut'n'Pasting from each page 26 >> times (A-Z) ain't no fun.. > >Go to the general options screen and set admin_membe

Re: [Mailman-Users] how do I display/print a full list of list entrants..?

2010-12-21 Thread Geoff Shang
On Tue, 21 Dec 2010, PatsCat wrote: As title asks, how, via the GUI, do I see all the people contained in a particular list? Its got to be done. Surely. Cut'n'Pasting from each page 26 times (A-Z) ain't no fun.. Go to the general options screen and set admin_member_chunksize to a number large

[Mailman-Users] how do I display/print a full list of list entrants..?

2010-12-21 Thread PatsCat
morning gurus, As title asks, how, via the GUI, do I see all the people contained in a particular list? Its got to be done. Surely. Cut'n'Pasting from each page 26 times (A-Z) ain't no fun.. thanks for looking.. Jess -- View this message in context: http://old.nabble.com/how-do-I-display-print

Re: [Mailman-Users] how do I access the unsubscribe email addresses?

2010-06-13 Thread Mark Sapiro
Dan Sherbondy wrote: >Where are unsubscribe email addresses stored? also, same with the >bounced email addresses. Where are they? No mail to any Mailman addresses is "stored" in the conventional sense. For an MTA that uses aliases, each list has a set of aliases like list: "|/path/

[Mailman-Users] how do I access the unsubscribe email addresses?

2010-06-13 Thread Dan Sherbondy
Where are unsubscribe email addresses stored? also, same with the bounced email addresses. Where are they? Thanks, Dan -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: htt

Re: [Mailman-Users] How do I export contact information from mailmain

2009-10-21 Thread Mark Sapiro
Jason Touw wrote: >I have a list of names that I would like to export from all my lists and >cannot seem to find a way how to do this? Does anyone know?? If you really mean 'export', see the FAQ at . If you mean 'import', use bin/add_members or admin mass subscribe

Re: [Mailman-Users] How do I export contact information from mailmain

2009-10-21 Thread Adam McGreggor
On Wed, Oct 07, 2009 at 03:35:45PM -0700, Jason Touw wrote: > I have a list of names that I would like to export from all my lists > and cannot seem to find a way how to do this? Does anyone know?? s/names/email addresses/ find_members | tee -a ? -- ``Any person who knowingly causes a nuclear w

Re: [Mailman-Users] How do I export contact information from mailmain

2009-10-21 Thread Ralf Hildebrandt
* Jason Touw : > I have a list of names that I would like to export from all my lists > and cannot seem to find a way how to do this? Does anyone know?? I don't understand the question. If you already have the list, what is there to export? -- Ralf Hildebrandt Geschäftsbereich IT | Abteilung N

[Mailman-Users] How do I export contact information from mailmain

2009-10-21 Thread Jason Touw
I have a list of names that I would like to export from all my lists and cannot seem to find a way how to do this? Does anyone know?? Regards, Jason Touw 5630 W. Atlantic Ave, Delray Beach, FL. 33484 eMail: touwja...@gmail.com Mobile: 561.302.4599

Re: [Mailman-Users] How do I kill a message in the middle ofbeingdistributed?

2009-08-12 Thread Mark Sapiro
J.A. Terranson wrote: > ># bin/show_qfiles ./qfiles/in >> ./qfiles/in >Traceback (most recent call last): > File "bin/show_qfiles", line 95, in >main() > File "bin/show_qfiles", line 81, in main >fp = open(filename) >IOError: [Errno 21] Is a directory bin/show_qfile

Re: [Mailman-Users] How do I kill a message in the middle of beingdistributed?

2009-08-11 Thread J.A. Terranson
On Tue, 11 Aug 2009, Mark Sapiro wrote: > Stop Mailman. Done before I wrote. MTA down as well. > Look at Mailman's 'in' and 'out' queues. # bin/show_qfiles ./qfiles/in > ./qfiles/in Traceback (most recent call last): File "bin/show_qfiles", line 95, in main() Fil

Re: [Mailman-Users] How do I kill a message in the middle of beingdistributed?

2009-08-11 Thread Mark Sapiro
J.A. Terranson wrote: > >I just had someone post a few dozen 5mb files - since thats the list max >size (not that anyone's ever sent even ONE of those before!) - and >everything is clogged. I want to clear *everything* and just come up >empty. I cant find this in the wiki. Stop Mailman. Look

[Mailman-Users] How do I kill a message in the middle of being distributed?

2009-08-11 Thread J.A. Terranson
I just had someone post a few dozen 5mb files - since thats the list max size (not that anyone's ever sent even ONE of those before!) - and everything is clogged. I want to clear *everything* and just come up empty. I cant find this in the wiki. Thanks! -- Yours, J.A. Terranson sysadmin_at

Re: [Mailman-Users] How do I change the host_name preference

2008-12-03 Thread Mark Sapiro
Sean Murphy wrote: >In the general options admin page there is a setting "Host name this >list prefers for email." > >When I create a list it uses "calarts.edu" in the field but I would like >it to automatically use the FQDN "server.calarts.edu". > >Is there a way to set it permanently for all n

[Mailman-Users] How do I change the host_name preference

2008-12-03 Thread Sean Murphy
In the general options admin page there is a setting "Host name this list prefers for email." When I create a list it uses "calarts.edu" in the field but I would like it to automatically use the FQDN "server.calarts.edu". Is there a way to set it permanently for all new list on creations. Th

Re: [Mailman-Users] How do I "merge" mail users?

2008-10-08 Thread Mark Sapiro
AlexanDER Franca wrote: > >I have, for example, four mailing lists: list1, list2, list3 and list4. > >And I have a user in list1 AND list2. > >So... I want to send a message to list1 and list2, but it's bad in my company >to send the same message twice for the same user. > >Is there any way to sen

[Mailman-Users] How do I "merge" mail users?

2008-10-08 Thread AlexanDER Franca
Hi all. First of all, excuse my bad english. I'm studying. So... I have a situation that I don't know if Mailman can handle with. I have, for example, four mailing lists: list1, list2, list3 and list4. And I have a user in list1 AND list2. So... I want to send a message to list1 and list2, but

Re: [Mailman-Users] How do I backup the emls in database?

2008-08-15 Thread Mark Sapiro
Strategic Web Design wrote: >I'm in a pickle here.  I'm guessing that's not an intentional pun. Too bad. >I have a couple of websites that have over 2000 emails in the mailing list.  I >am moving the sites to another server.   How do I extract the emails >[preferably a .txt file] so I can p

[Mailman-Users] How do I backup the emls in database?

2008-08-15 Thread Strategic Web Design
I'm in a pickle here.  I have a couple of websites that have over 2000 emails in the mailing list.  I am moving the sites to another server.   How do I extract the emails [preferably a .txt file] so I can put them in the new mailing list on the new server [which is also "mailman"] I go to mem

Re: [Mailman-Users] How do I list all members of a list via commandline?

2008-08-05 Thread Mark Sapiro
Matt Smith wrote: > >I am fairly new to working with Mailman. We have several lists and I >want to list all of the members of a few of the lists. See the FAQ article at . -- Mark Sapiro <[EMAIL PROTECTED]>The highway is for gamblers, San Francisco Bay Ar

[Mailman-Users] How do I list all members of a list via command line?

2008-08-05 Thread Matt Smith
Hello all, I am fairly new to working with Mailman. We have several lists and I want to list all of the members of a few of the lists. How would I accomplish this? Thanks, Matthew Smith Tampa Bay Library Consortium 813-622-8252 X229 [EMAIL PROTECTED] -

Re: [Mailman-Users] how do I delete a pending subsc request for themailman list

2008-03-26 Thread Mark Sapiro
Steve Lindemann wrote: > >> The [EMAIL PROTECTED] mailing list has 1 request(s) waiting for your >> consideration at: >> >> http://email.marmot.org/mailman/admindb/mailman >> > >Following the provided link doesn't take me to the usual login page, >instead I end up on the generic listi

[Mailman-Users] how do I delete a pending subsc request for the mailman list

2008-03-26 Thread Steve Lindemann
When I installed mailman a default list called mailman was created (as I'm sure everyone here already knows) and I understood it was not used for anything but management. I've pretty much ignored it since the initial installation. Anyway, a member of one of our other lists somehow got herself

Re: [Mailman-Users] How do I ban somebody?

2007-09-18 Thread wittygal
Thanks all -Original Message- From: Johnathen Lieber [mailto:[EMAIL PROTECTED] Sent: Monday, September 17, 2007 4:04 PM To: wittygal Subject: Re: [Mailman-Users] How do I ban somebody? I believe you'll find what you need under the Privacy option... Section in the web admin se

Re: [Mailman-Users] How do I ban somebody?

2007-09-17 Thread Mark Sapiro
wittygal wrote: >I have someone who keeps resubscribing who is sending spam messages. I want >to ban that address how do I do it? Privacy options...->Subscription rules->ban_list The documentation is not completely clear, but the ban list accepts addresses like [EMAIL PROTECTED] and regexps

[Mailman-Users] How do I ban somebody?

2007-09-17 Thread wittygal
I have someone who keeps resubscribing who is sending spam messages. I want to ban that address how do I do it? -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman FAQ: http://www.

Re: [Mailman-Users] How do I include myself?

2007-08-27 Thread Dragon
On Mon, August 27, 2007 17:06, Jon Slater wrote: > Hi Everyone, > > I know this is a really dumb question, but until recently, I have always > received a copy of any e-mail I sent to a list that I'm a member of. > > But now, I'm not. I send e-mail to the board list, and I never receive a > copy.

[Mailman-Users] How do I include myself?

2007-08-27 Thread Jon Slater
Hi Everyone, I know this is a really dumb question, but until recently, I have always received a copy of any e-mail I sent to a list that I'm a member of. But now, I'm not. I send e-mail to the board list, and I never receive a copy. I know (by the fact I get responses) that everyone else is g

Re: [Mailman-Users] How do I change the footer and owner email address?

2007-06-01 Thread Mark Sapiro
Me Myself wrote: >I'm using cpanel and RHL. See . >The URL at the bottom of the mailman mailings (that's supposed to go to our >mailman page) is incorrect and produces a 404. You might be able to adjust this by editing msg

[Mailman-Users] How do I change the footer and owner email address?

2007-06-01 Thread Me Myself
I'm using cpanel and RHL. The URL at the bottom of the mailman mailings (that's supposed to go to our mailman page) is incorrect and produces a 404. Emails also that are supposed to go to mailman-owner are going to our web host postmaster instead. How do I correct this? Thanks in advance. -

Re: [Mailman-Users] how do i edit the digest email?

2007-03-23 Thread Mark Sapiro
Tina Forsyth wrote: > >i want to edit part of the email that gets sent out as a daily digest... >specifically to remove the text at the top with all the list details about >how to send to the list, etc... i'm using this as an 'announcement only' >list and i don't want people to be able to access t

[Mailman-Users] how do i edit the digest email?

2007-03-22 Thread Tina Forsyth
hi there, i want to edit part of the email that gets sent out as a daily digest... specifically to remove the text at the top with all the list details about how to send to the list, etc... i'm using this as an 'announcement only' list and i don't want people to be able to access that information

Re: [Mailman-Users] How do I edit the footer-info so that it affectsALL emails sent outof my create

2006-10-11 Thread Mark Sapiro
Eric Salonen wrote: > >I have a whole bunch of mailing lists (about 50-100) so modifying the footer >from the web GUI would be a very slow process. I need to add some text so >that it adds the text to all mailing lists. You can do this with a bin/withlist script or by running bin/config_list ov

[Mailman-Users] How do I edit the footer-info so that it affects ALL emails sent outof my create

2006-10-11 Thread Eric Salonen
Hi everybody, This has been probably asked a bunch of times, but I could not find the answer anywhere. So the question is: How do I edit the footer of the emails that are sent to the subscribers? I have a whole bunch of mailing lists (about 50-100) so modifying the footer from the web GUI w

Re: [Mailman-Users] how do I add a new administrative role to mailman?

2006-10-02 Thread Mark Sapiro
Peter Soccar wrote: > >I'm new to mailman, and I'm asked to find a way to add a new administrative >role in addition to the existing roles: (owner, moderator) > >i.e. I need to create something like "semi-owner" or "advanced-moderator" that >is to have some of the owners rights beside the moderat

[Mailman-Users] how do I add a new administrative role to mailman?

2006-10-02 Thread Peter Soccar
Hello, I'm new to mailman, and I'm asked to find a way to add a new administrative role in addition to the existing roles: (owner, moderator) i.e. I need to create something like "semi-owner" or "advanced-moderator" that is to have some of the owners rights beside the moderators right any h

Re: [Mailman-Users] How do I make 'username' appear in the 'from' field instead of email addy?

2006-05-24 Thread John W. Baxter
On 5/24/06 5:57 AM, "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote: > I'd like it to display From: Teresa Some MTAs can be--and frequently are--configured to reject such a From: header, as it violates the email RFCs. Other mail systems may accept such a From: header but increase the message's "sp

Re: [Mailman-Users] How do I make 'username' appear in the 'from' fieldinstead of email addy?

2006-05-24 Thread Mark Sapiro
<[EMAIL PROTECTED]> wrote: > >How do I make the global change to display the USERNAME in the 'from' field of >messages, instead of one standard name or the full email address of the sender? >e.g.) instead of From: Mail Member / From: [EMAIL PROTECTED] >I'd like it to display From: Teresa RFC 282

[Mailman-Users] How do I make 'username' appear in the 'from' field instead of email addy?

2006-05-24 Thread Teresa
I'm fairly new to Mailman. I know that I can have the subscribers email addresses appear in the 'from' field AND I know how to make it completely unknown to other members by having it 1 'from' name across the board. I'm having a problem with subscribers sending messages without any signature.

Re: [Mailman-Users] How do I put mailman in debug mode?

2006-05-18 Thread Mark Sapiro
Steve Quezadas wrote: >My messages aren't being relayed on my test system. I thought it might >be a weird permissions problem or something, so I tried this from >commandline: > >cat /tmp/message.txt | /usr/lib/mailman/mail/mailman post my-mail-list > >and nothing came of it. No errors, no nothin

[Mailman-Users] How do I put mailman in debug mode?

2006-05-18 Thread Steve Quezadas
My messages aren't being relayed on my test system. I thought it might be a weird permissions problem or something, so I tried this from commandline: cat /tmp/message.txt | /usr/lib/mailman/mail/mailman post my-mail-list and nothing came of it. No errors, no nothing. "/usr/lib/mailman/mail/mai

Re: [Mailman-Users] How do I change web_page_url config item?

2006-04-07 Thread Patrick Bogen
On 4/6/06, Paul Aitkenhead <[EMAIL PROTECTED]> wrote: > Is this something I am supposed to > control through mm_cfg.py? Yes. See here: http://www.python.org/cgi-bin/faqw-mm.py?req=show&file=faq04.029.htp Especially, the "Existing versus new lists," section second from the bottom. -- - Patrick Bo

[Mailman-Users] How do I change web_page_url config item?

2006-04-06 Thread Paul Aitkenhead
My server has more than one hostname. My email headers, and message footers, are not coming up with the one I want. It traces back to web_page_url in Mailman/Defaults.py. I do not see anyplace on the web admin to alter this. Is this something I am supposed to control through mm_cfg.py? --

Re: [Mailman-Users] How do I get an eMail list from the Membership List

2005-10-19 Thread Mark Sapiro
Gene Dermody wrote: >Cut & paste won't work for large lists because of the alphabetizing. >I want a simple CSV eMail list of my data. The preferred way to get a membership list is bin/list_members, but this won't do if you don't have command line access. There is an e-mail 'who' command (mail sub

[Mailman-Users] How do I get an eMail list from the Membership List

2005-10-19 Thread Gene Dermody
Cut & paste won't work for large lists because of the alphabetizing. I want a simple CSV eMail list of my data. -G "Courage is the first of human qualities because it is the quality that guarantees all the others." - Sir Winston Churchill Gene Dermody 63 Whitney St. San Francisco CA 94131-2742 U

Re: [Mailman-Users] How do I remove the Sender option?

2005-06-16 Thread Mark Sapiro
Sub Zero wrote: > >I have removed the "Sender" header from one of my lists and now I want to >remove it from all my other lists too. I don't know how I did that :( but I >want to do the same for my other lists. Can anyone point me to a right >direction please? I don't know. I only see two place

[Mailman-Users] How do I remove the Sender option?

2005-06-15 Thread Sub Zero
Hello, I have removed the "Sender" header from one of my lists and now I want to remove it from all my other lists too. I don't know how I did that :( but I want to do the same for my other lists. Can anyone point me to a right direction please? Have a nice day. -- SubZero

Re: [Mailman-Users] How do I link into the archive page to controlaccess

2005-05-24 Thread Mark Sapiro
[EMAIL PROTECTED] wrote: >I have a site with multiple email lists (all private). It's easy to keep >unwanted persons from posting to the lists, but I would like to tie >into/replace >the main archive page for each list with a php script tied into the site which >uses the user information/priv

[Mailman-Users] How do I link into the archive page to control access

2005-05-24 Thread precision
I have a site with multiple email lists (all private). It's easy to keep unwanted persons from posting to the lists, but I would like to tie into/replace the main archive page for each list with a php script tied into the site which uses the user information/privileges that are already built i

Re: [Mailman-Users] How do I default to HTML, not plain text emails?

2005-04-28 Thread Stephen J. Turnbull
> "Daevid" == Daevid Vincent <[EMAIL PROTECTED]> writes: Daevid> Aahh.. Okay. I guess I misunderstood what that checkbox Daevid> was for. Seems silly that one would have a choice for the Daevid> digests and not for regular emails. You don't get a choice of HTML or not for digests.

RE: [Mailman-Users] How do I default to HTML, not plain text emails?

2005-04-28 Thread Daevid Vincent
m: Jim Tittsler [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 10:22 PM > To: Daevid Vincent > Cc: Mailman Users List > Subject: Re: [Mailman-Users] How do I default to HTML, not > plain text emails? > > On Apr 28, 2005, at 04:14, Daevid Vincent wrote: > &g

RE: [Mailman-Users] How do I have one list send to another list.

2005-04-28 Thread Daevid Vincent
Thursday, April 28, 2005 5:18 PM > To: Daevid Vincent > Cc: mailman-users@python.org > Subject: Re: [Mailman-Users] How do I have one list send to > another list. > > On Apr 29, 2005, at 05:26, Daevid Vincent wrote: > > > Attached is one of the ones I get. In this case,

Re: [Mailman-Users] How do I have one list send to another list.

2005-04-28 Thread Jim Tittsler
On Apr 29, 2005, at 05:26, Daevid Vincent wrote: Attached is one of the ones I get. In this case, I personally posted to the party@ list, but they're all the same... As list administrator, your authorization is requested for the following mailing list posting: List:[EMAIL PROTECTED] F

RE: [Mailman-Users] How do I have one list send to another list.

2005-04-28 Thread Daevid Vincent
ect: Re: [Mailman-Users] How do I have one list send to > another list. > > On Apr 28, 2005, at 04:13, Daevid Vincent wrote: > > > My main thing now is that I have one list "[EMAIL PROTECTED]" that I > > have an > > automated crontab that mails out a li

Re: [Mailman-Users] How do I have one list send to another list.

2005-04-27 Thread Jim Tittsler
On Apr 28, 2005, at 04:13, Daevid Vincent wrote: My main thing now is that I have one list "[EMAIL PROTECTED]" that I have an automated crontab that mails out a list of events from a database once a week. There is another list "[EMAIL PROTECTED]" that is subscribed to the "party@" list where all

Re: [Mailman-Users] How do I default to HTML, not plain text emails?

2005-04-27 Thread Jim Tittsler
On Apr 28, 2005, at 04:14, Daevid Vincent wrote: How do I make it so that new members on the lists get HTML email. It defaults to plain and after a bulk insert, I have to manually go check that checkbox. Grr. Are you referring to the 'plain' checkbox on the Membership Management... Membership Lis

RE: [Mailman-Users] How do I defalut membership list to one longoneinstead of broken into alphabet?

2005-04-27 Thread Daevid Vincent
s [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 27, 2005 2:49 PM > To: Daevid Vincent > Subject: Re: [Mailman-Users] How do I defalut membership list > to one longoneinstead of broken into alphabet? > > cd to your lists/bin directory > > > Issue the command co

RE: [Mailman-Users] How do I defalut membership list to one longoneinstead of broken into alphabet?

2005-04-27 Thread Daevid Vincent
pher Adams > Sent: Wednesday, April 27, 2005 1:01 PM > To: mailman-users@python.org > Subject: Re: [Mailman-Users] How do I defalut membership list > to one longoneinstead of broken into alphabet? > > Daevid, > > If you have command line access, you can use the config_list

Re: [Mailman-Users] How do I defalut membership list to one long oneinstead of broken into alphabet?

2005-04-27 Thread Christopher Adams
Daevid, If you have command line access, you can use the config_list utility to fetch the configuration for the list in question and add a line with admin_member_chunksize= and make it equal to however many addresses you want to display on your web page. Let me know if you need more specifics. C

[Mailman-Users] How do I have one list send to another list.

2005-04-27 Thread Daevid Vincent
I used to use the older mailman on RH8 and things "just worked", after upgrading to the new mailman, I'm spending a lot of time approving requests and maintenance. My main thing now is that I have one list "[EMAIL PROTECTED]" that I have an automated crontab that mails out a list of events from a

[Mailman-Users] How do I defalut membership list to one long one instead of broken into alphabet?

2005-04-27 Thread Daevid Vincent
And also, how do I make it so the membership list is NOT broken up into letter categories. I just want ONE long list of members. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/listinfo/mailman-users Mailman

[Mailman-Users] How do I default to HTML, not plain text emails?

2005-04-27 Thread Daevid Vincent
How do I make it so that new members on the lists get HTML email. It defaults to plain and after a bulk insert, I have to manually go check that checkbox. Grr. -- Mailman-Users mailing list Mailman-Users@python.org http://mail.python.org/mailman/

RE: [Mailman-Users] How do I discard spam first, then hold non-member posts for moderation?

2005-04-27 Thread Ali Korhan Üstüner
Team E-posta: [EMAIL PROTECTED] -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ernest Kim Sent: Wednesday, April 27, 2005 6:59 PM To: mailman-users@python.org Subject: [Mailman-Users] How do I discard spam first,then hold non-member posts for moderation? It seems th

[Mailman-Users] How do I discard spam first, then hold non-member posts for moderation?

2005-04-27 Thread Ernest Kim
It seems that if generic_nonmember_action is set to hold, all non-member posts are held, regardless of what happens with the spam filters. All my email is sent through SpamAssassin first for tagging before being processed by Mailman. The setting for generic_nonmember_action is set to hold. I h

Re: [Mailman-Users] How do I set links to use another Web Server's URL?

2005-04-26 Thread Jim Tittsler
On Apr 27, 2005, at 04:08, Jeff Peterson wrote: I have the Mailman & the Apache web server on one machine and have subscribers access the GUI's through another Web server by Proxy redirect. However, on the ListInfo page, the links are not totally correct. Make sure you have set the desired DEFAUL

[Mailman-Users] How do I set links to use another Web Server's URL?

2005-04-26 Thread Jeff Peterson
I have the Mailman & the Apache web server on one machine and have subscribers access the GUI's through another Web server by Proxy redirect. However, on the ListInfo page, the links are not totally correct. The link for the 'list admin overview page' is incorrect: http://actual.computer.n

RE: [Mailman-Users] How do I get my 2.0 members into a new 2.1 Mailmaninstall

2005-04-06 Thread Daevid Vincent
o: Daevid Vincent; mailman-users@python.org > Subject: Re: [Mailman-Users] How do I get my 2.0 members into > a new 2.1 Mailmaninstall > > Daevid Vincent wrote: > > >I recently upgraded from a RedHat 8 box to Gentoo. In doing > so I upgraded > >Mailman. I have the old Mailm

Re: [Mailman-Users] How do I get my 2.0 members into a new 2.1 Mailmaninstall

2005-04-05 Thread Mark Sapiro
Daevid Vincent wrote: >I recently upgraded from a RedHat 8 box to Gentoo. In doing so I upgraded >Mailman. I have the old Mailman directories mounted and access to the files, >but I do NOT have a running 2.0 version. I have Mailman 2.1 > >I've followed two different "upgrade" posts to go from Mail

[Mailman-Users] How do I get my 2.0 members into a new 2.1 Mailman install

2005-04-05 Thread Daevid Vincent
I recently upgraded from a RedHat 8 box to Gentoo. In doing so I upgraded Mailman. I have the old Mailman directories mounted and access to the files, but I do NOT have a running 2.0 version. I have Mailman 2.1 I've followed two different "upgrade" posts to go from Mailman 2.0 to 2.1 but both ways

Re: [Mailman-Users] How do I apply the patch?

2005-02-11 Thread David Relson
On Fri, 11 Feb 2005 08:44:04 + david gordon wrote: > I've no idea how to apply the security patch, someone want to give me a clue? > > Many thanks > > -- > david gordon Hi David, Here's what worked for me: cd /usr/lib/mailman/Mailman/Cgi/ patch < /tmp/CAN-2005-0202.txt Adjust paths

  1   2   3   >