Re: [Mailman-Users] Lists disappearing after 2.1.17 upgrade

2013-12-19 Thread Sarasvati
Mark,

Thank you so much! That particular FAQ helped,
and now I can see my lists again! :-) Yes, they were appearing
in the list info, and all were set public. I have only a single
domain, so I set 
VIRTUAL_HOST_OVERVIEW = Off in mm_cfg.py
and that did it.

Thanks again!

On 12/19/2013 7:09 AM, Mark Sapiro wrote:
> On 12/18/2013 04:01 PM, Sarasvati wrote:
>> > 
>> > Today I upgraded Mailman from 2.1.15 to 2.1.17. And my public lists
>> > just disappeared! I mean, when I go to the page:
> .
>
> And I assume if you go to the specific listinfo, i.e.
> http://www.unicode.org/mailman/listinfo/LISTNAME, that works too.
>
> Double check that the list's web admin Privacy options... -> advertised
> setting is Yes.
>
> See the FAQ at .
>


--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Delivery error to virtual list

2013-12-19 Thread MP Netsai

On 19/12/2013 06:10 AM, Mark Sapiro wrote:


In other words, you don't need to change anything in Exim for virtual
domains with a single Mailman instance, but you do need an

add_virtualhost('virtual.web.domain', 'virtual.email.domain')

line in mm_cfg.py for each virtual host in addition to defining the
hosts and their host specific Mailman stuff in the web server.


Awesome. This worked like a charm. 


Many thanks,

Nets.

--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Some improvements to README.Exim4.Debian

2013-12-19 Thread Andrew Hodgson
Narcis Garcia wrote:

>I've making a setup for a Debian 7 (wheezy) trying to follow strictly
>the guide in README.Exim4.Debian , but there are two things that I think
>lack to that file:

Hi,

The best place to discuss the Mailman Debian package is the pkg-mailman-hackers 
list:

http://lists.alioth.debian.org/mailman/listinfo/pkg-mailman-hackers

Thanks.
Andrew.
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Questions on Mailman list administration.

2013-12-19 Thread Mark Sapiro
On 12/19/2013 12:30 AM, Joe wrote:
> 
> On December 14, 2013, at 12:47 PM, Mark Sapiro  wrote:
>>
>> You could create a script on your work station to issue 'wget' commands
>> to do the subscribes. See the FAQ at  and
>> the post at
>> .
>>
>> The script could be something like
>>
>> #!/bin/sh
>> for list in listname1 listname2 listname3 listname4 listname5; do
>> wget -O - http://[domain.name]/mailman/admin/$list/members/add\
>> ?subscribees="$1"\
>> &adminpw=[admin_password]\
>> &send_welcome_msg_to_this_batch=0\
>> &send_notifications_to_list_owner=0
>> done
>>
>> If this were saved in a file named say sub5 and given execute
>> permission, you could then in a terminal window do
>>
>> /path/to/sub5 "John Doe "
>>
>> to subscribe that user to the 5 lists. See the above linked post for
>> more info on the wget command parameters.
> 
> Thank you Mark but this seems more complicated than subscribing them one list 
> at a time.


It's more complicated to set up, but once you set up and save the
script, it's only a single command to subscribe one person to all 5 lists.


>> Visit the roster at > or via the Visit Subscriber List button on the list's listinfo page.
> 
> The link above is broken. My browser shows a blank page with a message 
> stating the address can't be found or does not exist.


Did you substitute your host name and list name for host.name and list_name.

Also, in any case, you can go to the roster from the list's listinfo page.

But I realized later that this roster only shows addresses, not names.

See the FAQ at  for other methods.


> In regards to printing the list of subscribers, can they be listed in 
> chronological order with date (and perhaps time also) when they were 
> subscribed ?


No. Mailman does not keep that information.

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Bug in SUBSCRIBE_FORM_SECRET feature?

2013-12-19 Thread Sebastian Hagedorn

--On 18. Dezember 2013 07:04:14 -0800 Mark Sapiro  wrote:


On 12/18/2013 01:27 AM, Sebastian Hagedorn wrote:


I installed Mailman 2.1.17 last night (upgrade from 2.1.15) and decided
to give the SUBSCRIBE_FORM_SECRET feature a try, since we don't use
static subscribe forms. All seemed well, but this morning I noticed that
the listinfo page for some of the lists didn't work anymore. Here's an
example from the error log:


...

admin(328):   File "/usr/lib/mailman/Mailman/Cgi/listinfo.py", line 194,
in list_listinfo
admin(328): mlist.internal_name() +
admin(328): TypeError: unsupported operand type(s) for +: 'int' and 'str'



It appears that you put something like

SUBSCRIBE_FORM_SECRET = Yes

in mm_cfg.py. If you set SUBSCRIBE_FORM_SECRET, it must be a string as
for example:

SUBSCRIBE_FORM_SECRET= 'My little SecreT'

