On Fri, 2010-10-01 at 10:22 -0700, John Hardin wrote:
> On Fri, 1 Oct 2010, Yet Another Ninja wrote:

> > >  Is your glue removing all periods from From headers? Can you post the
> > >  headers from a FP?
> >
> > That was the pointer I was looking for. seems the homebrew glue is is 
> > adding a pointless header like:
> >
> > From nobody Fri Oct 1 18:57:11 2010
> 
> While that's not a valid message header, that is indeed a valid message 
> separator for mbox files. Your glue should be putting that on the 
> message as it's being saved in the mailbox file, not any earlier.
> 
> That said, I think it's a bug in SA that a header rule on the From header 
> would match that line, as there is no colon. Yo might want to file a bug 
> for _that_.

I do not think this is the issue.

This is an old rule, definitely in 3.2 for years. The combination of SA
and mbox would have resulted in an uproar years ago. I've never seen
that one to hit.

(Yes, I frequently use formail to extract messages from mbox files, and
check that one again. No problem.)


-- 
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; }}}

Reply via email to