On 2/22/19 1:33 PM, Peter Shute wrote:
> Is it possible to specify keywords that will cause a matching message to
> held for moderation? I thought I'd seen something like this, but I can't
> find it in the admin interface.
>
> Peter Shute

For Mailman 2 (not sure about Mailman 3) you can add a filter based on
the subject of the message, but not the body.

The filters are entered on Privacy Options / Spam Filters.

They are "Regular Expressions" and can filter on any header of the
message, I use filters of the form:

^subject:.*keyword

The ^ says this must be at the start of the header line, so doesn't
match things headers like X-Subject

The .* says that you can have any assortment of characters between the
Subject: header and the word in question

-- 
Richard Damon

------------------------------------------------------
Mailman-Users mailing list Mailman-Users@python.org
https://mail.python.org/mailman/listinfo/mailman-users
Mailman FAQ: http://wiki.list.org/x/AgA3
Security Policy: http://wiki.list.org/x/QIA9
Searchable Archives: http://www.mail-archive.com/mailman-users%40python.org/
Unsubscribe: 
https://mail.python.org/mailman/options/mailman-users/archive%40jab.org

Reply via email to