Re: [Mailman-Users] Microsoft Outlook and footer/signatureattachments

2009-09-12 Thread Christopher C. Wright
Mark Sapiro wrote:
 If I understand correctly the requirement 'ordained', Mailman is
 already doing exactly that. The only way to keep the HTML part
 'intact' while adding the footer is to add the footer as a separate
 MIME part which is what Mailman does.

 If this then results in a message which doesn't display as desired in a
 particular MUA, the recourse is to the MUA because Mailman has no
 other option.

 Of course, you could always add the unsubscribe info as msg_header
 instead of msg_footer. Then Outlook would display it inline because
 Outlook would take it as the message body. The downside is that the
 message itself would now be the 'attachment'.
   


I actually tried putting it as a header, with the expected results.  I
know it's an issue purely with Outlook (no other MUA in the office has
had such a reaction with messages sent through Mailman).  I may just
have to write a pre- or post-process filter that adds the footer into
the message manually.  Thanks for the help.

-- Christopher
--
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] MailMan cc_cfg.py

2009-09-12 Thread Corey Jones

If found the correct syntax which is:

DEFAULT_SUBSCRIBE_POLICY =  2

Thanks,

Corey

On Sep 9, 2009, at 2:35 PM, Corey Jones wrote:


I'm trying to make default 'Require Approval' under Privacy Options.

Where do I find a list of config commands so that I can make that  
default by writing to the mm_cfg.py file.


I do know to make changes to mm_cfg.py file, I just need to know the  
proper syntax to make default for new list an approval requirement  
when subscribing to list.


Thanks in advance.

Corey
--
six feet up, inc.  |  Nowhere to go but open source
Direct Line +1 (317) 861-5948 x613
co...@sixfeetup.com
http://www.sixfeetup.com  |  Zope/Plone Custom Development + Hosting

--
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/corey%40sixfeetup.com

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


--
six feet up, inc.  |  Nowhere to go but open source
Direct Line +1 (317) 861-5948 x613
co...@sixfeetup.com
http://www.sixfeetup.com  |  Zope/Plone Custom Development + Hosting

--
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] password required for public archives?

2009-09-12 Thread David Newman
I'm sure this is a standard problem, but I haven't found the answer in
any of the FAQs or by searching the mailing list archives.

A customer asked that we change archives of an existing list from
private to public. That's done, but Mailman still requests a password,
even from a new browser with no cookies installed.

Apache uses the FollowSymLinks option for public lists, and I have
restarted both Apache and Mailman.

Here's the Mailman config for apache:

# mailman stuff
ScriptAlias /mailman/   /usr/local/mailman/cgi-bin/
Alias   /pipermail/ /usr/local/mailman/archives/public/

Directory /usr/local/mailman/archives/public/
  Options Indexes FollowSymLinks MultiViews
  AllowOverride None
  Order allow,deny
  Allow from all
  AddDefaultCharset Off
/Directory
# end mailman stuff

Thanks in advance for clues on making archives accessible without a
password.

dn



--
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] Garbled digest messages

2009-09-12 Thread Rick Morrison
Hi Marc, thanks for the reply.



 What Mailman version?


We're running 2.1.12



 By every character lost, do you mean replaced with a '?' or something
 else.


Looks like replaced characters. Here's a sample:

 ???j?  ?b~??
???.?v?I?m4??V?j?j' #? ???\???T?i?^?
 ? 8 m?f???,? ???^j??:???\?j?u^J?x Wb???x ??1??
