Conor,
> file-4.20 has problems processing a file containing only a large number of
> line feed characters (2.7 million in the case we are seeing). file-4.20
> takes a long time (11 minutes on my machine) to process this file.
> file-4.19 processes the same file instantly.
> Anyone else seeing this behavior after upgrading file?
Must be something else in that file, 2.7M LFs alone in a file
makes no difference to file-4.20 here. Can you provide a sample?
$ perl -e 'for (1..2700) {print "\n" x 1000}' >0.lis
$ time file 0.lis
0.lis: ASCII text
real 0m0.253s
user 0m0.245s
sys 0m0.008s
Mark
-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
AMaViS-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/amavis-user
AMaViS-FAQ:http://www.amavis.org/amavis-faq.php3
AMaViS-HowTos:http://www.amavis.org/howto/