Dan wrote:
> Follow up question (even more odd than weight limits):
>
> 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.
Hmm.. this might be a bit tough. Since SA rules by nature detect
something, it might be difficult to detect "something or nothing"..

Perhaps this:

body L_DEFAULT_ALL   /.?/
score L_DEFAULT_ALL 5.0

would work.. That should detect even a message with no body..

>

Reply via email to