> When I put the rule:
>
> header SA_TALK                /^List\-Id\:.*spamassassin\-talk/
> describe SA_TALK      spamassassin-talk mailing list
> score SA_TALK         -20
>
> into my ~/.spamassassin/user_prefs, I get the error:

I think you need to include a header name and =~ for header tests:

header SA_TALK      List-Id =~ /.*spamassassin\-talk/

BTW, why not just do this?

all_spam_to     [EMAIL PROTECTED]

That's what I do. (whitelist_to just doesn't remove enough points to let some
of the messages on this list through)

--
michael moncur   mgm at starlingtech.com   http://www.starlingtech.com/
"Either I've been missing something or nothing has been going on."
                -- Karen Elizabeth Gordon


_______________________________________________
Spamassassin-talk mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/spamassassin-talk

Reply via email to