> I want to flag all messages as spam, then configure various rules as
> exceptions, marking them as ham.  But how do I universally mark
> messages one way in SpamAssassin and then unmark them in the other?
>
> I realize this is unorthodox, but I would appreciate any suggestions.

>From experience it isn't a particularly good way to go as it opens you to
various specific spam attacks on your rules.

That said, what you want to do is moderately trivial.  Add one rule that
will hit on anything with a huge positive score, than fight against it with
other rules with negative scores.

header    MUST_BE_SPAM    ALL =~ /./
score    MUST_BE_SPAM    1000


        Loren

Reply via email to