On Wed, 2010-12-08 at 00:02 +0000, Jamie Paul Griffin wrote: > > *nod* Back those days I opted for the fetchmail "use IPv4 localhost" > > fix, to avoid a single local Received header showing an IPv6 address. :) > > me too :-) > > > Thanks for the note. Although I'm not happy to see the OP used the > > shotgun approach to get help... > > indeed but it's not then end of the world. good job there are nice folk > on this list to help out.
True. And as one probably could gather from my first response, I prefer to just solve the issue, even if the choice of list was misguided. Guess I mostly got annoyed by the repeated claim of not using IPv6, despite the clear evidence. Also, regarding dovecot, I am mostly a lurker -- usually chiming in in related though actually off-topic issues. ;) -- 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; }}}