On 2/27/02 at 10:50 AM, Mike Noyes <[EMAIL PROTECTED]>
wrote:

> David,
> I've done some homework, and discovered the following
> things: SF lists.sf.net server uses Mailman 2.0.5, and
> Python 2.1.1. Mailman uses the Python re module to parse
> regex in Privacy Options - Hold posts.
> 
> I believe I should be able to use the Python (?!...)
> negative lookahead assertion to filter messages by
> content-type. However, I'm having some difficulty
> generating the correct regex. Would you or someone else
> please enlighten me? Thanks.

I don't know Python or the "negative lookahead assertion" - that is
(?!...)

If you tell me what you want to do, I'll see if I can do it with sed
regex (which ought to work in Python anyway).

_______________________________________________
Leaf-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-devel

Reply via email to