[Mailman-Users] Re: Problem after upgrade to mailman-2.1.30-1

2024-09-21 Thread Mark Sapiro
On 9/21/24 07:15, Ivan Tejeiro Izquierdo via Mailman-Users wrote: Is a redhat package. Nothing in error log of mailman and check_perms executed and fixed problems but same issue. If it's not a permissions issue, it's probably a RedHat issue and should be reported to RedHat. Again, see https:/

[Mailman-Users] Re: Problem after upgrade to mailman-2.1.30-1

2024-09-21 Thread Ivan Tejeiro Izquierdo via Mailman-Users
Is a redhat package. Nothing in error log of mailman and check_perms executed and fixed problems but same issue. -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail

[Mailman-Users] Re: Problem after upgrade to mailman-2.1.30-1

2024-09-20 Thread Mark Sapiro
On 9/20/24 04:57, Ivan Tejeiro Izquierdo via Mailman-Users wrote: Hi Mark: After upgrade to mailman-2.1.30-1 when I create a new list, the list is created correctly in the alias file and in virtual-mailman file, but the new list does not work until I run the command /usr/lib/mailman/bin/genalis

[Mailman-Users] Re: problem with non-member Sender rules

2024-06-27 Thread Odhiambo Washington
On Thu, Jun 27, 2024 at 12:05 AM Laack, Andrea P. via Mailman-Users < mailman-users@python.org> wrote: > Our non-member Sender rules work fine with emails coming directly from the > sender, but our servers send emails to root@ and those are > forwarded to the mail list. The Sender filters do not

[Mailman-Users] Re: problem with reply behavior

2023-05-06 Thread Mark Sapiro
On 5/5/23 13:14, pub...@eli-damon.info wrote: Hi, all. I am trying to set up a Mailman list, and I've encountered a problem. I'm new to this, and I could really use some help. I want replies to go to the individual poster, but they're going to the list instead. I have first_strip_reply_to set

[Mailman-Users] Re: Problem with outlook.com

2022-06-15 Thread Stephen J. Turnbull
saran...@intracom-telecom.com writes: > Do you know when this change will be deployed in Mailman3 or > Python3? do i need to issue a bug report in order to speed up > things? This is the "missing hyphen in iso8859-7" issue, right? To answer the question literally, at present we don't want to

[Mailman-Users] Re: Problem with outlook.com

2022-06-15 Thread sarantis
Hello, Do you know when this change will be deployed in Mailman3 or Python3? do i need to issue a bug report in order to speed up things? Thank you Sarandis -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email

[Mailman-Users] Re: Problem with outlook.com

2022-06-02 Thread Mark Sapiro
On 6/2/22 02:27, saran...@intracom-telecom.com wrote: Hello, Sorry for getting back on the same issue but i'd like a clarification in your answer please. Does this mean that in Mailman3 this issue can be fixed in mailman's configuration without changing python libraries, or do you mean that a

[Mailman-Users] Re: Problem with outlook.com

2022-06-02 Thread sarantis
Hello, Sorry for getting back on the same issue but i'd like a clarification in your answer please. Does this mean that in Mailman3 this issue can be fixed in mailman's configuration without changing python libraries, or do you mean that a change is necessary in python3/mailman3 code? Thank yo

[Mailman-Users] Re: Problem with outlook.com

2022-05-27 Thread sarantis
Thanks Steve for your reply, i'll proceed in changing the iso8859_7.py file and i'll keep my fingers crossed. Kind regards Sarantis -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@pyth

[Mailman-Users] Re: Problem with outlook.com

2022-05-25 Thread Stephen J. Turnbull
saran...@intracom-telecom.com writes: > /usr/lib/python2.7/encodings/iso8859_7.py, in def getregentry(), > there is a line: name='iso8859-7' which if it is changed to: > name='iso-8859-7' then the encoding is sent correctly and the > emails are received by the Exchange server. Nevertheless, i'

[Mailman-Users] Re: Problem with outlook.com

2022-05-24 Thread sarantis
Hello, The problem that Nikos had reported back in 2020, happened to our mailman installation too and since there was no resolution to Nikos initial problem, i thought to send our investigation results to the same thread. So, the problem is that when someone is sending an email with a Greek subj

[Mailman-Users] Re: Problem with no bounce messages

2021-06-16 Thread Ivan Tejeiro Izquierdo
I solved it put virtual-domains i have configured in mailman in domains file dovecot. Thanks. -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org https://mail.python.org/mailman

[Mailman-Users] Re: Problem with no bounce messages