This is intended to be a string unique to your site so an attacker can't
compute the hash needed in sub_form_token.


Thanks, that solved the problem.

Cheers
Sebastian
--
   .:.Sebastian Hagedorn - Weyertal 121 (Gebäude 133), Zimmer 2.02.:.
.:.Regionales Rechenzentrum (RRZK).:.
  .:.Universität zu Köln / Cologne University - ✆ +49-221-470-89578.:.
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] Lists disappearing after 2.1.17 upgrade

2013-12-19 Thread Mark Sapiro
On 12/18/2013 04:01 PM, Sarasvati wrote:
> 
> Today I upgraded Mailman from 2.1.15 to 2.1.17. And my public lists
> just disappeared! I mean, when I go to the page:
> http://www.unicode.org/mailman/listinfo/
> I see only one test list that was made months ago. The lists I've made
> within the last couple of days don't show up. (They never had any
> traffic yet, they were just made.) Before the upgrade, they showed up
> in the public listing. Now they don't. The individual admin pages for
> them still seem to work, and the lists of subscribers are still there.


And I assume if you go to the specific listinfo, i.e.
http://www.unicode.org/mailman/listinfo/LISTNAME, that works too.

Double check that the list's web admin Privacy options... -> advertised
setting is Yes.

See the FAQ at .

-- 
Mark Sapiro The highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan
--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Questions on Mailman list administration.

2013-12-19 Thread Joe
Hi, Mark and other members.


On December 14, 2013, at 12:47 PM, Mark Sapiro  wrote:

> On 12/14/2013 01:13 AM, Joe wrote:
>> Hi, everyone.
>> 
>> I am the admin for 5 Mailman lists residing on the same server and part of 
>> the same domain. There are tasks I have been performing with great frequency 
>> lately and have started to question if there is a simpler way to perform 
>> them.
> 
> and later added:
>> Any admin I do must be done using the browser interface available in Mailman.
> 
> 
>> These are the questions:
>> 
>> 1. I often subscribe members to the 5 lists myself. As it is now I have to 
>> subscribe the same member to each one of the 5 lists individually. In case I 
>> wish to subscribe members to all 5 lists hosted is there a way to do it all 
>> at the same time ?
> 
> 
> You could create a script on your work station to issue 'wget' commands
> to do the subscribes. See the FAQ at  and
> the post at
> .
> 
> The script could be something like
> 
> #!/bin/sh
> for list in listname1 listname2 listname3 listname4 listname5; do
> wget -O - http://[domain.name]/mailman/admin/$list/members/add\
> ?subscribees="$1"\
> &adminpw=[admin_password]\
> &send_welcome_msg_to_this_batch=0\
> &send_notifications_to_list_owner=0
> done
> 
> If this were saved in a file named say sub5 and given execute
> permission, you could then in a terminal window do
> 
> /path/to/sub5 "John Doe "
> 
> to subscribe that user to the 5 lists. See the above linked post for
> more info on the wget command parameters.

Thank you Mark but this seems more complicated than subscribing them one list 
at a time.

>> 2. Is there a way to look at the lists hosted collectively ? For instance, 
>> in case I wish to read (on screen) or print a list with all subscribers in 
>> one or all lists is there a way to do it with all lists being displayed 
>> together on the same page or document ?
> 
> 
> You could script the answer to 3. below.
> 
> 
>> 3. Is there a way to print a list of subscribers along with their e-mail 
>> addresses ?
> 
> 
> Visit the roster at  or via the Visit Subscriber List button on the list's listinfo page.

The link above is broken. My browser shows a blank page with a message stating 
the address can't be found or does not exist.

In regards to printing the list of subscribers, can they be listed in 
chronological order with date (and perhaps time also) when they were subscribed 
?

>> 4. In the Mass Subscriptions page I enter the subscriber's e-mail address to 
>> add him or her to one list. However, I am then forced to go to the 
>> Membership List page and enter the subscribers name. Is there a way to do 
>> both at the same time ? Can the e-mail address and name be entered on the 
>> same page to simplify this process ?
> 
> 
> See the FAQ at .
> 
> 
>> 5. Is there a way to print user statistics ? For instance, can I print a 
>> list with information on users such as the number of messages they have 
>> posted in a given time period, their country of origin, date when they were 
>> subscribed to the lists, e-mail address, and others ?
> 
> 
> No.
> 
> -- 
> Mark Sapiro The highway is for gamblers,
> San Francisco Bay Area, Californiabetter use your sense - B. Dylan
> --
> Mailman-Users mailing list Mailman-Users@python.org
> https://mail.python.org/mailman/listinfo/mailman-users
> Mailman FAQ: http://wiki.list.org/x/AgA3
> Security Policy: http://wiki.list.org/x/QIA9
> Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
> Unsubscribe: 
> https://mail.python.org/mailman/options/mailman-users/joemailgroups%40gmail.com

--
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org