At Thu, 19 Apr 2007 14:09:54 +0200,
Mark Martinec wrote:
>
> Thanks for the problem report. Your solution does not
work
> for filenames with spaces in them. Please try the
following,
> it will go into 2.5.0:
>
> } elsif
($ln=~m{^(?:S+s+d+/d+|.)(?:s+S+)s*(S.*?)s*z
}s) {
> my($name) = $1; $name = $1 if $name =~ m{^(.*)
-> (.*)z}s; # symlink
> push( list, $name);
> }
>
Thank you for reply,it works fine.
> I also found out that if the archive is named
something.lha.exe,
> then lha only sees MS file members (but it does
recognize self-extracting
> archives). On the other hand if an archive name is
something.lha,
> it sees all members, but does not recognize SFX. I'm
not sure which
> one is less bad.
>
Sorry, I do not understand a detailed specification of LHA.
but for example,
unix.lzh is a file of the header level 1.
windows.lzh is a file of the header level 2.
The header level is understood in 0x20 byte (0x01 or 0x02).
hedaer level 1:
It becomes a file name from 0x22 of the header.
However, it makes to 0 and it puts it in the enhancing
header
for 230 bytes or more.
The directory name is in the enhancing header.
hedaer level 2:
The file name and the directory name are in the enhancing
header.
Thank you.
--
------------------------------------------------------------
----------------
import java.awt.Graphics;
public class SignatureApplet extends java.applet.Applet {
public void paint(Graphics g) {
g.drawString("Sea Of Serenity, MR&T Consulting,
Yokomaha, Japan.", 5, 25);
g.drawString("ryu moonrabbit.co.jp", 5,
35);
}
}
------------------------------------------------------------
-------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and
take
control of your XML. No limits. Just data. Click to get it
now.
http://sourcefor
ge.net/powerbar/db2/
_______________________________________________
AMaViS-user mailing list
AMaViS-user lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amav
is.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/ho
wto/
|