2021-06-16 Thread Mark Sapiro
On 6/16/21 3:12 AM, Ivan Tejeiro Izquierdo wrote: Hi Mark: I revised main.cf of postfix and have this: virtual_alias_maps = hash:/etc/mailman/virtual-mailman alias_maps = hash:/etc/mailman/aliases alias_database = hash:/etc/mailman/aliases.db The file /etc/postfix/transport is not in use in

[Mailman-Users] Re: Problem with no bounce messages

2021-06-16 Thread Ivan Tejeiro Izquierdo
Hi Mark: I revised main.cf of postfix and have this: virtual_alias_maps = hash:/etc/mailman/virtual-mailman alias_maps = hash:/etc/mailman/aliases alias_database = hash:/etc/mailman/aliases.db The file /etc/postfix/transport is not in use in postfix. /etc/mailman/aliases # STANZA START:

[Mailman-Users] Re: Problem with no bounce messages

2021-06-14 Thread Mark Sapiro
On 6/14/21 3:43 AM, Ivan Tejeiro Izquierdo wrote: If I send email to p...@listas.prueba.es ( list address that does not exist), postfix transport it to mailman (/etc/mailman/transport file) listas.prueba.es mailman: listas.test.es mailman: It app

[Mailman-Users] Re: Problem with no bounce messages

