Bowie Bailey wrote: > kavaXtreme wrote: > > I've read and read and read till my mind feels like spaghetti puree. > > I'm really hoping someone here can help with my question. > > > > My main question is, why doesn't the following rule work: > > header ROMPE_BADRECIPS To =~ > > /(uucp|majordomo|root)[EMAIL PROTECTED]/i score ROMPE_BADRECIPS > > 4.5 > > describe ROMPE_BADRECIPS Spam trap recipient > > > > (Background: used on a Cpanel account in a manually-edited > > user_prefs file.) > > Make sure you have allowed user rules. By default, you cannot create > rules in a user_prefs file. To allow it, add this to your local.cf > file: > > allow_user_rules 1 > > > Secondary questions. If this rule can be made to work: > > 1. Will the Bayes filter learn from msgs this rule flags? > > Yes. > > > 2. Can I make it apply to Cc and Bcc too? How? > > Yes. ToCc =~ ....
Forgot to mention BCC. BCC information is not in the headers, so SA cannot check it. -- Bowie