blob: ba3054d25878ee8f56c0d29f55774ba9570a1713 (
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
# by saying DEFAULT_COUNT=8
DOMAINS = spamcat.example.com, spamcat2.example.com spamcat3
|