mod_readonly/README.markdown
author Matthew Wild <mwild1@gmail.com>
Sun, 03 Mar 2024 16:10:14 +0000
changeset 5860 6fe4dab27187
parent 3441 ce5d1fa69ba3
permissions -rw-r--r--
mod_report_forward: Depend on mod_spam_reporting for auto-loading

This module blocks configured queries that change server state.

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

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