[Mailman-Users] error after migration

2012-02-09 Thread nikos

Hello list.
I have a problem after migration.
I move all list to a new centos server with mailman-2.1.12-17.el6.x86_64.
Lists seems to works fine, but I in error file I see some IOErrors like:

IOError: [Errno 13] Permission denied: 
'/var/lib/mailman/archives/private/mylist/index.html


check_perms -f dont find problems:

Warning: Private archive directory is other-executable (o+x).
 This could allow other users on your system to read private 
archives.

 If you're on a shared multiuser system, you should consult the
 installation manual on how to fix this.
No problems found


Is something I can do to solve this?

Thank you, Nikos
--
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] iPhone App for moderating mails

2012-02-09 Thread Tanstaafl

On 2012-02-07 8:26 AM, Manuel Weiel manuelwe...@gmx.de wrote:

I don't know if this is appropriate, but I want to share it if
someone finds it useful:

I have written an app for moderating mails from your mailman lists.
You can add multiple lists and get an overview of all the pending
moderation requests. The app shows details about every mail like
size, preview of the mail and moderation reason and you can
approve/reject/discard the mail(s).

iMailModerate is available on the AppStore for 0,99$.


Very cool, but... any chance for an Android version?
--
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] Image orientation in scrubbed attachments

2012-02-09 Thread malgosia askanas
When scrubbing an image attachment such as a jpeg, Mailman seems to always 
orient it into landscape mode - irrespective of the orientation of the 
original.  Is there some way to prevent this?

With many thanks in advance,
malgosia askanas
--
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] error after migration

2012-02-09 Thread Mark Sapiro
nikos wrote:
Lists seems to works fine, but I in error file I see some IOErrors like:

IOError: [Errno 13] Permission denied: 
'/var/lib/mailman/archives/private/mylist/index.html


Please post the entire Mailman error log entry including the traceback
and environment and Python info if applicable.

-- 
Mark Sapiro m...@msapiro.netThe 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


Re: [Mailman-Users] Image orientation in scrubbed attachments

2012-02-09 Thread Mark Sapiro
malgosia askanas wrote:

When scrubbing an image attachment such as a jpeg, Mailman seems to always 
orient it into landscape mode - irrespective of the orientation of the 
original.  Is there some way to prevent this?


Whatever is doing what you observe, it's not Mailman. It may be the web
browser that opens the link to the scrubbed attachment or something
else, but Mailman makes no changes whatsoever to the content of the
attachment. Mailman just decodes the (presumably base64 encoded)
content and saves it in a file and provides a URL to access the file.

-- 
Mark Sapiro m...@msapiro.netThe 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


Re: [Mailman-Users] iPhone App for moderating mails

2012-02-09 Thread Manuel Weiel

Am 09.02.2012 um 18:40 schrieb Rob McLear:

 I have just purchased the app and am having difficulty with configuration:
 
 
 Mail Address is my address? Or the list's mail address?
It's the list's mail address.
 
 Password is the moderation password? 
Yes.
 
 Under Advanced Options: 
 
 URL is the server URL? e.g. server.lists.org? Or does it need to be 
 http://server.lists.org? or even http://server.lists.org/mailman/admin
The URL should be the full path to your mailman installation: e.g. 
http://server.lists.org/mailman/
The software will automatically choose the right page using the mailing list 
name.
 
 
 Thanks, looking forward to getting this working!
I think I will need to bring out an update to clarify these issues.

If you don't select the advanced settings, the program tries to detect the 
right mailman configuration and uses this:

if your mail address is t...@example.com, it will set the url to 
http://example.com/mailman/ and the list name to test_example.com.

I hope this is helps you. Don't hesitate to contact me if there are any further 
questions.

Manuel
 
 -Rob
 
 
 On Feb 7, 2012, at 8:26 AM, Manuel Weiel wrote:
 
 Hello,
 
 I don't know if this is appropriate, but I want to share it if someone finds 
 it useful:
 
 I have written an app for moderating mails from your mailman lists.
 You can add multiple lists and get an overview of all the pending moderation 
 requests.
 The app shows details about every mail like size, preview of the mail and 
 moderation reason and you can approve/reject/discard the mail(s).
 
 iMailModerate is available on the AppStore for 0,99$.
 
 http://cl.ly/DyCl
 
 Best regards,
 Manuel Weiel
 --
 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/pennguin%40mac.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] iPhone App for moderating mails

2012-02-09 Thread Mark Sapiro
Manuel Weiel wrote:

If you don't select the advanced settings, the program tries to detect the 
right mailman configuration and uses this:

if your mail address is t...@example.com, it will set the url to 
http://example.com/mailman/ and the list name to test_example.com.


