Re: [Mailman-Users] "Freezing" mailing list

2018-05-29 Thread Tatsuo Ishii
> Or you could put > > ^. > > in the list's ban_list to ban any address containing at least one > character from subscribing. Thanks. This works for me. Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://www.sraoss.co.jp -

[Mailman-Users] *** SOLVED *** Re: (2.1.26) Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Cannot open wrapper configuration file: N

2018-05-29 Thread michaelof--- via Mailman-Users
Mark, pls forget my last email, you've led me already in the right direction: - tried a sudo -u mailman /usr/lib/mailman/cgi-bin/listinfo and echo $? after that - showed 8 as error code - downloaded source for mailman 2.1.26, looked into source for cgi-wrapper.c, specifically into common.h - 8

Re: [Mailman-Users] (2.1.26) Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Cannot open wrapper configuration file: No such file or

2018-05-29 Thread michaelof--- via Mailman-Users
Hi Mark, just clicked "send" for a second answer to you last reply ten second ago, overlap with your current reply :-) I've went a different way, but found the same reason, so thank you very much again! Michael Am 29.05.2018 um 23:27 schrieb Mark Sapiro: > On 05/29/2018 12:16 PM, michaelof

Re: [Mailman-Users] Filtering messages with no subject

2018-05-29 Thread Mark Sapiro
On 05/29/2018 01:49 PM, Bryan Blackwell wrote: > Excellent, thanks. I put them in with 'hold' instead of 'discard' for now > just in case I made a mistake. Right now I have a bunch of lines in the > Legacy section, is it ok to leave those in place? Yes, it's OK to leave them. If all you have

Re: [Mailman-Users] (2.1.26) Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Cannot open wrapper configuration file: No such file or

2018-05-29 Thread Mark Sapiro
On 05/29/2018 12:16 PM, michaelof--- via Mailman-Users wrote: > Maybe a silly question: for what (specific) "wrapper configuration file" > mailman is searching for?? That's a Suse question. Standard GNU Mailman has no such message. Read the Suse Mailman docs to see what they say about this. >

Re: [Mailman-Users] Filtering messages with no subject

