On Wed, 2007-12-05 at 09:59 -0500, Paul Griffith wrote: > Usually the problem happens when a e-mail client places > the text .tex file inline the e-mail/ ^^^^^^ > it would be better if e-mail clients actually > send attachments as true attachments.
What is a "true" attachment? I believe you are talking about attachments, whose contents are not displayed [1] by default, right? That would be "Content-Disposition: attached". As opposed to "inline" rather than "attached" in the example above... However, this is merely a suggestion for the receiving MUA, how to handle and display the attachment by default. Both are actually the same, with the only exception of the above mentioned disposition -- and thus displaying the attachment. Unless I am seriously mistaken, this doesn't make any difference to SpamAssassin. It scans it anyway... (Since you are getting a TeX attachment in expanded state by default, the sending MUA seems to set inline disposition.) guenther [1] in an expanded way, not talking about preview thumbnails -- char *t="[EMAIL PROTECTED]"; 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; }}}