[Mailman-Users] Re: Help with one of Mark's scripts

2021-06-28 Thread Mark Sapiro
On 6/28/21 4:36 PM, Bruce Johnson wrote: My copy of that script was downloaded today…it’s an old version of mailman, though 2.1.12. updating’s on my to-do list, but that is a long list :-( In that case, I can't explain why it didn't work with mixed case listnames but did with lower case. The

[Mailman-Users] Re: Help with one of Mark's scripts

2021-06-28 Thread Bruce Johnson
My copy of that script was downloaded today…it’s an old version of mailman, though 2.1.12. updating’s on my to-do list, but that is a long list :-( On Jun 28, 2021, at 3:21 PM, Mark Sapiro mailto:m...@msapiro.net>> wrote: On 6/28/21 2:56 PM, Bruce Johnson wrote: Entering the list name in all lo

[Mailman-Users] Re: Help with one of Mark's scripts

2021-06-28 Thread Mark Sapiro
On 6/28/21 2:56 PM, Bruce Johnson wrote: Entering the list name in all lower case got it to work, which is odd since the script looks like it was supposed to do that. elif opt in ('-l', '--list'): arg = arg.lower() if not Utils.list_exists(arg):

[Mailman-Users] Re: Help with one of Mark's scripts

2021-06-28 Thread Bruce Johnson
Entering the list name in all lower case got it to work, which is odd since the script looks like it was supposed to do that. elif opt in ('-l', '--list'): arg = arg.lower() if not Utils.list_exists(arg): usage(1, _('Non-existent list: %(arg)s'))

[Mailman-Users] Re: Help with header Approved moderate message

2021-06-04 Thread Ivan Tejeiro Izquierdo
Thank you so mucho for the help Mark. -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman3/lists/mailman-users.python.org/ Mailman FAQ: http://wik

[Mailman-Users] Re: Help with header Approved moderate message

2021-05-27 Thread Mark Sapiro
On 5/26/21 12:30 PM, Ivan Tejeiro Izquierdo wrote: > Hi: > > Can you change the header "Approved: password" for the approval of moderated > messages, and change it to another word? > > For example, approve moderated messages with the word "OK" and without having > to specify a password. You n

[Mailman-Users] Re: Help with 'The message has no valid senders'

2021-05-20 Thread Mark Sapiro
It turns out that there were two bugs involved: https://gitlab.com/mailman/mailman/-/issues/903 and https://gitlab.com/mailman/mailman/-/issues/904, both now fixed for the next release of Mailman 3. -- Mailman-Users mailing list -- mailman-user

[Mailman-Users] Re: Help with 'The message has no valid senders'

2021-05-19 Thread Mark Sapiro
On 5/18/21 4:14 PM, McGuire, Tommy M. (MSFC-IS90)[EAST2] via Mailman-Users wrote: > We recently installed Mailman 3 to replace an existing Mailman 2 installation > with a large number of lists and users. I'm now seeing a number of users on > specific lists whose posts result in: > > May 18 14:2

[Mailman-Users] Re: Help with archive

2021-01-21 Thread Mark Sapiro
On 1/21/21 9:00 PM, sundar wrote: > Hello Mark, > > I am trying to remove the archives older than 2 years by using the > following python script. But, it works for 365 days only. any other > possibilities to use this script for 2 years. > > https://www.msapiro.net/scripts/prune_arch Did you rea

[Mailman-Users] Re: Help with Topics

2020-10-15 Thread Mark Sapiro
On 10/15/20 1:41 PM, Grant Taylor via Mailman-Users wrote: > On 10/13/20 3:51 PM, Mark Sapiro wrote: >> For example, if topic1 has regexp \WMailman\W and topic2 has regexp >> \Wlist\W, any message containing a Subject: or Topics: header or >> pseudo header containing the word Mailman ... > > What

[Mailman-Users] Re: Help with Topics

2020-10-15 Thread Grant Taylor via Mailman-Users
On 10/13/20 3:51 PM, Mark Sapiro wrote: For example, if topic1 has regexp \WMailman\W and topic2 has regexp \Wlist\W, any message containing a Subject: or Topics: header or pseudo header containing the word Mailman ... What is a "pseudo header" in this context? Are you referring to the first

[Mailman-Users] Re: Help with Topics

2020-10-15 Thread Chip Davis
Thank you, Gentlemen! That was quite enlightening and _very_ helpful. I'm very grateful for your extensive explanations and examples and am going to give Topics a try and see if the subscribers take to them. -Chip- On 10/13/2020 5:51 PM, Mark Sapiro wrote: On 10/13/20 1:56 PM, Chip Davis wr

[Mailman-Users] Re: Help with Topics

2020-10-13 Thread Mark Sapiro
On 10/13/20 1:56 PM, Chip Davis wrote: > Thanks for the suggestion, Richard. > > The only downside to that is that your 'Subject:' line now has least > three identifiers: the list-id, the admin-id, and the topic-id. > >     Subject: [FlyGuys] [Admin] [B-26] Re: cockpit vent repair > > I was hopi

[Mailman-Users] Re: Help with Topics

2020-10-13 Thread Richard Damon
I wouldn't have an message tag [Admin] that is also with a normal topic. [Admin] is for broad notices, like reporting that the hosting company needs to hold the list for a bit to do an update. Thus only two tags on the message. You only get 1 copy of the message, as long as it matches at least one

[Mailman-Users] Re: Help with Topics

2020-10-13 Thread Mark Sapiro
On 10/13/20 12:21 PM, Chip Davis wrote: > > There appears to be no combination of options to allow a member of a > list to see _only_ non-topic-specific postings. Correct, but as Richard Damon notes, you can define an otherwise unused (with a regexp that will probably never match) or a special a

[Mailman-Users] Re: Help with Topics

2020-10-13 Thread Chip Davis
Thanks for the suggestion, Richard. The only downside to that is that your 'Subject:' line now has least three identifiers: the list-id, the admin-id, and the topic-id.     Subject: [FlyGuys] [Admin] [B-26] Re: cockpit vent repair I was hoping to avoid the Subject bloat, and it crossed my min

[Mailman-Users] Re: Help with Topics

2020-10-13 Thread Mark Sapiro
On 10/13/20 12:21 PM, Chip Davis wrote: > [Re-sent after not getting my copy back from the listserver after five > hours.] It's been delivered now. The issue is greylisting combined with the fact that different servers with significantly different IP addresses at relay.mailchannels.net are doing

[Mailman-Users] Re: Help with Topics

2020-10-13 Thread Richard Damon
I create one topic that I request everyone using topic to select for important administrative messages from the moderator of the list. That gives them something to select if they don't want any of the normal topics. On 10/13/20 3:21 PM, Chip Davis wrote: > [Re-sent after not getting my copy back f

Re: [Mailman-Users] Re: Help on privacy options !?!

2004-09-23 Thread Tokio Kikuchi
Brad Knowles wrote: > At 2:03 PM -0500 2004-09-23, Chris Barnes wrote: > >> Is there a running "wish list" of features for those of us who aren't >> programmers? > > > Yes. See . > And, here is where you can post your feature request. http://sourceforge.net/tra

[Mailman-Users] Re: Help on privacy options !?!

2004-09-23 Thread Brad Knowles
At 2:03 PM -0500 2004-09-23, Chris Barnes wrote: Is there a running "wish list" of features for those of us who aren't programmers? Yes. See . -- Brad Knowles, <[EMAIL PROTECTED]> "Those who would give up essential Liberty, to purchase a little temporary Safety

[Mailman-Users] Re: Help on privacy options !?!

2004-09-23 Thread Chris Barnes
Brad Knowles <[EMAIL PROTECTED]> wrote: >> So I was wondering if you can tell Mailman to automatically except >> mail from non-list members, but who are listmembers from the other >> 2 lists, in the Privacy section. Of course non-list members who are >> not member of any of the other 2 lists sh

[Mailman-Users] Re: Help please - Postfix and Mailman

2003-11-24 Thread gagel
Tom, - Original Message Follows - > You have: > > local_recipient_maps = hash:/etc/postfix/users > > Does /etc/postfix/users contain "test"? got me searching and found the problem. I was missing the $alias_maps for the local_recipient_maps. Problem is resolved. ==

Re: [Mailman-Users] Re: Help please - Postfix and Mailman

2003-11-24 Thread Simon White
24-Nov-03 at 10:21, [EMAIL PROTECTED] ([EMAIL PROTECTED]) wrote : > No, mailman is using the same principle as majordomo they both use > aliases to "insert" themselves into postfix. Postfix is not > recognising my aliases even though the entries are there... Hi there, Can you post the output from

[Mailman-Users] Re: Help please - Postfix and Mailman

2003-11-24 Thread gagel
- Original Message Follows - > On Mon, 2003-11-24 at 10:03, [EMAIL PROTECTED] wrote: > > Tom, > > Typo on my part, I double checked and the line is using the pipe > > not the colon. > > > > > > - Original Message Follows - > > > On Mon, 2003-11-24 at 09:50, [EMAIL PROTECTED] wr

[Mailman-Users] Re: help

2003-11-03 Thread Paul H Byerly
Chris Duggan wrote: Hey there i have recently installed your mialing list onto my site. When i come to test it i fill in the registration fields it comes up with a "page cannot be displyed" i have put the subscription form here www.avrils-angel.com/mailinglist.htm Please could you advise us o

Re: [Mailman-Users] Re: HELP, PLEASE: server name in admin messages

2002-12-12 Thread Raquel Rice
On Thu, 12 Dec 2002 16:39:26 -0300 "Marcelo Assis" <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Jon Carnes" <[EMAIL PROTECTED]> > Sent: Thursday, December 12, 2002 2:34 PM > > > > I assume you are using Mailman version 2.0.x... > > It's Mailman 2.1b3... > > > Also, if you

[Mailman-Users] Re: HELP, PLEASE: server name in admin messages

2002-12-12 Thread Jon Carnes
Have you added the virtual hosts in your ~mailman/Mailman/mm_cfg.py file? If not, I would suggest that as a good first step. You also might want to upgrade to the latest beta release (2.1.b6). Good Luck - Jon. On Thu, 2002-12-12 at 14:39, Marcelo Assis wrote: > - Original Message - > Fr

[Mailman-Users] Re: HELP, PLEASE: server name in admin messages

2002-12-12 Thread Marcelo Assis
- Original Message - From: "Jon Carnes" <[EMAIL PROTECTED]> Sent: Thursday, December 12, 2002 2:34 PM > I assume you are using Mailman version 2.0.x... It's Mailman 2.1b3... > Also, if you are using Sendmail, you should consider changing your MTA > over to Postfix which also makes handl

[Mailman-Users] re: help me #2

2002-04-10 Thread Matt Lavergne
hey guys, just a quick thanks to everyone whom replied to me. Its working now. Thanks a million Matt Lavergne Tech Support Interlynx Internet 905-524-5969 x229 1-888-658-5969 x229 -- Mailman-Users mailing list [EMAIL PROTECTED] http://mai

[Mailman-Users] Re: Help - Installation with sendmail GID error - Please Help

2001-06-26 Thread Vizi Szilard
Hy, Johannes Puschmann wrote: > Do a make clean, ./configure --with-mail-gid=2, --with-other-options That shoud work, but the best way to know the correct mail-gid is: [vizisz@tatooin vizisz]$ grep DefaultUser /etc/sendmail.cf O DefaultUser=8:12 So in my case I have to use --with-mail-gid=12.

[Mailman-Users] re: help

2001-02-12 Thread guenter wessling
Hi. All you need is in the INSTALL file. Apache has to be aliased and Scriptaliased in the srm.conf file (/etc/httpd/srm.conf), so it knows the mailman directories. And you have to put the OptionSymLinks in /Directory (access.conf). Look at the Install. And donn´t forget to restart httpd. gw >I

[Mailman-Users] Re: Help!! 2nd Request!!!

2001-01-04 Thread Michael Still
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Thu, 4 Jan 2001, Ben Ocean wrote: > How can I install Mailman if I can’t install GCC??? How can I install GCC > when the instructions for installing it are written in Greek??? Look, I’m > not brain-dead, but it appears that whoever wrote the follo