[Mailman-Users] mailman screens by subscriber list before checking sender filter

2009-01-26 Thread Rich Winkel
I have a sublist of an umbrella list.  A message from one of the
subscribers to the sublist is being held for moderation despite being
approved for the umbrella list... any quick fixes?
This is mailman-2.1.10.

Thanks!
Rich


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

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Umbrella lists and scrubbed attachments

2009-01-16 Thread Rich Winkel
If someone posts an attachment to an umbrella list, will the
subscribers to the sublists be able to access the umbrella attachment
archive?  Or should umbrella lists never use scrubbing?

Thanks,
Rich

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

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] max_message_size scrubbing

2009-01-15 Thread Rich Winkel
On Wed, Jan 14, 2009 at 10:33:56PM -0800, Mark Sapiro wrote:
 If you have set the list's scrub_nondigest setting to Yes and you want
 the message scrubbed before checking for too big (and other
 miscellaneous holds), see the post at
 http://mail.python.org/pipermail/mailman-users/2008-December/064541.html
 except the handler you want to move in the pipeline is 'Scrubber'
 instead of (or in addition to) 'MimeDel'.

So should it should look like:
GLOBAL_PIPELINE.remove('MimeDel')
GLOBAL_PIPELINE.remove('Scrubber')
GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Hold'), 'Scrubber')
GLOBAL_PIPELINE.insert(GLOBAL_PIPELINE.index('Hold'), 'MimeDel')
if MimeDel is to be called before Scrubber?

Thanks,
Rich

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

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] max_message_size scrubbing

2009-01-14 Thread Rich Winkel
Is the max_message_size test applied before or after attachment
scrubbing?

Thanks
Rich

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

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] max_message_size scrubbing

2009-01-14 Thread Rich Winkel
On Wed, Jan 14, 2009 at 11:15:10PM -0600, Rich Winkel wrote:
 Is the max_message_size test applied before or after attachment
 scrubbing?

It seems the answer is before which seems kinda pointless.  
Is there a way to do this test after the attachments are scrubbed?

Also the attachment (named memo.pdf) was saved with extension .obj
which I guess was a result of the generic mime-type (octet-stream).  Maybe
if the mime-type is octet-stream the extension should be copied
from the filename?

Thanks for any help!
Rich

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

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Dumb question

2009-01-13 Thread Rich Winkel
I'm trying to set up an umbrella list and having some unexpected
behavior even after reading the faq.

Ok, I have alllist-boun...@x listed as a subscriber to subl...@x, with
no mail and no moderation.  I have USE_ENVELOPE_SENDER = Yes in
my mm_cfg.py file.  But when I post to alllist and the message is
distributed, sublist holds the message and I receive a moderation message.
What am I not getting :?

Thanks,
Rich

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

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Moderator access to subscription list?

2009-01-11 Thread Rich Winkel
Is there a way to grant access to a list moderator to edit the
subscription list without granting full administrative access?

Thanks,
Rich

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

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Enabling SSL

2008-12-12 Thread Rich Winkel
Does anyone have a recipe for redirecting http: connections to https?

Thanks,
Rich

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

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Impact of hostname change?

2008-12-12 Thread Rich Winkel
I currently have mailman set up on a test server but will be going
to production, when the hostname will change, so all the list
addresses will change too.  Will mailman handle this cleanly or do I 
need to reconfigure something?  I'm using postfix.

This is a very very nice package btw, kudos to the developers!!!

Thanks!!
Rich


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

Security Policy: http://wiki.list.org/x/QIA9


Re: [Mailman-Users] Enabling SSL

2008-12-12 Thread Rich Winkel
On Fri, Dec 12, 2008 at 01:24:44PM -0800, Mark Sapiro wrote:
 Rich Winkel wrote:
 Does anyone have a recipe for redirecting http: connections to https?
 
 If you're talking about for Mailman, see the FAQ at
 http://wiki.list.org/x/7oA9.

Yes, thanks, that's part of what I was looking for.  Unfortunately
this page doesn't address the apache rewrite issue, but here's
something that works for me with apache 2.2.  Edit httpd.conf and:

Directory /usr/local/mailman
RewriteEngine on
Options FollowSymLinks ExecCGI
AllowOverride None
Order allow,deny
Allow from 128.206.184.195
RewriteCond %{SERVER_PORT} !^443$
RewriteRule ^.*$ https://%{SERVER_NAME}%{REQUEST_URI} [L,R]
/Directory

I found this at the bottom of:
http://www.whoopis.com/howtos/apache-rewrite.html

Rich

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

Security Policy: http://wiki.list.org/x/QIA9


[Mailman-Users] Minimal mailman

2008-11-28 Thread Rich Winkel
Hi, I'm trying to set up a very minimal installation here, I'm the sole
list manager and all administrative stuff goes through me, so I don't
need or want a web interface, just simple command-line stuff would
work for me.  I can't find any instructions specific to this setup,
although it's apparently a fairly common issue.  Is there any
info out there?

Thanks,
Rich

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

Security Policy: http://wiki.list.org/x/QIA9