Regarding your Subject, that would be these *existing* identifying headers, as already pointed out: List-Post: <mailto:users@spamassassin.apache.org> List-Id: <users.spamassassin.apache.org>
See RFC 2919 [1]. On Wed, 2008-10-01 at 06:39 -0400, Don Saklad wrote: > I'm looking for a workaround, a kludge so that for my subscription to > users@spamassassin.apache.org > the header line of messages would appear for example something like > Subject: [usersspamassassin] identifying headers > with the bracketed name of the list inserted > into every list message subject line. This is way OT for this list. However, using the right tools, you can do that (kludge) if you so desire -- on *your* end. Using procmail and formail for example can accomplish this. Anyway, the easier and better solution is to make your MUA (if not already server side with IMAP) filter list mail based on the above mentioned headers into dedicated folders. Again, this is off-topic... guenther [1] http://www.ietf.org/rfc/rfc2919.txt -- 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; }}}