blob: e0d644bf057977f95a4cb3c75efc59bf14c9db87 (
plain)
1
2
3
4
5
6
|
# Comments and newlines are ignored.
DBPATH=/tmp/spamcat.sqlite3 # So should most whitespace and inline comments.
DEFAULT_COUNT =10 # Make sure key=val doesn't work in comments
DELIVER= t/delivert # by saying DEFAULT_COUNT=8
DOMAINS = spamcat.example.com, spamcat2.example.com spamcat3
|