[Mailman-Users] regex filtering spam

Seth Vidal skvidal at phy.duke.edu
Mon Apr 3 22:56:44 CEST 2000


Hi,
 I'm using mailman 1.1 and I'm trying to use the regex filtering for
messages:

I have 3 subdomains - larry,moe,curly .duke.edu and I want posts coming
from there to be posted immediately and I'd like posts coming from not
there to be passed to the admin to be dealt with on a case by case basis.

so I went into the privacy options and have been playing guessing games
with the regex in the Hold Posts with header value matching a specified
regexp.

My first question is what regexp system do you use? python's I'd assume
which is c's regex base.

So I did the following

From: .*@[^(larry)|(moe)|(curly)]\.duke\.edu.*

And it didn't have any affect at all.

any ideas about the regex method would be helpful

-sv









More information about the Mailman-Users mailing list