
dallase at nmgi
Jun 8, 2004, 9:31 PM
Views: 1559
Permalink
|
|
RE: [Qmail-scanner-general]ripmime --recursion-max setting?
|
|
> > I have an old version ripmime 1.2.17 but I only get 3 > textfiles out of 'ripmime --unique_names -i msg' > > -rw-r--r-- 1 dwm dwm 46 Jun 8 19:31 textfile0 > -rw-r--r-- 1 dwm dwm 3858 Jun 8 19:31 textfile1 > -rw-r--r-- 1 dwm dwm 15832 Jun 8 19:31 textfile2 > Very interesting. I run the latest stable version. [root [at] mailg new]# ripmime -V v1.3.1.2 - 13-May-2004 (C) PLDaniels http://www.pldaniels.com/ripmime > I guess I'd be suspicious of the "=20" embedded throughout, > though it's just that - unconfirmed suspicion. How many files > do you actually get? 54 is where it finally works. I get textfile0 - textfile53. [root [at] mailg new]# ripmime --recursion-max 53 -i msg.txt mime.c:2666:MIME_unpack_stage2:WARNING: Current recursion level of 54 is greater than permitted 53 [root [at] mailg new]# ripmime --recursion-max 54 -i msg.txt -v | wc -l 54 > Coincidence maybe but there are 63 occurances of "=20" in that email. > Maybe the newer version of ripmime has problems? I can't get > to pldaniels.com site now to grab new version to try. I even tried the latest dev release and get the same results. There isnt much activity on the ripmime list is there :) D
|