???jwG?mN ? y??7? ??'(??r+^u? ?:.??r ???nt?h??b?xh|??*'?
???jv???/y???^???%???)?z,^? h??VI?jwZ{aj??Wkz?Zq???
???b~??? ?)n?*'??.???V{h}?m??x-??\?jx?? -r h?+bq?]
??w???'j)??x* ?+b?{ajwm?v ???}tj?.??z??j???
??e??j{m??y?m???j ?zf??? ???^ ???+?? ?j?+y Z j?? ?j'V{ ?
snip



 Did you change from the default us-ascii for English in an attempt to
 solve this or for some other reason?


I made the change in an attempt to fix this.



 Is it only the affected message that's garbled in the digest? I.e.
 other messages in the digest are OK? Are the headers of the affected
 message garbled too?


Yes only the affected messages bodies are garbled, other messages are fine.

As for the headers, all the headers appear clear for all messages, including
the garbled ones.  Here are the headers from a garbled message, they're
taken directly from the digest itself with my edits to remove the private
info:

--

Message: 6
Date: Wed, 9 Sep 2009 13:38:15 EDT
From: (removed)
To: (removed)
Subject: [List] Subject
Message-ID: c60.4ea0e7c9.37d94...@aol.com 
Content-Type: text/plain; charset=utf-8



Regards,
Rick
--
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] Small list for club

2009-09-12 Thread Michael MacKenna
-Original Message-
From: Mark Sapiro [mailto:m...@msapiro.net] 
Sent: Friday, September 11, 2009 10:37 AM
To: Mike Mackenna; mailman-users@python.org
Subject: Re: [Mailman-Users] Small list for club

Mike Mackenna wrote:

I am a member of a cigar club that would like to make use of a mailing
list.  I would like to use mailman for the list.  I hear running your
own email server can be a headache because of all of the security
concerns.  Is there a free service available for small clubs to make
use of the mailman mailing list?


There are free or very low cost services for your situation. See
http://wiki.list.org/x/Hg.


If not can I run a mailman mailing
list from my home using a broadband connection, dyndns, and a linux
box, or should I be looking into hosting options?


Dynamic DNS is a problem for a server sending email. Many ISPs will do
a reverse lookup on the sending IP and if it doesn't point back to the
sending domain, will reject the mail.

Fom the above wiki page, http://www.emwd.com/mailman.html offer list
hosting starting at $4.00 per month, and they are active on this
mailman-users list which is further evidence that they are offering
real Mailman service.

There may be others that would do as well for you.

-- 
Mark Sapiro m...@msapiro.netThe highway is for gamblers,
San Francisco Bay Area, Californiabetter use your sense - B. Dylan

Thank you, I will look into those options.

Mike

--
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] Does anyone have successfully integrated Apache James Mail Server with MailMan?

2009-09-12 Thread 小波 顾

And if you do, can you tell me some tips to get this done?
_
Show them the way! Add maps and directions to your party invites. 
http://www.microsoft.com/windows/windowslive/products/events.aspx
--
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] password required for public archives?

2009-09-12 Thread Mark Sapiro
David Newman wrote:

A customer asked that we change archives of an existing list from
private to public. That's done, but Mailman still requests a password,
even from a new browser with no cookies installed.


Because the user is still going to the
http://www.example.com/mailman/private/LISTNAME/ URL instead of going
to http://www.example.com/pipermail/LISTNAME/.

When you made the archive public, the link to the archive on the list's
listinfo page changed, but any old saved URLs or bookmarks in people's
browsers of course didn't, and the 'private' CGI always requires
authentication whether or not the archive is public.

-- 
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
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] Microsoft Outlook and footer/signatureattachments

2009-09-12 Thread LuKreme
Oh I know WHY it was done. However, being a [CENSORED] I would have  
said Get a real client or report the bug to the mothership and hope  
[HAHAHA CACKLE CACKLE SNORT] they get around to fixing it.


You can't give those bastards an inch.

--
Sent from my iPhone

On Sep 11, 2009, at 15:48, Barry Warsaw ba...@python.org wrote:


On Sep 11, 2009, at 3:16 PM, LuKreme wrote:


On 11-Sep-2009, at 11:41, Mark Sapiro wrote:

Yes, that's the way it works, but maybe it shouldn't. What do people
think about changing this?


Well, I'd be in favor of forcing the rfc2369 headers to always be  
there, myself. I hate it when lists don't have them.


Historically, the option to remove them was added because people  
complained that their MUA (that shall remain nameless) could not  
hide them.


-Barry


--
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