On Sun, 2004-06-27 at 21:16 -0500, Billy Newsom wrote:
> So, > If I put 100 RFC-822 messages in "/z", and I use these two commands: > #razor-report -M -d -home=/root/.razor /z > #razor-report -d -home=/root/.razor /z/* > > Of the above two commands, the first one submits just one report (this is a > bug), while the second one submits 100 reports but I have to use the > wildcard, "*". It is this wildcard which prevents razor-report from being > able to submit more than a few hundred messages as I explained in my last post. > > Since "-M" or "--mbox" are the default, the following all do the same thing: > #razor-report -d -home=/root/.razor /z > #razor-report --mbox -d -home=/root/.razor /z > #razor-report -M -d -home=/root/.razor /z > > And I have confirmed that all of these only submit *one* report, and not 100 > reports. > > I am now testing a method which will perhaps overcome some of these bugs in > razor-submit, but it includes parsing the maildir mail and converting it to > mbox format, thus pre-processing it for razor-submit. > a simple shell script would also work: #!/bin/bash for i in /z/* ; do /path/to/razor-report -d -home=/root/.razor $i done Sven ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ Razor-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/razor-users