2018-05-29 Thread Bryan Blackwell
On May 29, 2018, at 4:33 PM, Mark Sapiro wrote: > > Use header_filter_rules (on the admin Privacy options... -> Spam filters > page. > > A regexp of > > ^subject:\s*(\(no subject\))?\s*$ > > will match messages with an empty Subject: header or literally '(no > subject)', but it's more complica

Re: [Mailman-Users] Filtering messages with no subject

2018-05-29 Thread Mark Sapiro
On 5/29/18 1:01 PM, Bryan Blackwell wrote: > Hi folks, > > I'm having trouble with some spam using spoofed addresses getting through to > my lists, they all seem to have no subject. I don't see any obvious way to > filter these, am I missing an option? If not, has anyone implemented a > filte

[Mailman-Users] Filtering messages with no subject

2018-05-29 Thread Bryan Blackwell
Hi folks, I'm having trouble with some spam using spoofed addresses getting through to my lists, they all seem to have no subject. I don't see any obvious way to filter these, am I missing an option? If not, has anyone implemented a filter to block these sorts of messages? Thanks for any hel

Re: [Mailman-Users] confirmation string is not working

2018-05-29 Thread Mark Sapiro
On 5/29/18 10:57 AM, Henrique Fagundes wrote: > > I solved this problem by disabling https. > So that when redirecting from http to https occurred, the cache was lost. If you want to require https, the proper way to fix this is discussed in steps 2 and 3 at . -

Re: [Mailman-Users] (2.1.26) Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Cannot open wrapper configuration file: No such file or

2018-05-29 Thread michaelof--- via Mailman-Users
Mark, thank you for answering so detailed! Am 29.05.2018 um 19:37 schrieb Mark Sapiro: > On 05/29/2018 03:19 AM, michaelof--- via Mailman-Users wrote: >> >> After upgrading the VPS to OpenSuse Leap 15.0, Mailman still 2.1.26, Apache >> from 2.4.23 to 2.4.33, Python from 2.7.13 to >> 2.7.14, I'm

Re: [Mailman-Users] confirmation string is not working

2018-05-29 Thread Henrique Fagundes
Dear, To give continuity to this topic that I found on the internet (https://mail.python.org/pipermail/mailman-users/2012-May/073367.html) I also went through that. I solved this problem by disabling https. So that when redirecting from http to https occurred, the cache was lost. Forgive me

Re: [Mailman-Users] "Freezing" mailing list

2018-05-29 Thread Tatsuo Ishii
>>> You could set the list to require moderator approval for subscription, >>> then simply discard all subscription requests. I have already done it. Problem is, I'm getting more and more subscription requests from spammers these days. >> Or you could put >>^. >>in the list's ban_list to ban any

Re: [Mailman-Users] "Freezing" mailing list

2018-05-29 Thread Yasuhito FUTATSUKI
On 05/30/18 02:00, Mark Sapiro wrote: On 05/29/2018 09:45 AM, Phil Stracchino wrote: On 05/29/18 10:20, Tatsuo Ishii wrote: Hi, I would like to "freeze" an existing mailing list: I want to keep the mailing list but I want no one newly subscribe the list. Can you please anyone tell me how I can

Re: [Mailman-Users] (2.1.26) Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Cannot open wrapper configuration file: No such file or

2018-05-29 Thread Mark Sapiro
On 05/29/2018 03:19 AM, michaelof--- via Mailman-Users wrote: > > After upgrading the VPS to OpenSuse Leap 15.0, Mailman still 2.1.26, Apache > from 2.4.23 to 2.4.33, Python from 2.7.13 to > 2.7.14, I'm getting the error message in the subject of this mail when trying > to access the mailman web

Re: [Mailman-Users] Unsubscribe link

2018-05-29 Thread Mark Sapiro
On 05/29/2018 06:49 AM, nikos wrote: >Hello list. > >Is possible to insert somehow a unsubscribe link inside the message >instead in footer? There is no way short of modifying code to insert personalized information in the body of a message. There are ways to ensure the footer is ap

Re: [Mailman-Users] "Freezing" mailing list

2018-05-29 Thread Mark Sapiro
On 05/29/2018 09:45 AM, Phil Stracchino wrote: > On 05/29/18 10:20, Tatsuo Ishii wrote: >> Hi, >> >> I would like to "freeze" an existing mailing list: I want to keep the >> mailing list but I want no one newly subscribe the list. Can you >> please anyone tell me how I can implement it? > > > You

Re: [Mailman-Users] "Freezing" mailing list

2018-05-29 Thread Phil Stracchino
On 05/29/18 10:20, Tatsuo Ishii wrote: > Hi, > > I would like to "freeze" an existing mailing list: I want to keep the > mailing list but I want no one newly subscribe the list. Can you > please anyone tell me how I can implement it? You could set the list to require moderator approval for subsc

[Mailman-Users] updating mailman

2018-05-29 Thread Mark T
Hi can anyone give me easy instructions to update mailman Using the apt-get install process Also will it keep all my mailing lists and members Many thanks mark. Tune in to the number one station on the web TAFN radio http://tafn.org.uk/listen Or for our catch up service on demand http://www.ta

Re: [Mailman-Users] Unsubscribe link

2018-05-29 Thread specktator
Nick, I've tried that too. I don't think there's a way ... or at least I haven't found it yet On 29/05/2018 04:49 μμ, nikos wrote: Hello list. Is possible to insert somehow a unsubscribe link inside the message instead in footer? After many tries I manage to put a direct link

Re: [Mailman-Users] Unsubscribe link

2018-05-29 Thread Christian F Buser via Mailman-Users
Hello nikos. On Tue, 29 May 2018 16:49:13 +0300, you wrote: >Is possible to insert somehow a unsubscribe link inside the message >instead in footer? > >After many tries I manage to put a direct link in footer, setting Full >Personalization ON first. The problem is that Outlook att

[Mailman-Users] (2.1.26) Mailman CGI error!!! The Mailman CGI wrapper encountered a fatal error. This entry is being stored in your syslog: Cannot open wrapper configuration file: No such file or dire

2018-05-29 Thread michaelof--- via Mailman-Users
Hello to all, first post to this mailing list, so first of all thank you very much to all who helped to make Mailman and it's community reality! I'm running mailman now for a while without issues. On my VPS, not a big installation, not many lists, just a few users per list. After upgrading th

[Mailman-Users] "Freezing" mailing list

2018-05-29 Thread Tatsuo Ishii
Hi, I would like to "freeze" an existing mailing list: I want to keep the mailing list but I want no one newly subscribe the list. Can you please anyone tell me how I can implement it? Best regards, -- Tatsuo Ishii SRA OSS, Inc. Japan English: http://www.sraoss.co.jp/index_en.php Japanese:http://

[Mailman-Users] Unsubscribe link

2018-05-29 Thread nikos
Hello list. Is possible to insert somehow a unsubscribe link inside the message instead in footer? After many tries I manage to put a direct link in footer, setting Full Personalization ON first. The problem is that Outlook attach footer and most users ignore it. So it could be