![]()
From: Julien CANON (jcanon@free.fr)
Date: Thu Mar 27 2003 - 03:37:39 CST
Hello,
I actually use hypermail 2.1.7 and it works fine except one last
problem. The hyperlinks to attachement parts into the MESSAGE page are
not ok.
On the attachment.html page, there is no problem, the link gives
something like :
<li><a href="February_2003/0043.jsp"><strong>[WLS] Re: Configuration
</strong></a> <a name="43"><em>Dus</em></a> <em>(Mon 03 Feb
2003 - 11:01:18 )</em>
<ol>
<li>setEnv.sh (1181 octets)
<li>startAdmin.sh (473 octets)
</ol>
And it's ok.
But for the message part, I ave this :
<ul>
<li>application/octet-stream fichier attaché: <a
href="../setEnv.sh">setEnv.sh</a>
</ul>
<!-- attachment="setEnv.sh" -->
<hr>
<ul>
<li>application/octet-stream fichier attaché: <a
href="../startAdmin.sh">startAdmin.sh</a>
</ul>
<!-- attachment="startAdmin.sh" -->
and this in not ok, because the documents are in att-0043 directory.
So the links should be "../att-0043/setEnv.sh".
How can I solve this problem ? Is it a bug ?
Here is my rc file. If you need more information, please ask.
Thanx in advance.
-- Julien CANON jcanon@free.fr
language = french
eurodate = 1
label = Information Webnews
usetable = 0
#usetable = 1
hmail = toto@toto.be
domainaddr = toto.be
folder_by_date = "%B_%Y"
#folder_by_date = %y%m
monthly_index = 1
reverse_folders = 1
ihtmlheaderfile = /cygdrive/c/julien/2003-PROJ/ML/Work-jsp/ihead.html
ihtmlfooterfile = /cygdrive/c/julien/2003-PROJ/ML/Work-jsp/ifoot.html
mhtmlheaderfile = /cygdrive/c/julien/2003-PROJ/ML/Work-jsp/mhead.html
mhtmlfooterfile = /cygdrive/c/julien/2003-PROJ/ML/Work-jsp/mfoot.html
showhtml = 1
show_msg_links = 3
show_index_links = 3
showheaders = 1
show_headers = From,Subject,Date,Message-ID
usemeta = 0
text_types = text, text/plain, message/rfc2822
inlinehtml = 1
inline_types = image/gif image/jpeg multipart/mixed
ignore_types = application/pgp-signature
#ignore_types = multipart/signed
#ignore_types = multipart/mixed
ignore_types = text/x-vcard
attachmentlink = "%f"
overwrite = 0
#increment = 1
require_msgids = 0
dir = NONE
htmlsuffix = jsp
#base_url = /toto.dox/
avoid_top_indices = author subject
avoid_indices = author subject
![]()