On Mon, 2014-10-27 at 17:00 -0400, Kevin A. McGrail wrote: > On 10/27/2014 4:48 PM, Kevin A. McGrail wrote: > > On 10/27/2014 4:45 PM, David F. Skoll wrote:
> > > How hard would it be to have the mailing list quarantine a message > > > whose subject consists solely of the word "unsubscribe" ? > > Heh... Apparently more needed than I hoped. I'll have to ask the > > foundation if they can implement something to achieve this. > I've emailed infra with the following request: Might help, but not worth much effort if infra cannot set it up easily. While we've seen a few recently, usual and overall frequency is *much* lower. > header __KAM_SA_BLOCK_UNSUB1 Subject =~ /unsubscribe/i Ouch. Would you please /^anchor$/ that beast? Unless you actually intend this sub-thread to be swept off the list, too. ;) -- char *t="\10pse\0r\0dtu\0.@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; }}}