On Fri, 2010-07-09 at 19:22 +0100, Martin Gregorie wrote: > On Fri, 2010-07-09 at 19:44 +0200, Karsten Bräckelmann wrote: > > > Do rate limit it. Don't generate an annoying "you've got spam" [1] > > message for each spam received. That'd be a horribly poor exchange rate. > > I agree entirely,
Figured you would, Martin, didn't mean to imply otherwise. :) > but I got the impression that the OP didn't like the cron job solution. Hmm, I got the impression that it just wasn't clear to him, how to use a cron job parsing his particular IMAP server local storage per user and generating the summary mail. But then again, I am not convinced this actually is about IMAP and not about a global quarantine. Only the OP can clarify his exact environment and needs for the question in the first place. -- char *t="\10pse\0r\0dtu...@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4"; main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1: (c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}