mod_readonly/README.markdown
author Martin Dosch <martin@mdosch.de>
Wed, 24 Jun 2020 09:01:55 +0200
changeset 4056 0d6841e0cb18
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_watch_spam_reports: Create report message outside of the admin notification loop

This module blocks configured queries that change server state.

E.g. to make vCard storage read-only:

``` lua
readonly_stores = {
	vcard = { "vcard-temp", "vCard" };
}
```