On Sat, 2010-01-23 at 20:21 +0100, wolfgang wrote:
> In an older episode (Saturday, 23. January 2010), RobertH wrote:
> > why is the account or accounts that create the Delivery Status
> > Notification (Failure) bounces from [email protected] still
> > subscribed to the list?
Yes, complaining instead of notifying the right people. Way to go!
> Probably because the bounces go to the message authors and not to the
> smtp envelope sender - so only the authors notice the bounces.
>
> I guess you wanted to express your desire to have the account(s)
> unsubscribed - good idea in my view.
Appears the bounce, any email addresses and the attached "original" are
*severely* munged. Spotted a hint, need this to generate a direct
bounce.
Will unsubscribe the offender, if I can track it down.
--
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; }}}