Re: [Evolution] two e-mails tacked together



I'm using evo 1.2.3 with uw imapd 2002c1 over ssl.

Things have been working reasonably well until recently.  Until
recently, I just had to kill and restart evo from time to time (not
normal by linux' standards, but I'm surviving).

Anyway, what's started recently, is I click on a subject, and I get an
e-mail.  If I scroll to the bottom of that e-mail, I sometimes see
another e-mail, which instead of starting with "^From " instead starts
with "^rom ".  It seems like some of my F's got deleted.

Has anyone else seen this?  Anyone know what might be causing it? 
Anyone know if this is an evo bug or a uw imapd bug?

Seems like a server bug -- or at least not Evo itself. AFAIK Evo never
sends complete mails back to the IMAP serve and the server is
responsible for the mail moving.


However, a missing F from the From line sounds familiar. Are you using
procmail?

Here is the procmail recipe, to add that F if dropped, including the
suspected reason...

# Work around procmail bug: any output on stderr will cause the "F" in
# "From" to be dropped.  This will re-add it.
:0
* ^^rom[ ]
{
  LOG="*** Dropped F off From_ header! Fixing up. "
  :0 fhw
  | sed -e '1s/^/F/'
}


HTH

...guenther


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




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]