On Mon, 2009-03-30 at 10:24 -0700, Kenneth Porter wrote: > > > pastebin said the headers tripped the spam filter so i have to post this > > way... > > I've seen this complaint before. Perhaps SA or one of the other anti-spam > websites could host a pastebin for spam examples, that explicitly does NOT > run a spam filter on submissions?
This won't work out. It's how it used to be... There's a reason, pastebins (just like URL shortener services) are implementing spam filtering and various other spam/bulk counter- measures. That's because they have been abused by spammers. Creating a dump to put your spam is like an invitation to spammers, a free pay-load hosting service to point URLs in spams to. That's exactly what happened, and subsequently the services got listed on RBLs while they have been abused. -- 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; }}}