On Sat, 2010-05-29 at 22:23 +0200, Benny Pedersen wrote: > On Sat 29 May 2010 10:06:08 PM CEST, Matt Kettler wrote > > > The loadplugin should be near the bottom of the file and looks like this: > > # MIMEHeader - apply regexp rules against MIME headers in the message > > loadplugin Mail::SpamAssassin::Plugin::MIMEHeader > > or add ifplugin in that file ? > > rules should imho not brake by missing loaded plugins
Hmm, that certainly is a valid point. However, in the case of the MIMEHeader plugin, it pretty much should be considered core, not an optional feature. Moreover, the absence of the plugin loaded most likely hints for a much more severe issue, like missing pre files, mis-configured paths or even having more than one SA installed. Point in case, I doubt Gabor messed with the pre files... :) -- 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; }}}