Note that the list name test_example.com implies the Mailman
installation is cPanel. In non-cPanel Mailman, the list name will
usually be just 'test'.

-- 
Mark Sapiro m...@msapiro.netThe 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


Re: [Mailman-Users] iPhone App for moderating mails

2012-02-09 Thread Manuel Weiel

Am 09.02.2012 um 19:15 schrieb Mark Sapiro:

 Manuel Weiel wrote:
 
 If you don't select the advanced settings, the program tries to detect the 
 right mailman configuration and uses this:
 
 if your mail address is t...@example.com, it will set the url to 
 http://example.com/mailman/ and the list name to test_example.com.
 
 
 Note that the list name test_example.com implies the Mailman
 installation is cPanel. In non-cPanel Mailman, the list name will
 usually be just 'test'.
That is a good hint. I did notice, that also 'test' seems to be common. But I 
did not know in which case what list name is used. In the next update, I will 
test both when advanced is not checked (should not be that hard...)
 
 -- 
 Mark Sapiro m...@msapiro.netThe 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


Re: [Mailman-Users] iPhone App for moderating mails

2012-02-09 Thread Rob McLear
I have just purchased the app and am having difficulty with configuration:


Mail Address is my address? Or the list's mail address?

Password is the moderation password? 

Under Advanced Options: 

URL is the server URL? e.g. server.lists.org? Or does it need to be 
http://server.lists.org? or even http://server.lists.org/mailman/admin


Thanks, looking forward to getting this working!

-Rob


On Feb 7, 2012, at 8:26 AM, Manuel Weiel wrote:

 Hello,
 
 I don't know if this is appropriate, but I want to share it if someone finds 
 it useful:
 
 I have written an app for moderating mails from your mailman lists.
 You can add multiple lists and get an overview of all the pending moderation 
 requests.
 The app shows details about every mail like size, preview of the mail and 
 moderation reason and you can approve/reject/discard the mail(s).
 
 iMailModerate is available on the AppStore for 0,99$.
 
 http://cl.ly/DyCl
 
 Best regards,
 Manuel Weiel
 --
 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/pennguin%40mac.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] error after migration

2012-02-09 Thread nikos

This is one:

Feb 08 16:03:11 2012 (15955) Traceback (most recent call last):
  File /usr/lib/mailman/Mailman/Queue/Runner.py, line 120, in _oneloop
self._onefile(msg, msgdata)
  File /usr/lib/mailman/Mailman/Queue/Runner.py, line 191, in _onefile
keepqueued = self._dispose(mlist, msg, msgdata)
  File /usr/lib/mailman/Mailman/Queue/ArchRunner.py, line 73, in _dispose
mlist.ArchiveMail(msg)
  File /usr/lib/mailman/Mailman/Archiver/Archiver.py, line 217, in 
ArchiveMail

h.close()
  File /usr/lib/mailman/Mailman/Archiver/pipermail.py, line 327, in close
self.write_TOC()
  File /usr/lib/mailman/Mailman/Archiver/HyperArch.py, line 1105, in 
write_TOC

toc = open(os.path.join(self.basedir, 'index.html'), 'w')
IOError: [Errno 13] Permission denied: 
'/var/lib/mailman/archives/private/mylist/index.html'




On 09/02/2012 6:42 μμ, Mark Sapiro wrote:

nikos wrote:

Lists seems to works fine, but I in error file I see some IOErrors like:

IOError: [Errno 13] Permission denied:
'/var/lib/mailman/archives/private/mylist/index.html


Please post the entire Mailman error log entry including the traceback
and environment and Python info if applicable.


--
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] digest-mode not functioning properly

2012-02-09 Thread Lluis Montoliu

Dear listers,
Suddenly, some users of two mailman (version 2.1.11) lists I am 
administering have started to complain about digest-mode not functioning 
properly. In brief, messages are not being sent in digest-mode. Settings 
are 1024 Kb for size before sending a digest message or daily, if this 
size isn't reached, new digest volumes should be started daily too. No 
messages sent. I have tried to trigger the immediate sending 
digest-mode from administration settings (Should Mailman send the next 
digest right now, if it is not empty?) and no way, nothing happened. I 
even tried myself, registering one of my email addresses a couple of 
days ago and setting this to digest-mode (normally I don't use this 
mode) and nothing, does not work.
It looks as if digest-mode stopped working for good. However, standard 
mode works fine. I have contacted my hosting provider and I am currently 
awaiting their response, but I decided to share this unexpected troubles 
in this forum, in case someone has seen it before and there is something 
I could do from the administrative interface.

Thanks for your comments.
Lluis
--
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