diff options
Diffstat (limited to 'src/mailman/rules/docs/truth.txt')
| -rw-r--r-- | src/mailman/rules/docs/truth.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/mailman/rules/docs/truth.txt b/src/mailman/rules/docs/truth.txt new file mode 100644 index 000000000..f331e852b --- /dev/null +++ b/src/mailman/rules/docs/truth.txt @@ -0,0 +1,9 @@ +Truth +===== + +The 'truth' rule always matches. This makes it useful as a terminus rule for +unconditionally jumping to another chain. + + >>> rule = config.rules['truth'] + >>> rule.check(False, False, False) + True |
