Re: [Mailman-Users] 64 bit encoding

2015-11-10 Thread Mark Sapiro
On 11/9/15 7:18 PM, Ruben Safir wrote: > On 11/09/2015 08:30 PM, Mark Sapiro wrote: >> >> So the messages were delivered. What's the problem? >> >> > > > that is 2 of 108 :) So are the other 106 eligible to receive non-digest messages; i.e. regular, not digest members with delivery enabled? I

Re: [Mailman-Users] 64 bit encoding

2015-11-09 Thread Ruben Safir
On 11/09/2015 08:30 PM, Mark Sapiro wrote: > > > On November 9, 2015 8:15:49 PM EST, Ruben wrote: > >> 2015-11-08T08:56:54.786350-05:00 www postfix/smtp[21541]: 0AF2B161158: >> to=, relay=mx1.hotmail.com[134.170.2.199]:25, >> delay=2.8, >> delays=1.7/0.6/0.16/0.27, dsn=2.0.0, status=sent (250

Re: [Mailman-Users] 64 bit encoding

2015-11-09 Thread Mark Sapiro
On November 9, 2015 8:15:49 PM EST, Ruben wrote: >2015-11-08T08:56:54.786350-05:00 www postfix/smtp[21541]: 0AF2B161158: >to=, relay=mx1.hotmail.com[134.170.2.199]:25, >delay=2.8, >delays=1.7/0.6/0.16/0.27, dsn=2.0.0, status=sent (250 ><563f4bdf.8010...@panix.com> Queued mail for delivery) >

Re: [Mailman-Users] 64 bit encoding

2015-11-09 Thread Ruben
On 11/09/2015 07:12 PM, Mark Sapiro wrote: On November 9, 2015 6:56:56 PM EST, Mark Sapiro wrote: On November 9, 2015 6:49:53 PM EST, Ruben wrote: I made this change and I think I'm getting no throughput through the list altogether :( I have the mail logs being tailed and all the

Re: [Mailman-Users] 64 bit encoding

2015-11-09 Thread Ruben
On 11/09/2015 07:12 PM, Mark Sapiro wrote: On November 9, 2015 6:56:56 PM EST, Mark Sapiro wrote: On November 9, 2015 6:49:53 PM EST, Ruben wrote: I made this change and I think I'm getting no throughput through the list altogether :( I have the mail logs being tailed and all the

Re: [Mailman-Users] 64 bit encoding

2015-11-09 Thread Mark Sapiro
On November 9, 2015 6:56:56 PM EST, Mark Sapiro wrote: > > >On November 9, 2015 6:49:53 PM EST, Ruben wrote: >> >> > >>I made this change and I think I'm getting no throughput through the >>list altogether :( >> >>I have the mail logs being tailed and all the mailman/logs but I'm not > >>spott

Re: [Mailman-Users] 64 bit encoding

2015-11-09 Thread Ruben
On 11/04/2015 12:10 PM, Mark Sapiro wrote: On 11/03/2015 06:42 PM, Ruben Safir wrote: I'm converting my mailing lists from majordomo to mailman using postfix. A lot of little issues have cropped up but the biggest problem I have currently is that it seems that mailman is converting files to

Re: [Mailman-Users] 64 bit encoding

2015-11-06 Thread Mark Sapiro
On 11/5/15 9:05 PM, Ruben Safir wrote: > On 11/05/2015 03:50 PM, Mark Sapiro wrote: >> And you've basically arranged that by making the archive public as far >> as mailman is concerned and telling apache >> >> Alias /pipermail/ /usr/local/apache/htdocs/mailman/archives/public/ >> >> so at least

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Ruben Safir
On 11/05/2015 03:50 PM, Mark Sapiro wrote: > And you've basically arranged that by making the archive public as far > as mailman is concerned and telling apache > > Alias /pipermail/ /usr/local/apache/htdocs/mailman/archives/public/ > > so at least the default public archive URLs point somewh

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Mark Sapiro
On 11/05/2015 10:33 AM, Ruben Safir wrote: > On 11/05/2015 01:05 PM, Mark Sapiro wrote: > >> How do you start Mailman? Where is the bin/mailmanctl that starts it? > > /etc/rc.d/mailman which unfortunately is piped through systemd. > ... > MM_CT=/usr/lib/mailman/cron/crontab > MM_CTRL=/usr/lib/m

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Mark Sapiro
On 11/05/2015 10:38 AM, Ruben Safir wrote: > > # STANZA START: mailman > # CREATED: Tue Oct 20 11:14:22 2015 > mailman: "|/usr/lib/mailman/mail/mailman post mailman" ... So list related email goes to the mailman in /usr/lib/mailman/, so /usr/lib/mailman/Mailman/Message.py is the file

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Ruben Safir
On 11/05/2015 01:18 PM, Mark Sapiro wrote: > On 11/05/2015 09:55 AM, Ruben Safir wrote: > >> www:/etc/postfix # grep mailman ./* >> ./main.cf:#alias_maps = "hash:/etc/aliases, >> hash:/var/lib/mailman/data/aliases" >> ./main.cf:alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases >

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Ruben Safir
On 11/05/2015 01:05 PM, Mark Sapiro wrote: > On 11/05/2015 09:48 AM, Ruben Safir wrote: > /usr/local/apache/conf/mailman/Mailman/Message.py /usr/local/apache/conf/mailman/Mailman/Message.pyc >>> >> >> ohh. >> >> Maybe I did that because I didn't want my cgi-bin directory outside of >> my

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Mark Sapiro
On 11/05/2015 09:55 AM, Ruben Safir wrote: > www:/etc/postfix # grep mailman ./* > ./main.cf:#alias_maps = "hash:/etc/aliases, > hash:/var/lib/mailman/data/aliases" > ./main.cf:alias_maps = hash:/etc/aliases, hash:/var/lib/mailman/data/aliases > ./master.cf:#mailman unix - n n

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Mark Sapiro
On 11/05/2015 09:48 AM, Ruben Safir wrote: >>> /usr/local/apache/conf/mailman/Mailman/Message.py >>> /usr/local/apache/conf/mailman/Mailman/Message.pyc >> > > ohh. > > Maybe I did that because I didn't want my cgi-bin directory outside of > my apache trunk. It is odd habit I picked up in the la

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Ruben Safir
On 11/05/2015 12:24 PM, Mark Sapiro wrote: > On 11/05/2015 08:41 AM, Ruben Safir wrote: >> >> Which file am I patching? Is this a normal setup? I pulled it from >> opensuse. >> >> >> ruben@www:~> locate Mailman/Message.py >> /usr/lib/mailman/Mailman/Message.py >> /usr/lib/mailman/Mailman/Message.

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Ruben Safir
On 11/05/2015 12:31 PM, Mark Sapiro wrote: > On 11/05/2015 08:41 AM, Ruben Safir wrote: >> >> Which file am I patching? Is this a normal setup? I pulled it from >> opensuse. >> >> >> ruben@www:~> locate Mailman/Message.py >> /usr/lib/mailman/Mailman/Message.py >> /usr/lib/mailman/Mailman/Message.

Re: [Mailman-Users] 64 bit encoding

2015-11-05 Thread Mark Sapiro
On 11/05/2015 08:41 AM, Ruben Safir wrote: > > Which file am I patching? Is this a normal setup? I pulled it from > opensuse. > > > ruben@www:~> locate Mailman/Message.py > /usr/lib/mailman/Mailman/Message.py > /usr/lib/mailman/Mailman/Message.pyc The above two are probably what you want. /us

Re: [Mailman-Users] 64 bit encoding

2015-11-04 Thread Mark Sapiro
On 11/04/2015 04:27 PM, Stephen J. Turnbull wrote: > Mark Sapiro writes: > > > +email.Charset.add_charset('utf-8', > > + email.Charset.SHORTEST, > > + email.Charset.QP, > > + 'utf-8') > > I don't know if this actually

Re: [Mailman-Users] 64 bit encoding

2015-11-04 Thread Stephen J. Turnbull
Mark Sapiro writes: > +email.Charset.add_charset('utf-8', > + email.Charset.SHORTEST, > + email.Charset.QP, > + 'utf-8') I don't know if this actually is available, let alone whether it would work (might affect headers

Re: [Mailman-Users] 64 bit encoding

2015-11-04 Thread Mark Sapiro
On 11/04/2015 09:16 AM, Ruben Safir wrote: > > Oh thank you! Because I was reading that it is triggered by header > msg_header or msg_footer, but nobody really know what that was exactly. > It didn't match any settings in the interface. I greatly appreciate this To be more specific, if a list

Re: [Mailman-Users] 64 bit encoding

2015-11-04 Thread Ruben Safir
On 11/04/2015 12:10 PM, Mark Sapiro wrote: > You can change the > encoding for UTF-8 message bodies with the following patch to > Mailman/Message.py, but if your messages are not predominate Oh thank you! Because I was reading that it is triggered by header msg_header or msg_footer, but nobody

Re: [Mailman-Users] 64 bit encoding

2015-11-04 Thread Mark Sapiro
On 11/03/2015 06:42 PM, Ruben Safir wrote: > I'm converting my mailing lists from majordomo to mailman using postfix. > A lot of little issues have cropped up but the biggest problem I have > currently is that it seems that mailman is converting files to 64 bit > which is screwing up my home cooke

[Mailman-Users] 64 bit encoding

2015-11-04 Thread Ruben Safir
I'm converting my mailing lists from majordomo to mailman using postfix. A lot of little issues have cropped up but the biggest problem I have currently is that it seems that mailman is converting files to 64 bit which is screwing up my home cooked archives but good. How you I stop it from doing