Re: [Mailman-Users] I did not submit a request to unsubscribe frommailman-users

2012-10-31 Thread Ralf Hildebrandt
> See  for a script that
> lists all the outstanding held message, subscription and
> unsubscription requests by list and type.

Exactly what I was looking for, thanks
-- 
Ralf Hildebrandt   Charite Universitätsmedizin Berlin
ralf.hildebra...@charite.deCampus Benjamin Franklin
http://www.charite.de  Hindenburgdamm 30, 12203 Berlin
Geschäftsbereich IT, Abt. Netzwerk fon: +49-30-450.570.155
--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Re: [Mailman-Users] mailan and postfix config problems

2012-10-31 Thread soportek
On 10/30/2012 10:12 PM, Mark Sapiro wrote:
> soportek wrote:
>>
>> Unfortunately after fixing the error and restarting postfix it still
>> doesn't write any data to /var/lib/mailman/data/virtual-mailman
> 
> 
> Did you run bin/genaliases after fixing POSTFIX_STYLE_VIRTUAL_DOMAINS?
> 

That was it. I forgot to run genaliases again. It is all working fine now.

> 
> If it were required, you'd need to run genaliases after running fix_url.
> 
> Also, is there some reason other than oversight that you didn't reply
> on list?
> 
Just oversight. Thank you for your help and patience.


--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


[Mailman-Users] Problem with Administrative requests for Mailing List

2012-10-31 Thread Tim Chesnutt
I have enabled mailing lists under cPanel on my hosting package and am 
doing my own testing to ensure I understand how it works before inviting 
other users, and putting the system into service.


Everything was going great with all my tests, till I tried sending a few 
messages to the list from addresses not yet subscribed.


I (as List Administrator), received notice that there were posts that 
needed my authorization to post.


When I visited the "Administrative requests for mailing list" page I see 
all the options, but none of them have any functionality.  That is no 
matter what option or options I select, when I click "Submit All Data" 
the page cycles, and returns with no change in the message status - no 
messages get Accepted, no messages get Rejected, no messages get 
Discarded, and no message is sent back to the author of the post (I have 
tried all possible combinations to see if there were someway to trigger 
action from this page, but to no avail.


In addition to not being able to administer these posts while signed in 
as the List Administrator, I note that I also can not cancel these posts 
from the email address they were originally submitted: When I follow the 
link to  cancel the posting, I am asked for a "confirmation string (i.e. 
/cookie/) that you received in your email message".  There is no 
confirmation string received in the email system message telling me that 
my post is awaiting moderation.


The Mailman version provided is 2.1.14-1, and the hosting company has 
been of no use to date in this question as they are unfamiliar with this 
functionality.


(there is another quirk that I mention here in case it is in some manner 
related, though I think not:  While in cPanel, looking under the heading 
Mailing Lists, the resulting page allows me to set up mailing lists, but 
for some reason the "modify" link with each mailing list does not take 
me to the Mailing List Administration page but to a broken link.  I had 
not worried about this lack of convenience as I can enter directly)


Thank you, Tim.



--
Do something EPIC today!

Tim Chesnutt
Race Director
Subaru EPIC Dartmouth

June 30th, 2013 - Three Great Races, One EPIC Day!

AQUA Dartmouth - 3.8k / 180k / 300m
EPIC Dartmouth - 3.8k / 180k / 21.1k
IRON Dartmouth - 3.8k / 180k / 42.2k

www.EpicDartmouth.com

--
Mailman-Users mailing list Mailman-Users@python.org
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org


Re: [Mailman-Users] Problem with Administrative requests for MailingList

2012-10-31 Thread Mark Sapiro
Tim Chesnutt wrote:

>I have enabled mailing lists under cPanel on my hosting package and am 
>doing my own testing to ensure I understand how it works before inviting 
>other users, and putting the system into service.


See the FAQs at  and
.


>When I visited the "Administrative requests for mailing list" page I see 
>all the options, but none of them have any functionality.  That is no 
>matter what option or options I select, when I click "Submit All Data" 
>the page cycles, and returns with no change in the message status - no 
>messages get Accepted, no messages get Rejected, no messages get 
>Discarded, and no message is sent back to the author of the post (I have 
>tried all possible combinations to see if there were someway to trigger 
>action from this page, but to no avail.


See the FAQ at .

Also, examine the source of the web page and look at the action= URL in
the form tag. Is this URL identical to the URL of the page?

Also, is there any message at the top of the returned page?


>In addition to not being able to administer these posts while signed in 
>as the List Administrator, I note that I also can not cancel these posts 
>from the email address they were originally submitted: When I follow the 
>link to  cancel the posting, I am asked for a "confirmation string (i.e. 
>/cookie/) that you received in your email message".  There is no 
>confirmation string received in the email system message telling me that 
>my post is awaiting moderation.


The URL in the message you receive should be of the form

http://host/mailman/confirm/list_host/xx

where xx is a string of 40 hex digits. If you go to that URL, you
shouldn't need to provide a confirmation string, but if the URL is
split by your mail reader, you might just be going to

http://host/mailman/confirm/list_host/

or something with less than the full 40 hex digits. In any case, the 40
hex digits are the confirmation string.


>The Mailman version provided is 2.1.14-1, and the hosting company has 
>been of no use to date in this question as they are unfamiliar with this 
>functionality.


You might consider trying to find a hosting service that is more
committed to serving its customers ;)


>(there is another quirk that I mention here in case it is in some manner 
>related, though I think not:  While in cPanel, looking under the heading 
>Mailing Lists, the resulting page allows me to set up mailing lists, but 
>for some reason the "modify" link with each mailing list does not take 
>me to the Mailing List Administration page but to a broken link.  I had 
>not worried about this lack of convenience as I can enter directly)


This is a cPanel feature which is not a part of GNU Mailman. I can't
help with cPanel's list maintenance features outside the standard GNU
Mailman web admin and admindb interfaces.

-- 
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
http://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: 
http://mail.python.org/mailman/options/mailman-users/archive%40jab.org