[EMAIL PROTECTED] writes: > On Sun, 28 May 2006, [EMAIL PROTECTED] wrote: > > > So far, trying to use "per-user spamassassin" to run my second > > config has failed. > > --virtual-config-dir= > > That seemed to be the key, although it generally means that the > individual configs are stored separate from the user home directories. > > Works, but I don't like the idea of recompiling for every email > processed, which the SA documentation suggests will happen. A major > drawback is that since I'd require mutually exclusive configurations, even > the normal SA rejection stuff would need to be run as a separate user. > Very, very inefficient.
Use a unified ruleset, with all scores set to 0 (this inhibits them). Then, for the two user ids, set the scores for the rules you want to non-zero values. --j.
