Re: [Mailman-Users] Mailman 2.1.5 attachment url bug

2005-02-05 Thread Tokio Kikuchi

Larry McMahon-Padolski wrote:
Hi,
I mean that the URL needs to be prefixed with http://www.domain.com to  
work.
How can I find out that this is fixed it 2.1.6?

How can I tell if the lists hostname is set properly?  Is this done in the
Mailmain admin tool?
If you have shell access to your machine, you can test like (as mailman 
user):
% withlist listname
Loading list listname (unlocked)
The variable `m' is the listname MailList instance
 m.host_name
'example.com'
 m.GetBaseArchiveURL()
'http://www.example.com/pipermail/listname/'


Larry
On Sat, 05 Feb 2005 11:44:08 +0900, Tokio Kikuchi  
[EMAIL PROTECTED] wrote:

Larry McMahon-Padolski wrote:
Hi,
 When a user attaches a non-txt file, Mailman provides a URL 
pointing  to  the attachment.
For example:
/pipermail/listname_domain.com/attachments/20050201/d8f9df80/ReneeSUMMERSCOURSESCAPP.doc  
  However the proper URL is:
http://www.domain.com/pipermail/listname_domain.com/attachments/20050201/d8f9df80/ReneeSUMMERSCOURSESCAPP.doc 


Do you mean that scheme://host part is absent in the URL?
It is taken from mlist.GetBaseArchiveURL() and automatically 
determined  if list's hostname (for email) is set properly. You may 
want to upgrade  to 2.1.6 beta 2 because there are a number of fixes 
in Scrubber.py.


TK
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
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] Mailman 2.1.5 attachment url bug

2005-02-04 Thread Brad Knowles
At 7:01 PM -0600 2005-02-04, Larry McMahon-Padolski wrote:
 I'm new to the use of Mailman.  Has no one else experienced
 this problem?
 This is only a problem for Digests mode.
 Can anyone tell me how to fix this?
	It's not a bug.  The issue is that Mailman doesn't know how to 
take all the incoming attachments from all the various input messages 
and then put them together in a way that would make sense in the 
archive.  So, it puts them in a directory on the webserver instead, 
and includes an URL to the location within the appropriate place in 
the digest.

--
Brad Knowles, [EMAIL PROTECTED]
Those who would give up essential Liberty, to purchase a little
temporary Safety, deserve neither Liberty nor Safety.
-- Benjamin Franklin (1706-1790), reply of the Pennsylvania
Assembly to the Governor, November 11, 1755
  SAGE member since 1995.  See http://www.sage.org/ for more info.
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/


Re: [Mailman-Users] Mailman 2.1.5 attachment url bug

2005-02-04 Thread Tokio Kikuchi
Larry McMahon-Padolski wrote:
Hi,
When a user attaches a non-txt file, Mailman provides a URL pointing to  
the attachment.
For example:
/pipermail/listname_domain.com/attachments/20050201/d8f9df80/ReneeSUMMERSCOURSESCAPP.doc 

However the proper URL is:
http://www.domain.com/pipermail/listname_domain.com/attachments/20050201/d8f9df80/ReneeSUMMERSCOURSESCAPP.doc 
Do you mean that scheme://host part is absent in the URL?
It is taken from mlist.GetBaseArchiveURL() and automatically determined 
if list's hostname (for email) is set properly. You may want to upgrade 
to 2.1.6 beta 2 because there are a number of fixes in Scrubber.py.

--
Tokio Kikuchi, tkikuchi@ is.kochi-u.ac.jp
http://weather.is.kochi-u.ac.jp/
--
Mailman-Users mailing list
Mailman-Users@python.org
http://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://www.python.org/cgi-bin/faqw-mm.py
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/