Do not reply, if you want to start a new thread. Changing the Subject
and removing the quote does not make it a "new" mail. It still is a
reply, indicated by the In-Reply-To and References headers. You just
hijacked a thread.
On Wed, 2010-11-10 at 11:39 -0800, John Williams wrote:
> I've enabled SA on my RE 5 ES server by putting the following line in
> /etc/procmailrc
>
> INCLUDERC=/etc/mail/spamassassin/spamassassin-default.rc
>
> and I start the SA daemon.
>
> No on my server I have a hard requirement to run SELinux. I cannot turn that
> off. I find that when i enable SA with SELinux turned on, my CPU rate sky
> rockets eventually forcing my system to stop responding. I've seen this
> thread
> several times through Google searches however I did not find a solution.
Since you cannot disable SELinux, how do you know it is related to
SELinux? You did not test it without, did you?
If this issue is related to SELinux, and occurs only with it enabled,
wouldn't that make it an SELinux problem? Did you report it to RH, ask
their Enterprise support, or check RH bugzilla?
--
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; }}}