Jon Nathan wrote:

Hi,

I'm using spamassassin in front of tmda in my mail filtering chain.
I'd like to allow messages with very low Spam-Level scores through
without a challenge.  Sort of the inverse of the methodology described
here:

http://mla.libertine.org/tmda-users/2003-10/msg00246.html

This is my filter rule:

# SpamAssassin - allow hammy messages through
headers '^X-Spam-Level:\s\*{0,2}' ok

Somehow TMDA's allowing messages with 4 asterisks through though:

X-Spam-Level: ****


Nothing specifies that the line has to end after those two asterisks, so any number should match that rule. You need to end with a '$', to match the end-of-line.

--
Micha�l A. Bishop

"From silly devotions and sour-faced saints, spare us, O Lord."
-St. Teresa of Avila

"It don't mean a thing if it ain't got that certain je-ne-sais-quoi."
-P.D.Q. Bach
_____________________________________________
tmda-users mailing list ([EMAIL PROTECTED])
http://tmda.net/lists/listinfo/tmda-users

Reply via email to