Re: [Razor-users] razor-report on maildir

2007-07-06 Thread Chris
On Thursday 17 May 2007 1:27 am, Jeremy Kister wrote: > Hi, > > I'm wondering what the preferred solution is to report lots of messages > in a maildir as spam. > > It is not feasible to report each one individually because the volume of > spam i'm reporting is far too high and my machine can't keep

Re: [Razor-users] razor-report on maildir

2007-05-18 Thread Matt Kettler
Jeremy Kister wrote: > On 5/17/2007 5:37 PM, Matt Kettler wrote: >> Quick question, if you don't mind my interjection... What criteria are you >> using >> for deciding to feed mail to razor-report that generates such a high volume? > > The ISP I (et al) run has acquired several other ISPs recentl

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread Jeremy Kister
On 5/17/2007 6:02 PM, John E Hein wrote: > man xargs indeed. I've always thought xargs worked the way xargs -i (on solaris) works. Thanks! -- Jeremy Kister http://jeremy.kister.net./ - This SF.net email is sponsored by

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread Jeremy Kister
On 5/17/2007 5:37 PM, Matt Kettler wrote: > Quick question, if you don't mind my interjection... What criteria are you > using > for deciding to feed mail to razor-report that generates such a high volume? The ISP I (et al) run has acquired several other ISPs recently. Some of the domains previ

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread John E Hein
Jeremy Kister wrote at 17:18 -0400 on May 17, 2007: > On 5/17/2007 5:06 PM, John E Hein wrote: > > classic solution: > > find $dir/report | xargs razor-report -f -home=/home/vpopmail/.razor/ > > > > (with args to find as desired... -type f, -depth 1, etc.) > > that would work, except that

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread Matt Kettler
Jeremy Kister wrote: > On 5/17/2007 5:06 PM, John E Hein wrote: >> classic solution: >> find $dir/report | xargs razor-report -f -home=/home/vpopmail/.razor/ >> >> (with args to find as desired... -type f, -depth 1, etc.) > > that would work, except that as i pointed out in my original post, my >

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread Jeremy Kister
On 5/17/2007 5:06 PM, John E Hein wrote: > classic solution: > find $dir/report | xargs razor-report -f -home=/home/vpopmail/.razor/ > > (with args to find as desired... -type f, -depth 1, etc.) that would work, except that as i pointed out in my original post, my machine cant keep up with spawn

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread John E Hein
Jeremy Kister wrote at 17:02 -0400 on May 17, 2007: > On 5/17/2007 3:32 PM, Jeremy Kister wrote: > > On 5/17/2007 5:17 AM, Paul Goodyear wrote: > >> razor-report -d /home/pgudge/Maildir/.ANotMarkedAsSpam/cur/* > > > > Thanks for your reply. > > > > Simple, and works fine! :) > > I lied.

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread Jeremy Kister
On 5/17/2007 3:32 PM, Jeremy Kister wrote: > On 5/17/2007 5:17 AM, Paul Goodyear wrote: >> razor-report -d /home/pgudge/Maildir/.ANotMarkedAsSpam/cur/* > > Thanks for your reply. > > Simple, and works fine! :) I lied... I am getting too many messages for any shell I have to be able to enumerat

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread Jeremy Kister
On 5/17/2007 5:17 AM, Paul Goodyear wrote: > razor-report -d /home/pgudge/Maildir/.ANotMarkedAsSpam/cur/* Thanks for your reply. Simple, and works fine! :) -- Jeremy Kister http://jeremy.kister.net./ - This SF.net email

Re: [Razor-users] razor-report on maildir

2007-05-17 Thread Paul Goodyear
I have a folder names ANotMarkedAsSpam so it generally appears at the top of my folder list in most apps and webmails. Any emails not marked as spam gets put into there. Then when I get chance, or are on the mail server for any reason, i'll run my script which is simply razor-report -d /home/pgud

[Razor-users] razor-report on maildir

2007-05-16 Thread Jeremy Kister
Hi, I'm wondering what the preferred solution is to report lots of messages in a maildir as spam. It is not feasible to report each one individually because the volume of spam i'm reporting is far too high and my machine can't keep up. Instead, I figured I'd write each message to maildir, and ev