2021-06-14 Thread Ivan Tejeiro Izquierdo
Example postfix: local domains what are managed by postfix (@pepe.es, @manuel.es) If one email come to postfix to p...@pepe.es and that mail doesn´t exist, you received a bounces message inform you from mailman. I like to do the same thing for the domains of the lists (@listas.pepe.es @listas.m

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-11 Thread Stephen J. Turnbull
Ivan Tejeiro Izquierdo writes: > Thank you so much Stephen for the help, it has helped me a lot. Thank you for the feedback! It helps a lot to know when our help is really helpful. Steve -- Mailman-Users mailing list -- mailman-users@python.o

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-09 Thread Ivan Tejeiro Izquierdo
Thank you so much Stephen for the help, it has helped me a lot. -- 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.or

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-06 Thread Raaphael Mankin via Mailman-Users
On 04/06/2021 16:12, Ivan Tejeiro Izquierdo wrote: To summarize Mark and not drive you crazy, what we need is that the person who sends an email to a moderate list, whether or not they belong to the list, receive the email that tells them if their post has been accepted or rejected. This is d

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-05 Thread Ivan Tejeiro Izquierdo
I will try it Stephen, thank you so much for your help. -- 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/ Mailm

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-05 Thread Chip Davis
This happens regularly on the lists that I administer, usually as a result of a well-meaning subscriber 'cc:'ing a non-subscriber, who then replies back to both the subscriber and the list. Since I have to deal with the moderated message anyway, I simply send the non-subscriber a short note ex

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-04 Thread Stephen J. Turnbull
Ivan Tejeiro Izquierdo writes: > To summarize Mark and not drive you crazy, what we need is that the > person who sends an email to a moderate list, whether or not they > belong to the list, receive the email that tells them if their post > has been accepted or rejected. We are unlikely to pr

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-04 Thread Mark Sapiro
On 6/4/21 8:33 AM, Ivan Tejeiro Izquierdo wrote: And if it could only be done for members of the list, should I go one by one activating that option? We have about 50 lists with many subscribers and it would be a tedious job. Would there be an option to create a list or add a member that activ

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-04 Thread Ivan Tejeiro Izquierdo
Can we activate the ACK option recursively to all the subscribers of the list without having to go one by one activating it? -- Mailman-Users mailing list -- mailman-users@python.org To unsubscribe send an email to mailman-users-le...@python.org

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-04 Thread Mark Sapiro
On 6/4/21 7:43 AM, Ivan Tejeiro Izquierdo wrote: I understand that option is if the sender message to the list is member of that list, but my scenario is the sender is not member of that list, then he received the message "Your message is pending of moderation", but the accepted message only is

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-04 Thread Ivan Tejeiro Izquierdo
And if it could only be done for members of the list, should I go one by one activating that option? We have about 50 lists with many subscribers and it would be a tedious job. Would there be an option to create a list or add a member that activates that option automatically ?, Or later to when

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-04 Thread Ivan Tejeiro Izquierdo
To summarize Mark and not drive you crazy, what we need is that the person who sends an email to a moderate list, whether or not they belong to the list, receive the email that tells them if their post has been accepted or rejected. I hope I am explaining myself well, I am from Spain and my Engli

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-04 Thread Ivan Tejeiro Izquierdo
I understand that option is if the sender message to the list is member of that list, but my scenario is the sender is not member of that list, then he received the message "Your message is pending of moderation", but the accepted message only is received for moderate of the list. Is there an op

[Mailman-Users] Re: Problem with the Approved message confirmation

2021-06-04 Thread Mark Sapiro
On 6/4/21 4:39 AM, Ivan Tejeiro Izquierdo wrote: I send a message to a moderated list, the moderator receives a message to moderate it, I receive a message that my email is pending moderation, so far everything is correct, but the problem is that when the moderator approves the moderation, the

[Mailman-Users] Re: Problem with SPF, DKIM or Mailman-DMARC settings

2020-11-07 Thread Mark Sapiro
On 11/5/20 4:54 PM, Kala Balik wrote: My question is: What is wrong here, my SPF or DKIM settings OR my Mailman-DMARC settings? I suspect it is your DKIM signing settings that sign the mail if it is To: n...@domain.tld but not if it is To:n...@subdomain.domain.tld. Are you signing

[Mailman-Users] Re: Problem with outlook.com [Solved]

2020-09-30 Thread nikos
Remote Server returned '550 5.6.0 CAT.InvalidContent.Exception: ExchangeDataException, Decoding of header Subject failed+ADs- raw value: +AFs-Ps+AF0- +AD0-?iso8859-7?b?wer98fnz5yDF8OX05enh6t7yIOXq5N7r+-fPn8iDz9Oft?+AD0-; cannot handle content of message It looks like the Subject: header of

[Mailman-Users] Re: Problem with outlook.com

2020-09-24 Thread nikos
Remote Server returned '550 5.6.0 CAT.InvalidContent.Exception: ExchangeDataException, Decoding of header Subject failed+ADs- raw value: +AFs-Ps+AF0- +AD0-?iso8859-7?b?wer98fnz5yDF8OX05enh6t7yIOXq5N7r+-fPn8iDz9Oft?+AD0-; cannot handle content of message It looks like the Subject: header of the

[Mailman-Users] Re: Problem with outlook.com

2020-09-23 Thread Mark Sapiro
On 9/23/20 6:29 AM, nikos wrote: > Hello list. > > For some reason none of hotmail or outlook users don't receive any of > our newsletter. Finally all of them auto unsubscribe. > > The following is an error received form protection.outlook.com: > > Remote Server returned '550 5.6.0 CAT.InvalidCo

[Mailman-Users] Re: Problem with outlook.com

2020-09-23 Thread Mailman-admin
Hello Am 23.09.20 um 15:29 schrieb nikos: > Hello list. > > For some reason none of hotmail or outlook users don't receive any of > our newsletter. Finally all of them auto unsubscribe. > > The following is an error received form protection.outlook.com: > > Remote Server returned '550 5.6.0 CAT

[Mailman-Users] Re: Problem running CGI - Mailman Admin UI

2020-07-25 Thread Odhiambo Washington
On Fri, 24 Jul 2020 at 19:38, Bill Cole < mailmanu-20190...@billmail.scconsult.com> wrote: > On 23 Jul 2020, at 7:40, Odhiambo Washington wrote: > > > Hello List Admins, > > > > I am somehow at the end of my thinking capacity with this problem, yet > > I > > think it's something minor that a third

[Mailman-Users] Re: Problem running CGI - Mailman Admin UI

2020-07-24 Thread Bill Cole
On 23 Jul 2020, at 7:40, Odhiambo Washington wrote: Hello List Admins, I am somehow at the end of my thinking capacity with this problem, yet I think it's something minor that a third eye can help me with: I have installed mailman-2.1.34 on a brand new box running FreeBSD-12.1. The problem

[Mailman-Users] Re: Problem running CGI - Mailman Admin UI

2020-07-24 Thread Odhiambo Washington
On Thu, 23 Jul 2020 at 22:11, Juergen Dollinger < juergen.dollin...@ulm.ccc.de> wrote: > Odhiambo Washington wrote: > > What is it that I am being blind to that makes the web UI not open? > > Did you load the cgi-Module of apache? Can you run other cgi-scripts? > Thank you for "seeing" it for me.

[Mailman-Users] Re: Problem running CGI - Mailman Admin UI

2020-07-23 Thread Juergen Dollinger
Odhiambo Washington wrote: > What is it that I am being blind to that makes the web UI not open? Did you load the cgi-Module of apache? Can you run other cgi-scripts? -- \ J. Dollinger FAW/n Ulm |zeitnot@irc| http://www.home.pages.de/~zeitnot/ \"What're quantum mechanics?" -- "I don't k

[Mailman-Users] Re: problem with locale settings and command line interface

2020-07-15 Thread Mark Sapiro
On 7/14/20 10:38 AM, mail...@werner.by wrote: > Hi, > > I've mailing lists with some members using non ASCII characters in there > names, like "Franz Müller ". > > Mailman 2.1.29 is installed. When I run "list_members -f mylist" I get > question marks in the output. Assuming Mailman has actually

[Mailman-Users] Re: Problem with Sendmail SMTP-AUTH and Mailman

2004-06-25 Thread Stefan Waidele jun.
Christopher Tyler wrote: I had Mailman working fine with Sendmail up until I enabled SMTP-AUTH in Sendmail. The messages get to Mailman but are not delivered to the list members anymore because Mailman does not authenticate. Disabling SMTP-AUTH is not an option as we are an ISP and have users that

[Mailman-Users] re: problem solved: "email messages not going out"

2004-03-30 Thread Craig Elkins
geezooks! finally stumbled upon the reason list member email wasn't being sent to the list. "When I review the usr/local/mailman/mail/mailman file it looks like it is blank - this will cause a problem since mailman needs this to load the user/list correctly. I have restored this file for yo

[Mailman-Users] Re: Problem related to Hotmail

2004-02-25 Thread Pug Bainter
>> As for a cut >> off number, I have one list without personalization that currently >> sends to 62 Hotmail addresses without a problem. So setting your >> chunk size to 60 should also take care of it. > If this doesn't work, use a cutoff number that is half the size, and > try again. Keeping cut

[Mailman-Users] Re: Problem related to Hotmail

2004-02-19 Thread Brad Knowles
At 12:06 PM -0600 2004/02/19, Paul H Byerly wrote: As for a cut off number, I have one list without personalization that currently sends to 62 Hotmail addresses without a problem. So setting your chunk size to 60 should also take care of it

[Mailman-Users] Re: Problem related to Hotmail

2004-02-19 Thread Paul H Byerly
Nick vd Kloor wrote: since a month now our company is using Mailman 2.1.4. Our membersdatabase is for 60% filled by Hotmail users. Now we noticed that none of these hotmailusers receive our mailings. So I tested it with another mailman database with only 2 hotmail users which I copied from our main

[Mailman-Users] Re: problem with Hotmail subscribers

2003-09-21 Thread Paul H Byerly
Jeff D wrote: One of my list subscribers on Hotmail is complaining he isn't receiving messages from the list(s). Is there any settings to change on the server end so that messages get through, or is it all a matter of his preferences and MSN/Hotmail SPAM filters being too aggressive? I run tes

[Mailman-Users] Re: problem to setup mm2.1b4 with sv-iso-8859-1

2002-12-29 Thread Barry A. Warsaw
> "LDG" == Leo De Geer <[EMAIL PROTECTED]> writes: LDG> the archive isent working as it should exampel on LDG> http://listor.svessa.se/pipermail/faq/2002-December/04.html LDG> and some of the admin mail isent enkoded as they should LDG> anyone knowing thats the problem

[Mailman-Users] Re: Problem enforcing text/plain posts only policy

2002-07-18 Thread Will Yardley
alex wetmore wrote: > On Tue, 16 Jul 2002, Chuq Von Rospach wrote: >> On 7/16/02 10:47 PM, "JC Dill" <[EMAIL PROTECTED]> wrote: >>> I'd be more surprised if your ISP would refuse to do it. Stripping MIME >>> off mailing list destined posts makes everyone's life easier. >> Except that's not wh

[Mailman-Users] Re: Problem Reaching Just One List

2001-11-13 Thread Ashley M. Kirchner
Torresen Marine Diesel Direct wrote: > Starting a couple of hours ago I could no longer get in to manage ONE of > the lists. When I say get in, I mean that I can not access the Web > interface for that particular list. The server simply churns and churns and > churns but nothing ever comes up on

Re: [Mailman-Users] Re: Problem...

2001-02-13 Thread Tim Pozar
Yup... I ran into the same problem. If I shotgun the directory and installed a fresh version of 2.0.1 then things were fine ('cept a number of permission problems that were resolved.) Tim On Tue, Feb 13, 2001 at 01:19:42PM -0800, Dan Mick wrote: > "Barry A. Warsaw" wrote: > > > "DM" == Dan

[Mailman-Users] Re: Problem...

2001-02-12 Thread Tim Pozar
> Traceback (most recent call last): > File "/usr/local/mailman/cron/run_queue", line 46, in ? > main() > File "/usr/local/mailman/cron/run_queue", line 41, in main > OutgoingQueue.processQueue() > File "/usr/local/mailman/Mailman/OutgoingQueue.py", line 114, in processQueue > Ut

[Mailman-Users] re: problem installing as root

2001-01-08 Thread Tom Moore
Yes, sir. I'm logged in as root and I'm sitting right at the machine administering it (It's not over NFS or anything like that). I was wondering, from the look of it, if perhaps Python itself didn't have permission to do the install (which is probably stupid -- Python probably gets its author